@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.0-pre.33 to 5.0.0-pre.34
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.0-pre.33", | ||
"version": "5.0.0-pre.34", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,19 +57,19 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^5.0.0-pre.33" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.34" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.33", | ||
"@feathersjs/feathers": "^5.0.0-pre.33", | ||
"@feathersjs/memory": "^5.0.0-pre.33", | ||
"@feathersjs/socketio": "^5.0.0-pre.33", | ||
"@feathersjs/tests": "^5.0.0-pre.33", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.11.9", | ||
"@feathersjs/commons": "^5.0.0-pre.34", | ||
"@feathersjs/feathers": "^5.0.0-pre.34", | ||
"@feathersjs/memory": "^5.0.0-pre.34", | ||
"@feathersjs/socketio": "^5.0.0-pre.34", | ||
"@feathersjs/tests": "^5.0.0-pre.34", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.10", | ||
"mocha": "^10.1.0", | ||
"shx": "^0.3.4", | ||
"socket.io-client": "^4.5.3", | ||
"socket.io-client": "^4.5.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.3" | ||
}, | ||
"gitHead": "89f516bcb1457e23a02c6212e9cd8bacc4d267d4" | ||
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31378