mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
chore: bump version
This commit is contained in:
parent
ffa511e80a
commit
adfcc12a0a
68 changed files with 373 additions and 242 deletions
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"name": "@yume-chan/adb-server-node-tcp",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.23",
|
||||
"tag": "@yume-chan/adb-server-node-tcp_v0.0.23",
|
||||
"date": "Thu, 21 Mar 2024 03:15:10 GMT",
|
||||
"comments": {}
|
||||
},
|
||||
{
|
||||
"version": "0.0.22",
|
||||
"tag": "@yume-chan/adb-server-node-tcp_v0.0.22",
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
# Change Log - @yume-chan/adb-server-node-tcp
|
||||
|
||||
This log was last generated on Wed, 13 Dec 2023 05:57:27 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 21 Mar 2024 03:15:10 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.23
|
||||
Thu, 21 Mar 2024 03:15:10 GMT
|
||||
|
||||
_Version update only_
|
||||
|
||||
## 0.0.22
|
||||
Wed, 13 Dec 2023 05:57:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@yume-chan/adb-server-node-tcp",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"description": "ADB server connector 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.22",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.22",
|
||||
"@yume-chan/struct": "workspace:^0.0.22",
|
||||
"@yume-chan/adb": "workspace:^0.0.23",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.23",
|
||||
"@yume-chan/struct": "workspace:^0.0.23",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue