@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.11 to 5.0.12
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.12](https://github.com/feathersjs/feathers/compare/v5.0.11...v5.0.12) (2023-11-28) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [5.0.11](https://github.com/feathersjs/feathers/compare/v5.0.10...v5.0.11) (2023-10-11) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.11", | ||
"version": "5.0.12", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,12 +57,12 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/feathers": "^5.0.11", | ||
"@feathersjs/transport-commons": "^5.0.11" | ||
"@feathersjs/feathers": "^5.0.12", | ||
"@feathersjs/transport-commons": "^5.0.12" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.11", | ||
"@feathersjs/memory": "^5.0.11", | ||
"@feathersjs/socketio": "^5.0.11", | ||
"@feathersjs/tests": "^5.0.11", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "^20.8.4", | ||
"@feathersjs/commons": "^5.0.12", | ||
"@feathersjs/memory": "^5.0.12", | ||
"@feathersjs/socketio": "^5.0.12", | ||
"@feathersjs/tests": "^5.0.12", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.0", | ||
"mocha": "^10.2.0", | ||
@@ -72,5 +72,5 @@ "shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
"gitHead": "91294817845178ff0e9d4709127cb3e46d3562be" | ||
"gitHead": "9e0aadcee4f6ad45d4b364b7fa6f6caf6c7ed419" | ||
} |
Sorry, the diff of this file is not supported yet
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
34984