chore: bump versions

This commit is contained in:
Simon Chan 2023-08-25 22:07:52 +08:00
parent 740086d27f
commit 2b9c4f106e
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
86 changed files with 402 additions and 373 deletions

View file

@ -1,6 +1,12 @@
{
"name": "@yume-chan/scrcpy-decoder-webcodecs",
"entries": [
{
"version": "0.0.21",
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.21",
"date": "Fri, 25 Aug 2023 14:05:18 GMT",
"comments": {}
},
{
"version": "0.0.20",
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.20",

View file

@ -1,6 +1,11 @@
# Change Log - @yume-chan/scrcpy-decoder-webcodecs
This log was last generated on Mon, 05 Jun 2023 02:51:41 GMT and should not be manually modified.
This log was last generated on Fri, 25 Aug 2023 14:05:18 GMT and should not be manually modified.
## 0.0.21
Fri, 25 Aug 2023 14:05:18 GMT
_Version update only_
## 0.0.20
Mon, 05 Jun 2023 02:51:41 GMT

View file

@ -1,6 +1,6 @@
{
"name": "@yume-chan/scrcpy-decoder-webcodecs",
"version": "0.0.20",
"version": "0.0.21",
"description": "Raw H.264 stream decoder and renderer using WebCodecs API (requires modern browser).",
"keywords": [
"adb",
@ -35,9 +35,9 @@
},
"dependencies": {
"@types/dom-webcodecs": "^0.1.8",
"@yume-chan/scrcpy": "workspace:^0.0.20",
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.20",
"@yume-chan/stream-extra": "workspace:^0.0.20",
"@yume-chan/scrcpy": "workspace:^0.0.21",
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.21",
"@yume-chan/stream-extra": "workspace:^0.0.21",
"tslib": "^2.6.0"
},
"devDependencies": {