mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
chore: bump version
This commit is contained in:
parent
0a135229a5
commit
6fc88b9b17
68 changed files with 360 additions and 260 deletions
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"name": "@yume-chan/scrcpy-decoder-webcodecs",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.22",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.22",
|
||||
"date": "Wed, 13 Dec 2023 05:57:27 GMT",
|
||||
"comments": {}
|
||||
},
|
||||
{
|
||||
"version": "0.0.21",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.21",
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
# Change Log - @yume-chan/scrcpy-decoder-webcodecs
|
||||
|
||||
This log was last generated on Fri, 25 Aug 2023 14:05:18 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Dec 2023 05:57:27 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.22
|
||||
Wed, 13 Dec 2023 05:57:27 GMT
|
||||
|
||||
_Version update only_
|
||||
|
||||
## 0.0.21
|
||||
Fri, 25 Aug 2023 14:05:18 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@yume-chan/scrcpy-decoder-webcodecs",
|
||||
"version": "0.0.21",
|
||||
"version": "0.0.22",
|
||||
"description": "Raw H.264 stream decoder and renderer using WebCodecs API (requires modern browser).",
|
||||
"keywords": [
|
||||
"adb",
|
||||
|
@ -34,9 +34,9 @@
|
|||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yume-chan/scrcpy": "workspace:^0.0.21",
|
||||
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.21",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.21",
|
||||
"@yume-chan/scrcpy": "workspace:^0.0.22",
|
||||
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.22",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.22",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue