mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
chore: Fix pre-release version numbers to start at 4.3.0-pre (#1455)
This commit is contained in:
parent
2efa6468f9
commit
911386f478
@ -3,7 +3,7 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"command": {
|
||||
"bootstrap": {
|
||||
"hoist": true
|
||||
|
||||
14
package-lock.json
generated
14
package-lock.json
generated
@ -3631,9 +3631,9 @@
|
||||
}
|
||||
},
|
||||
"inquirer": {
|
||||
"version": "6.4.1",
|
||||
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.4.1.tgz",
|
||||
"integrity": "sha512-/Jw+qPZx4EDYsaT6uz7F4GJRNFMRdKNeUZw3ZnKV8lyuUgz/YWRCSUAJMZSVhSq4Ec0R2oYnyi6b3d4JXcL5Nw==",
|
||||
"version": "6.5.0",
|
||||
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.0.tgz",
|
||||
"integrity": "sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ansi-escapes": "^3.2.0",
|
||||
@ -3642,7 +3642,7 @@
|
||||
"cli-width": "^2.0.0",
|
||||
"external-editor": "^3.0.3",
|
||||
"figures": "^2.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"lodash": "^4.17.12",
|
||||
"mute-stream": "0.0.7",
|
||||
"run-async": "^2.2.0",
|
||||
"rxjs": "^6.4.0",
|
||||
@ -6174,9 +6174,9 @@
|
||||
}
|
||||
},
|
||||
"spdx-license-ids": {
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz",
|
||||
"integrity": "sha512-7j8LYJLeY/Yb6ACbQ7F76qy5jHkp0U6jgBfJsk97bwWlVUnUWsAgpyaCvo17h0/RQGnQ036tVDomiwoI4pDkQA==",
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz",
|
||||
"integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==",
|
||||
"dev": true
|
||||
},
|
||||
"split": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@feathersjs/adapter-commons",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"description": "Shared database adapter utility functions",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"keywords": [
|
||||
@ -37,9 +37,9 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5"
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^5.2.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@feathersjs/adapter-tests",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"description": "Feathers shared database adapter test suite",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"keywords": [
|
||||
@ -34,8 +34,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"feathers-memory": "^4.0.0",
|
||||
"mocha": "^6.1.4"
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/authentication-client",
|
||||
"description": "The authentication plugin for feathers-client",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"types": "lib/",
|
||||
@ -39,20 +39,20 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/authentication": "^4.0.0-pre.5",
|
||||
"@feathersjs/authentication-local": "^4.0.0-pre.5",
|
||||
"@feathersjs/express": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/primus": "^4.0.0-pre.5",
|
||||
"@feathersjs/primus-client": "^4.0.0-pre.5",
|
||||
"@feathersjs/rest-client": "^4.0.0-pre.5",
|
||||
"@feathersjs/socketio": "^4.0.0-pre.5",
|
||||
"@feathersjs/socketio-client": "^4.0.0-pre.5",
|
||||
"@feathersjs/authentication": "^4.3.0-pre.0",
|
||||
"@feathersjs/authentication-local": "^4.3.0-pre.0",
|
||||
"@feathersjs/express": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@feathersjs/primus": "^4.3.0-pre.0",
|
||||
"@feathersjs/primus-client": "^4.3.0-pre.0",
|
||||
"@feathersjs/rest-client": "^4.3.0-pre.0",
|
||||
"@feathersjs/socketio": "^4.3.0-pre.0",
|
||||
"@feathersjs/socketio-client": "^4.3.0-pre.0",
|
||||
"@types/debug": "^4.1.4",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "^12.6.2",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/authentication-local",
|
||||
"description": "Local authentication strategy for @feathers/authentication",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"types": "lib/",
|
||||
@ -39,14 +39,14 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"debug": "^4.1.1",
|
||||
"lodash": "^4.17.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/authentication": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/authentication": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/debug": "^4.1.4",
|
||||
"@types/lodash": "^4.14.136",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/authentication-oauth",
|
||||
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"types": "lib/",
|
||||
@ -39,9 +39,9 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/authentication": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/express": "^4.0.0-pre.5",
|
||||
"@feathersjs/authentication": "^4.3.0-pre.0",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"@feathersjs/express": "^4.3.0-pre.0",
|
||||
"debug": "^4.1.1",
|
||||
"express-session": "^1.16.2",
|
||||
"grant": "^4.6.1",
|
||||
@ -49,7 +49,7 @@
|
||||
"lodash": "^4.17.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@types/debug": "^4.1.4",
|
||||
"@types/express": "^4.17.0",
|
||||
"@types/express-session": "^1.15.13",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/authentication",
|
||||
"description": "Add Authentication to your FeathersJS app.",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"types": "lib/",
|
||||
@ -39,14 +39,14 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"debug": "^4.1.1",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lodash": "^4.17.13",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@types/debug": "^4.1.4",
|
||||
"@types/jsonwebtoken": "^8.3.2",
|
||||
"@types/lodash": "^4.14.136",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/client",
|
||||
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/feathersjs/feathers.git"
|
||||
@ -38,16 +38,16 @@
|
||||
"@babel/core": "^7.5.4",
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"@babel/preset-env": "^7.5.4",
|
||||
"@feathersjs/authentication-client": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/express": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/primus": "^4.0.0-pre.5",
|
||||
"@feathersjs/primus-client": "^4.0.0-pre.5",
|
||||
"@feathersjs/rest-client": "^4.0.0-pre.5",
|
||||
"@feathersjs/socketio": "^4.0.0-pre.5",
|
||||
"@feathersjs/socketio-client": "^4.0.0-pre.5",
|
||||
"@feathersjs/tests": "^4.0.0-pre.5",
|
||||
"@feathersjs/authentication-client": "^4.3.0-pre.0",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"@feathersjs/express": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@feathersjs/primus": "^4.3.0-pre.0",
|
||||
"@feathersjs/primus-client": "^4.3.0-pre.0",
|
||||
"@feathersjs/rest-client": "^4.3.0-pre.0",
|
||||
"@feathersjs/socketio": "^4.3.0-pre.0",
|
||||
"@feathersjs/socketio-client": "^4.3.0-pre.0",
|
||||
"@feathersjs/tests": "^4.3.0-pre.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
"body-parser": "^1.19.0",
|
||||
"feathers-memory": "^4.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@feathersjs/commons",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"description": "Shared Feathers utility functions",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"keywords": [
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/configuration",
|
||||
"description": "A small configuration module for your Feathers application.",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"types": "lib/",
|
||||
@ -48,7 +48,7 @@
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@types/config": "^0.0.34",
|
||||
"@types/debug": "^4.1.4",
|
||||
"@types/mocha": "^5.2.7",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/errors",
|
||||
"description": "Common error types for Feathers apps",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/index",
|
||||
"types": "index.d.ts",
|
||||
@ -39,7 +39,7 @@
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"chai": "^4.2.0",
|
||||
"express": "^4.17.1",
|
||||
"mocha": "^6.1.4",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/express",
|
||||
"description": "Feathers Express framework bindings and REST provider",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"types": "index.d.ts",
|
||||
@ -36,18 +36,18 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"@types/express": "^4.17.0",
|
||||
"debug": "^4.1.1",
|
||||
"express": "^4.17.1",
|
||||
"uberproto": "^2.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/authentication": "^4.0.0-pre.5",
|
||||
"@feathersjs/authentication-local": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/tests": "^4.0.0-pre.5",
|
||||
"@feathersjs/authentication": "^4.3.0-pre.0",
|
||||
"@feathersjs/authentication-local": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@feathersjs/tests": "^4.3.0-pre.0",
|
||||
"axios": "^0.19.0",
|
||||
"chai": "^4.2.0",
|
||||
"lodash": "^4.17.13",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/feathers",
|
||||
"description": "A REST and realtime API layer for modern applications.",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "http://feathersjs.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -39,7 +39,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"debug": "^4.1.1",
|
||||
"events": "^3.0.0",
|
||||
"uberproto": "^2.0.4"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/primus-client",
|
||||
"description": "Client services for Primus and feathers-primus",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -36,13 +36,13 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/transport-commons": "^4.2.1"
|
||||
"@feathersjs/transport-commons": "^4.3.0-pre.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/primus": "^4.0.0-pre.5",
|
||||
"@feathersjs/tests": "^4.0.0-pre.5",
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@feathersjs/primus": "^4.3.0-pre.0",
|
||||
"@feathersjs/tests": "^4.3.0-pre.0",
|
||||
"chai": "^4.2.0",
|
||||
"feathers-memory": "^4.0.0",
|
||||
"mocha": "^6.1.4",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/primus",
|
||||
"description": "The Feathers Primus real-time API provider",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"types": "index.d.ts",
|
||||
@ -36,17 +36,17 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/transport-commons": "^4.2.1",
|
||||
"@feathersjs/transport-commons": "^4.3.0-pre.0",
|
||||
"debug": "^4.1.1",
|
||||
"primus": "^7.3.3",
|
||||
"primus-emitter": "^3.1.1",
|
||||
"uberproto": "^2.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/express": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/tests": "^4.0.0-pre.5",
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"@feathersjs/express": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@feathersjs/tests": "^4.3.0-pre.0",
|
||||
"feathers-memory": "^4.0.0",
|
||||
"lodash": "^4.17.13",
|
||||
"mocha": "^6.1.4",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/rest-client",
|
||||
"description": "REST client services for different Ajax libraries",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -36,8 +36,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"qs": "^6.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -45,9 +45,9 @@
|
||||
"@angular/core": "^8.1.0",
|
||||
"@angular/http": "^7.2.15",
|
||||
"@angular/platform-browser": "^8.1.0",
|
||||
"@feathersjs/express": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/tests": "^4.0.0-pre.5",
|
||||
"@feathersjs/express": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@feathersjs/tests": "^4.3.0-pre.0",
|
||||
"axios": "^0.19.0",
|
||||
"body-parser": "^1.19.0",
|
||||
"feathers-memory": "^4.0.0",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/socketio-client",
|
||||
"description": "The client for Socket.io through feathers-socketio",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/index.js",
|
||||
"types": "index.d.ts",
|
||||
@ -36,14 +36,14 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/transport-commons": "^4.2.1",
|
||||
"@feathersjs/transport-commons": "^4.3.0-pre.0",
|
||||
"@types/socket.io-client": "^1.4.32"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/socketio": "^4.0.0-pre.5",
|
||||
"@feathersjs/tests": "^4.0.0-pre.5",
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@feathersjs/socketio": "^4.3.0-pre.0",
|
||||
"@feathersjs/tests": "^4.3.0-pre.0",
|
||||
"chai": "^4.2.0",
|
||||
"feathers-memory": "^4.0.0",
|
||||
"mocha": "^6.1.4",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/socketio",
|
||||
"description": "The Feathers Socket.io real-time API provider",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"types": "index.d.ts",
|
||||
@ -36,17 +36,17 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/transport-commons": "^4.2.1",
|
||||
"@feathersjs/transport-commons": "^4.3.0-pre.0",
|
||||
"@types/socket.io": "^2.1.2",
|
||||
"debug": "^4.1.1",
|
||||
"socket.io": "^2.2.0",
|
||||
"uberproto": "^2.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/express": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/tests": "^4.0.0-pre.5",
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"@feathersjs/express": "^4.3.0-pre.0",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@feathersjs/tests": "^4.3.0-pre.0",
|
||||
"feathers-memory": "^4.0.0",
|
||||
"lodash": "^4.17.13",
|
||||
"mocha": "^6.1.4",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "@feathersjs/tests",
|
||||
"private": true,
|
||||
"description": "Feathers core module common tests",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"keywords": [
|
||||
@ -42,7 +42,7 @@
|
||||
"lodash": "^4.17.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/debug": "^4.1.4",
|
||||
"@types/lodash": "^4.14.136",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@feathersjs/transport-commons",
|
||||
"description": "Shared functionality for websocket providers",
|
||||
"version": "4.0.0-pre.5",
|
||||
"version": "4.3.0-pre.0",
|
||||
"homepage": "https://feathersjs.com",
|
||||
"main": "lib/",
|
||||
"types": "lib/",
|
||||
@ -39,14 +39,14 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@feathersjs/commons": "^4.0.0-pre.5",
|
||||
"@feathersjs/errors": "^4.0.0-pre.5",
|
||||
"@feathersjs/commons": "^4.3.0-pre.0",
|
||||
"@feathersjs/errors": "^4.3.0-pre.0",
|
||||
"debug": "^4.1.1",
|
||||
"lodash": "^4.17.13",
|
||||
"radix-router": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^4.0.0-pre.5",
|
||||
"@feathersjs/feathers": "^4.3.0-pre.0",
|
||||
"@types/debug": "^4.1.4",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "^12.6.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user