Merge branch 'main' of github.com:koush/scrypted

This commit is contained in:
Koushik Dutta
2023-02-22 23:02:02 -08:00
3 changed files with 21 additions and 19 deletions

View File

@@ -9,7 +9,7 @@
"version": "1.1.37",
"license": "ISC",
"dependencies": {
"@scrypted/types": "^0.2.54",
"@scrypted/types": "^0.2.64",
"adm-zip": "^0.5.9",
"axios": "^0.25.0",
"engine.io-client": "^6.2.2",
@@ -54,9 +54,9 @@
"extraneous": true
},
"node_modules/@scrypted/types": {
"version": "0.2.54",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.2.54.tgz",
"integrity": "sha512-w0d91gBScayRYUFCxZJoHSdxKafWHNG1T7gQv2J++GT3D/grPqh3981YYp9t9DenJzoqNBy/laNTGYj58a/8NQ=="
"version": "0.2.64",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.2.64.tgz",
"integrity": "sha512-8x+EVlsJ5MGJ5HxPcVxV5p5RakP9zivqhTkzgEUUbfGDUXUmv1BYlNy/AESkSNKR26idEiZrKD1VfE67hPIH8A=="
},
"node_modules/@socket.io/component-emitter": {
"version": "3.1.0",
@@ -331,9 +331,9 @@
},
"dependencies": {
"@scrypted/types": {
"version": "0.2.54",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.2.54.tgz",
"integrity": "sha512-w0d91gBScayRYUFCxZJoHSdxKafWHNG1T7gQv2J++GT3D/grPqh3981YYp9t9DenJzoqNBy/laNTGYj58a/8NQ=="
"version": "0.2.64",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.2.64.tgz",
"integrity": "sha512-8x+EVlsJ5MGJ5HxPcVxV5p5RakP9zivqhTkzgEUUbfGDUXUmv1BYlNy/AESkSNKR26idEiZrKD1VfE67hPIH8A=="
},
"@socket.io/component-emitter": {
"version": "3.1.0",

View File

@@ -18,7 +18,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@scrypted/types": "^0.2.54",
"@scrypted/types": "^0.2.64",
"adm-zip": "^0.5.9",
"axios": "^0.25.0",
"engine.io-client": "^6.2.2",

View File

@@ -118,26 +118,27 @@
},
"../../../packages/client": {
"name": "@scrypted/client",
"version": "1.0.9",
"version": "1.1.37",
"license": "ISC",
"dependencies": {
"@scrypted/rpc": "^1.0.4",
"@scrypted/types": "^0.2.64",
"adm-zip": "^0.5.9",
"axios": "^0.25.0",
"engine.io-client": "^5.2.0",
"engine.io-client": "^6.2.2",
"linkfs": "^2.1.0",
"memfs": "^3.4.1",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/engine.io-client": "^3.1.5",
"@types/node": "^17.0.17"
"@types/ip": "^1.1.0",
"@types/node": "^17.0.17",
"typescript": "^4.7.4"
}
},
"../../../sdk": {
"name": "@scrypted/sdk",
"version": "0.2.69",
"version": "0.2.68",
"license": "ISC",
"dependencies": {
"@babel/preset-typescript": "^7.18.6",
@@ -174,7 +175,7 @@
},
"../../../sdk/types": {
"name": "@scrypted/types",
"version": "0.2.64",
"version": "0.2.63",
"license": "ISC",
"devDependencies": {
"@types/rimraf": "^3.0.2",
@@ -22794,16 +22795,17 @@
"@scrypted/client": {
"version": "file:../../../packages/client",
"requires": {
"@scrypted/rpc": "^1.0.4",
"@scrypted/types": "^0.2.64",
"@types/adm-zip": "^0.4.34",
"@types/engine.io-client": "^3.1.5",
"@types/ip": "^1.1.0",
"@types/node": "^17.0.17",
"adm-zip": "^0.5.9",
"axios": "^0.25.0",
"engine.io-client": "^5.2.0",
"engine.io-client": "^6.2.2",
"linkfs": "^2.1.0",
"memfs": "^3.4.1",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
}
},
"@scrypted/common": {