chore: v0.0.20

This commit is contained in:
Simon Chan 2023-06-05 11:02:37 +08:00
parent b263884352
commit d91fef04dd
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
83 changed files with 587 additions and 556 deletions

View file

@ -0,0 +1,11 @@
{
"name": "@yume-chan/adb-scrcpy",
"entries": [
{
"version": "0.0.20",
"tag": "@yume-chan/adb-scrcpy_v0.0.20",
"date": "Mon, 05 Jun 2023 02:51:41 GMT",
"comments": {}
}
]
}

View file

@ -0,0 +1,9 @@
# Change Log - @yume-chan/adb-scrcpy
This log was last generated on Mon, 05 Jun 2023 02:51:41 GMT and should not be manually modified.
## 0.0.20
Mon, 05 Jun 2023 02:51:41 GMT
_Initial release_

View file

@ -1,6 +1,6 @@
{
"name": "@yume-chan/adb-scrcpy",
"version": "0.0.19",
"version": "0.0.20",
"description": "Use `@yume-chan/adb` to bootstrap `@yume-chan/scrcpy`.",
"keywords": [
"adb",
@ -33,12 +33,12 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.19",
"@yume-chan/adb": "workspace:^0.0.20",
"@yume-chan/async": "^2.2.0",
"@yume-chan/event": "workspace:^0.0.19",
"@yume-chan/scrcpy": "workspace:^0.0.19",
"@yume-chan/stream-extra": "workspace:^0.0.19",
"@yume-chan/struct": "workspace:^0.0.19",
"@yume-chan/event": "workspace:^0.0.20",
"@yume-chan/scrcpy": "workspace:^0.0.20",
"@yume-chan/stream-extra": "workspace:^0.0.20",
"@yume-chan/struct": "workspace:^0.0.20",
"tslib": "^2.5.2"
},
"devDependencies": {