diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index e9c1d5d1b9..9717d4df0c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: [ daffl ] patreon: # Replace with a single Patreon username open_collective: feathers ko_fi: # Replace with a single Ko-fi username diff --git a/changelog.md b/changelog.md index 3eb5aa5e50..f811f995ea 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package feathers + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) diff --git a/lerna.json b/lerna.json index cb533382af..bcc0d3c3ce 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.3.10", + "version": "4.3.11", "command": { "bootstrap": { "hoist": true diff --git a/package.json b/package.json index 628f1d5be9..ad3575b78c 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "url": "https://feathersjs.com" }, "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index 60a2e616d0..8db62d1136 100644 --- a/packages/adapter-commons/CHANGELOG.md +++ b/packages/adapter-commons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/adapter-commons + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 32652ab523..8dc2d8a8c9 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,12 +1,16 @@ { "name": "@feathersjs/adapter-commons", - "version": "4.3.10", + "version": "4.3.11", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ "feathers" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -38,8 +42,8 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10" + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11" }, "devDependencies": { "@types/mocha": "^5.2.7", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index c93f69c9a9..f17827a4bb 100644 --- a/packages/adapter-tests/CHANGELOG.md +++ b/packages/adapter-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/adapter-tests + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 87966c7f44..54b1516288 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,12 +1,16 @@ { "name": "@feathersjs/adapter-tests", - "version": "4.3.10", + "version": "4.3.11", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ "feathers" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -34,8 +38,8 @@ "access": "public" }, "devDependencies": { - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", "feathers-memory": "^4.1.0", "mocha": "^6.2.1" }, diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index d8c4bda1b3..e20c8f8ca7 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/authentication-client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 9bcda00345..aace1b4698 100644 --- a/packages/authentication-client/package.json +++ b/packages/authentication-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-client", "description": "The authentication plugin for feathers-client", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -39,20 +43,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.10", + "@feathersjs/authentication": "^4.3.11", "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.3.10", - "@feathersjs/express": "^4.3.10", - "@feathersjs/primus": "^4.3.10", - "@feathersjs/primus-client": "^4.3.10", - "@feathersjs/rest-client": "^4.3.10", - "@feathersjs/socketio": "^4.3.10", - "@feathersjs/socketio-client": "^4.3.10", + "@feathersjs/authentication-local": "^4.3.11", + "@feathersjs/express": "^4.3.11", + "@feathersjs/primus": "^4.3.11", + "@feathersjs/primus-client": "^4.3.11", + "@feathersjs/rest-client": "^4.3.11", + "@feathersjs/socketio": "^4.3.11", + "@feathersjs/socketio-client": "^4.3.11", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^12.7.12", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 5c71baea58..0ae84289c8 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/authentication-local + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index d614c2b397..bcb5f02296 100644 --- a/packages/authentication-local/package.json +++ b/packages/authentication-local/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-local", "description": "Local authentication strategy for @feathers/authentication", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -39,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.10", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/authentication": "^4.3.11", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", "bcryptjs": "^2.4.3", "debug": "^4.1.1", "lodash": "^4.17.15" diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index f530dec465..61867a55fa 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + + +### Bug Fixes + +* **authentication-oauth:** Allow hash based redirects ([#1676](https://github.com/feathersjs/feathers/issues/1676)) ([ffe7cf3](https://github.com/feathersjs/feathers/commit/ffe7cf3fbb4e62d7689065cf7b61f25f602ce8cf)) + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 404c0a955c..8503c18d54 100644 --- a/packages/authentication-oauth/package.json +++ b/packages/authentication-oauth/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-oauth", "description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -39,10 +43,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.10", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/authentication": "^4.3.11", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", "debug": "^4.1.1", "express-session": "^1.17.0", "grant": "^4.6.3", diff --git a/packages/authentication-oauth/src/strategy.ts b/packages/authentication-oauth/src/strategy.ts index cf4ef9dbda..e5ca187db9 100644 --- a/packages/authentication-oauth/src/strategy.ts +++ b/packages/authentication-oauth/src/strategy.ts @@ -79,7 +79,8 @@ export class OAuthStrategy extends AuthenticationBaseStrategy { return null; } - const separator = redirect.endsWith('?') ? '' : '#'; + const separator = redirect.endsWith('?') ? '' : + (redirect.indexOf('#') !== -1 ? '?' : '#'); const authResult: AuthenticationResult = data; const query = authResult.accessToken ? { access_token: authResult.accessToken diff --git a/packages/authentication-oauth/test/strategy.test.ts b/packages/authentication-oauth/test/strategy.test.ts index 9217a0f1ed..8a52190cf5 100644 --- a/packages/authentication-oauth/test/strategy.test.ts +++ b/packages/authentication-oauth/test/strategy.test.ts @@ -39,6 +39,11 @@ describe('@feathersjs/authentication-oauth/strategy', () => { redirect = await strategy.getRedirect({ accessToken: 'testing' }); assert.equal(redirect, null); + + app.get('authentication').oauth.redirect = '/#dashboard'; + + redirect = await strategy.getRedirect({ accessToken: 'testing' }); + assert.equal(redirect, '/#dashboard?access_token=testing'); }); it('getProfile', async () => { diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index e58a4dae99..8fd101377c 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + + +### Bug Fixes + +* **authentication:** Retain object references in authenticate hook ([#1675](https://github.com/feathersjs/feathers/issues/1675)) ([e1939be](https://github.com/feathersjs/feathers/commit/e1939be19d4e79d3f5e2fe69ba894a11c627ae99)) + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 300eee9793..5b39e46831 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication", "description": "Add Authentication to your FeathersJS app.", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -39,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/transport-commons": "^4.3.10", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/transport-commons": "^4.3.11", "@types/jsonwebtoken": "8.3.4", "debug": "^4.1.1", "jsonwebtoken": "^8.5.1", diff --git a/packages/authentication/src/hooks/authenticate.ts b/packages/authentication/src/hooks/authenticate.ts index 4ebe639760..34f69eaabf 100644 --- a/packages/authentication/src/hooks/authenticate.ts +++ b/packages/authentication/src/hooks/authenticate.ts @@ -1,4 +1,4 @@ -import { flatten, omit, merge } from 'lodash'; +import { flatten, omit } from 'lodash'; import { HookContext } from '@feathersjs/feathers'; import { NotAuthenticated } from '@feathersjs/errors'; import Debug from 'debug'; @@ -51,7 +51,7 @@ export default (originalSettings: string | AuthenticateHookSettings, ...original const authResult = await authService.authenticate(authentication, authParams, ...strategies); - context.params = merge({}, params, omit(authResult, 'accessToken'), { authenticated: true }); + context.params = Object.assign({}, params, omit(authResult, 'accessToken'), { authenticated: true }); return context; } else if (provider) { diff --git a/packages/authentication/src/jwt.ts b/packages/authentication/src/jwt.ts index 6d40b75252..9b933d1c81 100644 --- a/packages/authentication/src/jwt.ts +++ b/packages/authentication/src/jwt.ts @@ -112,6 +112,7 @@ export class JWTStrategy extends AuthenticationBaseStrategy { accessToken, authentication: { strategy: 'jwt', + accessToken, payload } }; diff --git a/packages/authentication/test/hooks/authenticate.test.ts b/packages/authentication/test/hooks/authenticate.test.ts index 907ba8c976..3758731d48 100644 --- a/packages/authentication/test/hooks/authenticate.test.ts +++ b/packages/authentication/test/hooks/authenticate.test.ts @@ -112,6 +112,29 @@ describe('authentication/hooks/authenticate', () => { assert.deepStrictEqual(result, Object.assign({}, params, Strategy1.result)); }); + it('authenticates with first strategy, keeps references alive (#1629)', async () => { + const connection = {}; + const params = { + connection, + authentication: { + strategy: 'first', + username: 'David' + } + }; + + app.service('users').hooks({ + after: { + get: context => { + context.result.params = context.params; + } + } + }); + + const result = await app.service('users').get(1, params); + + assert.ok(result.params.connection === connection); + }); + it('authenticates with different authentication service', async () => { const params = { authentication: { diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index d00cf00514..4031944dfd 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 52a7e3afcb..4dbcc85d42 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,12 +1,16 @@ { "name": "@feathersjs/client", "description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections", - "version": "4.3.10", + "version": "4.3.11", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" }, "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, @@ -37,16 +41,16 @@ "devDependencies": { "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", - "@feathersjs/authentication-client": "^4.3.10", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/primus": "^4.3.10", - "@feathersjs/primus-client": "^4.3.10", - "@feathersjs/rest-client": "^4.3.10", - "@feathersjs/socketio": "^4.3.10", - "@feathersjs/socketio-client": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/authentication-client": "^4.3.11", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/primus": "^4.3.11", + "@feathersjs/primus-client": "^4.3.11", + "@feathersjs/rest-client": "^4.3.11", + "@feathersjs/socketio": "^4.3.11", + "@feathersjs/socketio-client": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "babel-loader": "^8.0.6", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", diff --git a/packages/commons/package.json b/packages/commons/package.json index 2ff8e56ac2..48a3ceb24b 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -7,6 +7,10 @@ "feathers" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 9d25c1d81b..fb8935cd02 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/configuration + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index da0f24d688..d8a41d62c5 100644 --- a/packages/configuration/package.json +++ b/packages/configuration/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/configuration", "description": "A small configuration module for your Feathers application.", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -44,12 +48,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", "config": "^3.2.3", "debug": "^4.1.1" }, "devDependencies": { - "@types/config": "^0.0.35", + "@types/config": "^0.0.36", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^12.7.12", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 77dda73130..4ec35ed05d 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/errors + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index a78a584d7a..4580a5c907 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/errors", "description": "Common error types for Feathers apps", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -39,7 +39,7 @@ "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", "chai": "^4.2.0", "express": "^4.17.1", "mocha": "^6.2.1", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index d7c4020112..f83cb0712f 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 410b1ecda9..9de7d2229c 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/express", "description": "Feathers Express framework bindings and REST provider", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -37,7 +41,7 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", + "@feathersjs/errors": "^4.3.11", "@types/express": "^4.17.1", "debug": "^4.1.1", "express": "^4.17.1", @@ -45,10 +49,10 @@ "uberproto": "^2.0.4" }, "devDependencies": { - "@feathersjs/authentication": "^4.3.10", - "@feathersjs/authentication-local": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/authentication": "^4.3.11", + "@feathersjs/authentication-local": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "axios": "^0.19.0", "chai": "^4.2.0", "lodash": "^4.17.15", diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 2a95a06409..1171c3a95a 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/feathers + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/lib/version.js b/packages/feathers/lib/version.js index e289f04e21..41bd0ae026 100644 --- a/packages/feathers/lib/version.js +++ b/packages/feathers/lib/version.js @@ -1 +1 @@ -module.exports = '4.3.9'; +module.exports = 'development'; diff --git a/packages/feathers/package.json b/packages/feathers/package.json index b658543d6f..9936bf70e0 100644 --- a/packages/feathers/package.json +++ b/packages/feathers/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/feathers", "description": "A framework for real-time applications and REST API with JavaScript and TypeScript", - "version": "4.3.10", + "version": "4.3.11", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -21,6 +21,10 @@ "url": "https://feathersjs.com" }, "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 84075c3301..bd21eb05b6 100644 --- a/packages/primus-client/CHANGELOG.md +++ b/packages/primus-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index bea3158b05..f79511f3f4 100644 --- a/packages/primus-client/package.json +++ b/packages/primus-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/primus-client", "description": "Client services for Primus and feathers-primus", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -36,13 +40,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.10" + "@feathersjs/transport-commons": "^4.3.11" }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/primus": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/primus": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "chai": "^4.2.0", "feathers-memory": "^4.1.0", "mocha": "^6.2.1", diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index e4cc010929..7a8f759d4e 100644 --- a/packages/primus/CHANGELOG.md +++ b/packages/primus/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index 1e593f552d..c07f0f8981 100644 --- a/packages/primus/package.json +++ b/packages/primus/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/primus", "description": "The Feathers Primus real-time API provider", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -36,7 +40,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.10", + "@feathersjs/transport-commons": "^4.3.11", "debug": "^4.1.1", "primus": "^7.3.4", "primus-emitter": "^3.1.1", @@ -44,9 +48,9 @@ }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^6.2.1", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index b291d1fc94..38360cfd09 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/rest-client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 3a93c6a294..5282907aaa 100644 --- a/packages/rest-client/package.json +++ b/packages/rest-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/rest-client", "description": "REST client services for different Ajax libraries", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -37,7 +41,7 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", + "@feathersjs/errors": "^4.3.11", "qs": "^6.9.0" }, "devDependencies": { @@ -45,9 +49,9 @@ "@angular/core": "^8.2.10", "@angular/http": "^7.2.15", "@angular/platform-browser": "^8.2.10", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "axios": "^0.19.0", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 88e48820b2..9284659221 100644 --- a/packages/socketio-client/CHANGELOG.md +++ b/packages/socketio-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index ca19c5a521..4d700f42b0 100644 --- a/packages/socketio-client/package.json +++ b/packages/socketio-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio-client", "description": "The client for Socket.io through feathers-socketio", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -36,14 +40,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.10", + "@feathersjs/transport-commons": "^4.3.11", "@types/socket.io-client": "^1.4.32" }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/socketio": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/socketio": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "chai": "^4.2.0", "feathers-memory": "^4.1.0", "mocha": "^6.2.1", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index d120e68e23..e87bcc24fd 100644 --- a/packages/socketio/CHANGELOG.md +++ b/packages/socketio/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 9af2e83e86..b26e333452 100644 --- a/packages/socketio/package.json +++ b/packages/socketio/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio", "description": "The Feathers Socket.io real-time API provider", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -36,7 +40,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.10", + "@feathersjs/transport-commons": "^4.3.11", "@types/socket.io": "^2.1.4", "debug": "^4.1.1", "socket.io": "^2.3.0", @@ -44,9 +48,9 @@ }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^6.2.1", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 0851ac93f9..832d464fa3 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/tests + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 7e398c1914..7b9b409a65 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -2,13 +2,17 @@ "name": "@feathersjs/tests", "private": true, "description": "Feathers core module common tests", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ "feathers" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -42,7 +46,7 @@ "lodash": "^4.17.15" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", "@types/axios": "^0.14.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.144", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 314531305b..c04ea69f99 100644 --- a/packages/transport-commons/CHANGELOG.md +++ b/packages/transport-commons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/transport-commons + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 50dd012b5a..eaf0bad06f 100644 --- a/packages/transport-commons/package.json +++ b/packages/transport-commons/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/transport-commons", "description": "Shared functionality for websocket providers", - "version": "4.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -10,6 +10,10 @@ "feathers-plugin" ], "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" @@ -40,13 +44,13 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", + "@feathersjs/errors": "^4.3.11", "debug": "^4.1.1", "lodash": "^4.17.15", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^12.7.12",