@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.0-pre.36 to 5.0.0-pre.37
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.0-pre.36", | ||
"version": "5.0.0-pre.37", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,10 +57,10 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^5.0.0-pre.36" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.37" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.36", | ||
"@feathersjs/feathers": "^5.0.0-pre.36", | ||
"@feathersjs/memory": "^5.0.0-pre.36", | ||
"@feathersjs/socketio": "^5.0.0-pre.36", | ||
"@feathersjs/tests": "^5.0.0-pre.36", | ||
"@feathersjs/commons": "^5.0.0-pre.37", | ||
"@feathersjs/feathers": "^5.0.0-pre.37", | ||
"@feathersjs/memory": "^5.0.0-pre.37", | ||
"@feathersjs/socketio": "^5.0.0-pre.37", | ||
"@feathersjs/tests": "^5.0.0-pre.37", | ||
"@types/mocha": "^10.0.1", | ||
@@ -72,5 +72,5 @@ "@types/node": "^18.11.18", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
"typescript": "^4.9.5" | ||
}, | ||
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a" | ||
"gitHead": "17a8b3b2614876772472d3cab3d96d45c01db6ed" | ||
} |
32113