@arenahito/droid-webscr 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +1 -2
- package/dist/bin.js.map +1 -1
- package/package.json +1 -2
package/dist/bin.js
CHANGED
|
@@ -16294,7 +16294,7 @@ function ignoreAsyncError3() {
|
|
|
16294
16294
|
// package.json
|
|
16295
16295
|
var package_default = {
|
|
16296
16296
|
name: "@arenahito/droid-webscr",
|
|
16297
|
-
version: "0.2.
|
|
16297
|
+
version: "0.2.1",
|
|
16298
16298
|
private: false,
|
|
16299
16299
|
license: "MIT",
|
|
16300
16300
|
repository: {
|
|
@@ -16324,7 +16324,6 @@ var package_default = {
|
|
|
16324
16324
|
"type-check": "tsc -p tsconfig.json --noEmit"
|
|
16325
16325
|
},
|
|
16326
16326
|
dependencies: {
|
|
16327
|
-
"@droid-webscr/agent": "workspace:*",
|
|
16328
16327
|
"@fastify/middie": "9.3.2",
|
|
16329
16328
|
"@fastify/websocket": "11.2.0",
|
|
16330
16329
|
fastify: "5.8.5",
|