@scrypted/client
Advanced tools
Comparing version 1.1.42 to 1.1.43
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.42", | ||
"version": "1.1.43", | ||
"description": "", | ||
@@ -17,10 +17,10 @@ "main": "dist/packages/client/src/index.js", | ||
"@types/node": "^18.14.2", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"@scrypted/types": "^0.2.65", | ||
"@scrypted/types": "^0.2.66", | ||
"axios": "^0.25.0", | ||
"engine.io-client": "^6.2.2", | ||
"engine.io-client": "^6.4.0", | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.42", | ||
"version": "1.1.43", | ||
"description": "", | ||
@@ -17,10 +17,10 @@ "main": "dist/packages/client/src/index.js", | ||
"@types/node": "^18.14.2", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"@scrypted/types": "^0.2.65", | ||
"@scrypted/types": "^0.2.66", | ||
"axios": "^0.25.0", | ||
"engine.io-client": "^6.2.2", | ||
"engine.io-client": "^6.4.0", | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
Updated@scrypted/types@^0.2.66
Updatedengine.io-client@^6.4.0