mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
chore: v0.0.20
This commit is contained in:
parent
b263884352
commit
d91fef04dd
83 changed files with 587 additions and 556 deletions
11
libraries/adb-scrcpy/CHANGELOG.json
Normal file
11
libraries/adb-scrcpy/CHANGELOG.json
Normal 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": {}
|
||||
}
|
||||
]
|
||||
}
|
9
libraries/adb-scrcpy/CHANGELOG.md
Normal file
9
libraries/adb-scrcpy/CHANGELOG.md
Normal 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_
|
||||
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue