@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.0-pre.27 to 5.0.0-pre.28
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03) | ||
### Bug Fixes | ||
* **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f)) | ||
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.0-pre.27", | ||
"version": "5.0.0-pre.28", | ||
"homepage": "https://feathersjs.com", | ||
@@ -36,3 +36,4 @@ "main": "lib/", | ||
"prepublish": "npm run compile", | ||
"compile": "shx rm -rf lib/ && tsc", | ||
"pack": "npm pack --pack-destination ../cli/test", | ||
"compile": "shx rm -rf lib/ && tsc && npm run pack", | ||
"mocha": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts", | ||
@@ -57,19 +58,19 @@ "test": "npm run mocha" | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^5.0.0-pre.27" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.28" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.27", | ||
"@feathersjs/feathers": "^5.0.0-pre.27", | ||
"@feathersjs/memory": "^5.0.0-pre.27", | ||
"@feathersjs/socketio": "^5.0.0-pre.27", | ||
"@feathersjs/tests": "^5.0.0-pre.27", | ||
"@feathersjs/commons": "^5.0.0-pre.28", | ||
"@feathersjs/feathers": "^5.0.0-pre.28", | ||
"@feathersjs/memory": "^5.0.0-pre.28", | ||
"@feathersjs/socketio": "^5.0.0-pre.28", | ||
"@feathersjs/tests": "^5.0.0-pre.28", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.0.1", | ||
"@types/node": "^18.6.3", | ||
"mocha": "^10.0.0", | ||
"shx": "^0.3.4", | ||
"socket.io-client": "^4.5.1", | ||
"ts-node": "^10.8.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4" | ||
}, | ||
"gitHead": "6032742bce059781e7013fd662870df45bd72bb5" | ||
"gitHead": "bf8e54fddc14d688ba8f505e72c9630a71656ff1" | ||
} |
30369