chore: bump versions

This commit is contained in:
Simon Chan 2023-08-25 22:07:52 +08:00
parent 740086d27f
commit 2b9c4f106e
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
86 changed files with 402 additions and 373 deletions

View 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": {}
}
]
}

View 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_

View file

@ -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": {