mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 10:19:17 +02:00
chore: bump version to 0.0.19
This commit is contained in:
parent
59c470a76c
commit
d6fc80c628
52 changed files with 281 additions and 225 deletions
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"name": "@yume-chan/scrcpy-decoder-webcodecs",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.19",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.19",
|
||||
"date": "Sun, 09 Apr 2023 05:55:33 GMT",
|
||||
"comments": {}
|
||||
},
|
||||
{
|
||||
"version": "0.0.18",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.18",
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
# Change Log - @yume-chan/scrcpy-decoder-webcodecs
|
||||
|
||||
This log was last generated on Wed, 25 Jan 2023 21:33:49 GMT and should not be manually modified.
|
||||
This log was last generated on Sun, 09 Apr 2023 05:55:33 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.19
|
||||
Sun, 09 Apr 2023 05:55:33 GMT
|
||||
|
||||
_Version update only_
|
||||
|
||||
## 0.0.18
|
||||
Wed, 25 Jan 2023 21:33:49 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@yume-chan/scrcpy-decoder-webcodecs",
|
||||
"version": "0.0.18",
|
||||
"version": "0.0.19",
|
||||
"description": "Raw H.264 stream decoder and renderer using WebCodecs API (requires modern browser).",
|
||||
"keywords": [
|
||||
"adb",
|
||||
|
@ -35,8 +35,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/dom-webcodecs": "^0.1.6",
|
||||
"@yume-chan/scrcpy": "workspace:^0.0.18",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.18",
|
||||
"@yume-chan/scrcpy": "workspace:^0.0.19",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.19",
|
||||
"tslib": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue