|
1 | 1 | { |
2 | 2 | "name": "@feathersjs/authentication-client", |
3 | 3 | "description": "The authentication plugin for feathers-client", |
4 | | - "version": "4.3.0-pre.3", |
| 4 | + "version": "4.3.0-pre.4", |
5 | 5 | "homepage": "https://feathersjs.com", |
6 | 6 | "main": "lib/", |
7 | 7 | "types": "lib/", |
|
39 | 39 | "access": "public" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@feathersjs/commons": "^4.3.0-pre.3", |
43 | | - "@feathersjs/errors": "^4.3.0-pre.3", |
| 42 | + "@feathersjs/commons": "^4.3.0-pre.4", |
| 43 | + "@feathersjs/errors": "^4.3.0-pre.4", |
44 | 44 | "debug": "^4.1.1" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@feathersjs/authentication": "^4.3.0-pre.3", |
48 | | - "@feathersjs/authentication-local": "^4.3.0-pre.3", |
49 | | - "@feathersjs/express": "^4.3.0-pre.3", |
50 | | - "@feathersjs/feathers": "^4.3.0-pre.3", |
51 | | - "@feathersjs/primus": "^4.3.0-pre.3", |
52 | | - "@feathersjs/primus-client": "^4.3.0-pre.3", |
53 | | - "@feathersjs/rest-client": "^4.3.0-pre.3", |
54 | | - "@feathersjs/socketio": "^4.3.0-pre.3", |
55 | | - "@feathersjs/socketio-client": "^4.3.0-pre.3", |
| 47 | + "@feathersjs/authentication": "^4.3.0-pre.4", |
| 48 | + "@feathersjs/authentication-local": "^4.3.0-pre.4", |
| 49 | + "@feathersjs/express": "^4.3.0-pre.4", |
| 50 | + "@feathersjs/feathers": "^4.3.0-pre.4", |
| 51 | + "@feathersjs/primus": "^4.3.0-pre.4", |
| 52 | + "@feathersjs/primus-client": "^4.3.0-pre.4", |
| 53 | + "@feathersjs/rest-client": "^4.3.0-pre.4", |
| 54 | + "@feathersjs/socketio": "^4.3.0-pre.4", |
| 55 | + "@feathersjs/socketio-client": "^4.3.0-pre.4", |
56 | 56 | "@types/debug": "^4.1.5", |
57 | 57 | "@types/mocha": "^5.2.7", |
58 | 58 | "@types/node": "^12.7.2", |
|
0 commit comments