@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.13 to 5.0.14
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.14](https://github.com/feathersjs/feathers/compare/v5.0.13...v5.0.14) (2024-01-05) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [5.0.13](https://github.com/feathersjs/feathers/compare/v5.0.12...v5.0.13) (2023-12-29) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.13", | ||
"version": "5.0.14", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,12 +57,12 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/feathers": "^5.0.13", | ||
"@feathersjs/transport-commons": "^5.0.13" | ||
"@feathersjs/feathers": "^5.0.14", | ||
"@feathersjs/transport-commons": "^5.0.14" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.13", | ||
"@feathersjs/memory": "^5.0.13", | ||
"@feathersjs/socketio": "^5.0.13", | ||
"@feathersjs/tests": "^5.0.13", | ||
"@feathersjs/commons": "^5.0.14", | ||
"@feathersjs/memory": "^5.0.14", | ||
"@feathersjs/socketio": "^5.0.14", | ||
"@feathersjs/tests": "^5.0.14", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.5", | ||
"@types/node": "^20.10.6", | ||
"mocha": "^10.2.0", | ||
@@ -74,3 +74,3 @@ "shx": "^0.3.4", | ||
}, | ||
"gitHead": "486f4e781015f05944f3200da277a9e50759f513" | ||
"gitHead": "43e752653271566e8a397a8b82cd6e45fcbc6768" | ||
} |
35306