chore: bump version to 0.0.19

This commit is contained in:
Simon Chan 2023-04-09 14:18:42 +08:00
parent 59c470a76c
commit d6fc80c628
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
52 changed files with 281 additions and 225 deletions

View file

@ -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",

View file

@ -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

View file

@ -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": {