mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 02:09:18 +02:00
chore: bump versions
This commit is contained in:
parent
740086d27f
commit
2b9c4f106e
86 changed files with 402 additions and 373 deletions
11
libraries/adb-server-node-tcp/CHANGELOG.json
Normal file
11
libraries/adb-server-node-tcp/CHANGELOG.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "@yume-chan/adb-server-node-tcp",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.21",
|
||||
"tag": "@yume-chan/adb-server-node-tcp_v0.0.21",
|
||||
"date": "Fri, 25 Aug 2023 14:05:18 GMT",
|
||||
"comments": {}
|
||||
}
|
||||
]
|
||||
}
|
9
libraries/adb-server-node-tcp/CHANGELOG.md
Normal file
9
libraries/adb-server-node-tcp/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Change Log - @yume-chan/adb-server-node-tcp
|
||||
|
||||
This log was last generated on Fri, 25 Aug 2023 14:05:18 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.21
|
||||
Fri, 25 Aug 2023 14:05:18 GMT
|
||||
|
||||
_Initial release_
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@yume-chan/adb-server-node-tcp",
|
||||
"version": "0.0.20",
|
||||
"version": "0.0.21",
|
||||
"description": "ADB server connection for `@yume-chan/adb` using Node.js' `net` module",
|
||||
"keywords": [
|
||||
"adb",
|
||||
|
@ -32,9 +32,9 @@
|
|||
"lint": "eslint src/**/*.ts --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yume-chan/adb": "workspace:^0.0.20",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.20",
|
||||
"@yume-chan/struct": "workspace:^0.0.20",
|
||||
"@yume-chan/adb": "workspace:^0.0.21",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.21",
|
||||
"@yume-chan/struct": "workspace:^0.0.21",
|
||||
"tslib": "^2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue