mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
chore: bump version to 0.0.24
This commit is contained in:
parent
37ef1dd2fa
commit
b62419fa3e
86 changed files with 446 additions and 445 deletions
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"name": "@yume-chan/adb-server-node-tcp",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.24",
|
||||
"tag": "@yume-chan/adb-server-node-tcp_v0.0.24",
|
||||
"date": "Tue, 18 Jun 2024 02:49:43 GMT",
|
||||
"comments": {}
|
||||
},
|
||||
{
|
||||
"version": "0.0.23",
|
||||
"tag": "@yume-chan/adb-server-node-tcp_v0.0.23",
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
# Change Log - @yume-chan/adb-server-node-tcp
|
||||
|
||||
This log was last generated on Thu, 21 Mar 2024 03:15:10 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 18 Jun 2024 02:49:43 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.24
|
||||
Tue, 18 Jun 2024 02:49:43 GMT
|
||||
|
||||
_Version update only_
|
||||
|
||||
## 0.0.23
|
||||
Thu, 21 Mar 2024 03:15:10 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@yume-chan/adb-server-node-tcp",
|
||||
"version": "0.0.23",
|
||||
"version": "0.0.24",
|
||||
"description": "ADB server connector for `@yume-chan/adb` using Node.js' `net` module",
|
||||
"keywords": [
|
||||
"adb",
|
||||
|
@ -32,9 +32,9 @@
|
|||
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yume-chan/adb": "workspace:^0.0.23",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.23",
|
||||
"@yume-chan/struct": "workspace:^0.0.23"
|
||||
"@yume-chan/adb": "workspace:^0.0.24",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.24",
|
||||
"@yume-chan/struct": "workspace:^0.0.24"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue