@scrypted/server 0.119.2 → 0.119.3
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/rpc.d.ts +1 -1
- package/package.json +12 -12
package/dist/rpc.d.ts
CHANGED
@@ -94,7 +94,7 @@ export declare class RpcPeer {
|
|
94
94
|
killed: Promise<string>;
|
95
95
|
killedDeferred: Deferred;
|
96
96
|
tags: any;
|
97
|
-
yieldedAsyncIterators: Set<AsyncGenerator<unknown, any,
|
97
|
+
yieldedAsyncIterators: Set<AsyncGenerator<unknown, any, any>>;
|
98
98
|
static readonly finalizerIdSymbol: unique symbol;
|
99
99
|
static remotesCollected: number;
|
100
100
|
static remotesCreated: number;
|
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@scrypted/server",
|
3
|
-
"version": "0.119.
|
3
|
+
"version": "0.119.3",
|
4
4
|
"description": "",
|
5
5
|
"dependencies": {
|
6
6
|
"@scrypted/ffmpeg-static": "^6.1.0-build1",
|
7
7
|
"@scrypted/node-pty": "^1.0.18",
|
8
|
-
"@scrypted/types": "^0.3.
|
8
|
+
"@scrypted/types": "^0.3.62",
|
9
9
|
"adm-zip": "^0.5.16",
|
10
|
-
"body-parser": "^1.20.
|
11
|
-
"cookie-parser": "^1.4.
|
10
|
+
"body-parser": "^1.20.3",
|
11
|
+
"cookie-parser": "^1.4.7",
|
12
12
|
"dotenv": "^16.4.5",
|
13
|
-
"engine.io": "^6.6.
|
14
|
-
"express": "^4.
|
13
|
+
"engine.io": "^6.6.2",
|
14
|
+
"express": "^4.21.1",
|
15
15
|
"follow-redirects": "^1.15.9",
|
16
16
|
"http-auth": "^4.2.0",
|
17
17
|
"level": "^8.0.1",
|
@@ -19,24 +19,24 @@
|
|
19
19
|
"node-dijkstra": "^2.5.0",
|
20
20
|
"node-forge": "^1.3.1",
|
21
21
|
"node-gyp": "^10.2.0",
|
22
|
-
"py": "npm:@bjia56/portable-python@^0.1.
|
22
|
+
"py": "npm:@bjia56/portable-python@^0.1.94",
|
23
23
|
"semver": "^7.6.3",
|
24
24
|
"sharp": "^0.33.5",
|
25
25
|
"source-map-support": "^0.5.21",
|
26
26
|
"tar": "^7.4.3",
|
27
|
-
"tslib": "^2.
|
28
|
-
"typescript": "^5.
|
27
|
+
"tslib": "^2.8.0",
|
28
|
+
"typescript": "^5.6.3",
|
29
29
|
"whatwg-mimetype": "^4.0.0",
|
30
30
|
"ws": "^8.18.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
33
|
"@types/adm-zip": "^0.5.5",
|
34
34
|
"@types/cookie-parser": "^1.4.7",
|
35
|
-
"@types/express": "^
|
35
|
+
"@types/express": "^5.0.0",
|
36
36
|
"@types/follow-redirects": "^1.14.4",
|
37
37
|
"@types/http-auth": "^4.1.4",
|
38
|
-
"@types/lodash": "^4.17.
|
39
|
-
"@types/node": "^22.
|
38
|
+
"@types/lodash": "^4.17.10",
|
39
|
+
"@types/node": "^22.7.6",
|
40
40
|
"@types/node-dijkstra": "^2.5.6",
|
41
41
|
"@types/node-forge": "^1.3.11",
|
42
42
|
"@types/semver": "^7.5.8",
|