chore: v0.0.20

This commit is contained in:
Simon Chan 2023-06-05 11:02:37 +08:00
parent b263884352
commit d91fef04dd
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
83 changed files with 587 additions and 556 deletions

View file

@ -33,9 +33,9 @@
"lint": "eslint src/**/*.ts --fix"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.19",
"@yume-chan/stream-extra": "workspace:^0.0.19",
"@yume-chan/struct": "workspace:^0.0.19",
"@yume-chan/adb": "workspace:^0.0.20",
"@yume-chan/stream-extra": "workspace:^0.0.20",
"@yume-chan/struct": "workspace:^0.0.20",
"tslib": "^2.5.2"
},
"devDependencies": {