|
1 | 1 | {
|
2 | 2 | "name": "@feathersjs/client",
|
3 | 3 | "description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
|
4 |
| - "version": "4.5.12", |
| 4 | + "version": "4.5.13", |
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
7 | 7 | "url": "https://github.com/feathersjs/feathers.git"
|
|
51 | 51 | "devDependencies": {
|
52 | 52 | "@babel/core": "^7.16.7",
|
53 | 53 | "@babel/preset-env": "^7.16.7",
|
54 |
| - "@feathersjs/authentication-client": "^4.5.12", |
| 54 | + "@feathersjs/authentication-client": "^4.5.13", |
55 | 55 | "@feathersjs/errors": "^4.5.12",
|
56 | 56 | "@feathersjs/express": "^4.5.12",
|
57 | 57 | "@feathersjs/feathers": "^4.5.12",
|
58 | 58 | "@feathersjs/primus": "^4.5.12",
|
59 | 59 | "@feathersjs/primus-client": "^4.5.12",
|
60 | 60 | "@feathersjs/rest-client": "^4.5.12",
|
61 |
| - "@feathersjs/socketio": "^4.5.12", |
62 |
| - "@feathersjs/socketio-client": "^4.5.12", |
| 61 | + "@feathersjs/socketio": "^4.5.13", |
| 62 | + "@feathersjs/socketio-client": "^4.5.13", |
63 | 63 | "@feathersjs/tests": "^4.5.12",
|
64 | 64 | "babel-loader": "^8.2.3",
|
65 | 65 | "body-parser": "^1.19.1",
|
|
0 commit comments