diff --git a/changelog.md b/changelog.md index 0523d71bd2..36c14b98a0 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) + + +### Bug Fixes + +* check for undefined access token ([#1571](https://github.com/feathersjs/feathers/issues/1571)) ([976369d](https://github.com/feathersjs/feathers/commit/976369d)) +* Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2)) + + + + + ## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16) diff --git a/lerna.json b/lerna.json index 4a7314cead..608060a087 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.3.3", + "version": "4.3.4", "command": { "bootstrap": { "hoist": true diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index 7d395466d9..647b54a838 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/adapter-commons + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 8ea23df3d6..7d22d60360 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "4.3.3", + "version": "4.3.4", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -38,8 +38,8 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.0", - "@feathersjs/errors": "^4.3.3", - "@feathersjs/feathers": "^4.3.3" + "@feathersjs/errors": "^4.3.4", + "@feathersjs/feathers": "^4.3.4" }, "devDependencies": { "@types/mocha": "^5.2.7", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index a4e48d054a..e6223a8b4d 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/adapter-tests + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 55cd8e6d58..53d60d3014 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "4.3.3", + "version": "4.3.4", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ @@ -34,8 +34,8 @@ "access": "public" }, "devDependencies": { - "@feathersjs/errors": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", + "@feathersjs/errors": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", "feathers-memory": "^4.0.0", "mocha": "^6.2.0" }, diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index 1f9ca7f82f..4b6b7ba3ae 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-client/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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + + +### Bug Fixes + +* Typing improvements ([#1580](https://github.com/feathersjs/feathers/issues/1580)) ([7818aec](https://github.com/feathersjs/feathers/commit/7818aec)) + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 6539a0a417..31006c01a6 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -39,20 +39,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.3", + "@feathersjs/authentication": "^4.3.4", "@feathersjs/commons": "^4.3.0", - "@feathersjs/errors": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", + "@feathersjs/errors": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.3.3", - "@feathersjs/express": "^4.3.3", - "@feathersjs/primus": "^4.3.3", - "@feathersjs/primus-client": "^4.3.3", - "@feathersjs/rest-client": "^4.3.3", - "@feathersjs/socketio": "^4.3.3", - "@feathersjs/socketio-client": "^4.3.3", + "@feathersjs/authentication-local": "^4.3.4", + "@feathersjs/express": "^4.3.4", + "@feathersjs/primus": "^4.3.4", + "@feathersjs/primus-client": "^4.3.4", + "@feathersjs/rest-client": "^4.3.4", + "@feathersjs/socketio": "^4.3.4", + "@feathersjs/socketio-client": "^4.3.4", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^12.7.2", diff --git a/packages/authentication-client/src/core.ts b/packages/authentication-client/src/core.ts index 47b4040ed1..effec73b8f 100644 --- a/packages/authentication-client/src/core.ts +++ b/packages/authentication-client/src/core.ts @@ -1,5 +1,5 @@ import { NotAuthenticated, FeathersError } from '@feathersjs/errors'; -import { Application } from '@feathersjs/feathers'; +import { Application, Params } from '@feathersjs/feathers'; import { AuthenticationRequest, AuthenticationResult } from '@feathersjs/authentication'; import { Storage, StorageWrapper } from './storage'; @@ -149,12 +149,12 @@ export class AuthenticationClient { return authPromise; } - authenticate (authentication: AuthenticationRequest): Promise { + authenticate (authentication: AuthenticationRequest, params?: Params): Promise { if (!authentication) { return this.reAuthenticate(); } - const promise = this.service.create(authentication) + const promise = this.service.create(authentication, params) .then((authResult: AuthenticationResult) => { const { accessToken } = authResult; diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index c94fc3b815..335b19a24e 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/authentication-local + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 3a2cea225f..4b1b41f62d 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -39,9 +39,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.3", - "@feathersjs/errors": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", + "@feathersjs/authentication": "^4.3.4", + "@feathersjs/errors": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", "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 67dcc66456..dfd75bebfa 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/authentication-oauth + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index c3cb8efe24..0450827f24 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -39,13 +39,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.3", - "@feathersjs/errors": "^4.3.3", - "@feathersjs/express": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", + "@feathersjs/authentication": "^4.3.4", + "@feathersjs/errors": "^4.3.4", + "@feathersjs/express": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", "debug": "^4.1.1", "express-session": "^1.16.2", - "grant": "^4.6.2", + "grant": "^4.6.3", "grant-profile": "^0.0.5", "lodash": "^4.17.15" }, diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 47aa28296d..cc20362580 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/authentication + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) diff --git a/packages/authentication/package.json b/packages/authentication/package.json index ddc2c25820..d782a468b8 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -39,9 +39,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", - "@feathersjs/transport-commons": "^4.3.3", + "@feathersjs/errors": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", + "@feathersjs/transport-commons": "^4.3.4", "debug": "^4.1.1", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index c7ee87074c..5783daa026 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index dd6a4e7e1d..706182b777 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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.3.3", + "version": "4.3.4", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -38,16 +38,16 @@ "@babel/core": "^7.5.5", "@babel/polyfill": "^7.4.4", "@babel/preset-env": "^7.5.5", - "@feathersjs/authentication-client": "^4.3.3", - "@feathersjs/errors": "^4.3.3", - "@feathersjs/express": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", - "@feathersjs/primus": "^4.3.3", - "@feathersjs/primus-client": "^4.3.3", - "@feathersjs/rest-client": "^4.3.3", - "@feathersjs/socketio": "^4.3.3", - "@feathersjs/socketio-client": "^4.3.3", - "@feathersjs/tests": "^4.3.3", + "@feathersjs/authentication-client": "^4.3.4", + "@feathersjs/errors": "^4.3.4", + "@feathersjs/express": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", + "@feathersjs/primus": "^4.3.4", + "@feathersjs/primus-client": "^4.3.4", + "@feathersjs/rest-client": "^4.3.4", + "@feathersjs/socketio": "^4.3.4", + "@feathersjs/socketio-client": "^4.3.4", + "@feathersjs/tests": "^4.3.4", "babel-loader": "^8.0.6", "body-parser": "^1.19.0", "feathers-memory": "^4.0.0", diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 57c0f2d2d7..fab0fe6940 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/configuration + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 17c6ee475b..6eb6efd715 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -44,7 +44,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.3.3", + "@feathersjs/feathers": "^4.3.4", "config": "^3.2.2", "debug": "^4.1.1" }, diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 3ebeacc472..e093d9803e 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/errors + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index c6b1d04268..413ae8d2d9 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -39,7 +39,7 @@ "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.3", + "@feathersjs/feathers": "^4.3.4", "chai": "^4.2.0", "express": "^4.17.1", "mocha": "^6.2.0", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 8510df31b2..40f458251d 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 54b44b7766..baf966b754 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -37,7 +37,7 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.0", - "@feathersjs/errors": "^4.3.3", + "@feathersjs/errors": "^4.3.4", "@types/express": "^4.17.1", "debug": "^4.1.1", "express": "^4.17.1", @@ -45,10 +45,10 @@ "uberproto": "^2.0.4" }, "devDependencies": { - "@feathersjs/authentication": "^4.3.3", - "@feathersjs/authentication-local": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", - "@feathersjs/tests": "^4.3.3", + "@feathersjs/authentication": "^4.3.4", + "@feathersjs/authentication-local": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", + "@feathersjs/tests": "^4.3.4", "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 67a1f82891..570de80e69 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + + +### Bug Fixes + +* Reset version number after every publish ([#1596](https://github.com/feathersjs/feathers/issues/1596)) ([f24f82f](https://github.com/feathersjs/feathers/commit/f24f82f)) + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) diff --git a/packages/feathers/lib/version.js b/packages/feathers/lib/version.js index a5301b6688..41bd0ae026 100644 --- a/packages/feathers/lib/version.js +++ b/packages/feathers/lib/version.js @@ -1 +1 @@ -module.exports = '4.3.2'; +module.exports = 'development'; diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 6762cdb4e2..816a244909 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.3", + "version": "4.3.4", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -29,8 +29,10 @@ }, "scripts": { "test": "mocha --opts ../../mocha.opts", - "update-version": "node -e \"console.log('module.exports = \\'' + require('./package.json').version + '\\';')\" > lib/version.js", - "version": "npm run update-version" + "write-version": "node -e \"console.log('module.exports = \\'' + require('./package.json').version + '\\';')\" > lib/version.js", + "reset-version": "node -e \"console.log('module.exports = \\'development\\';')\" > lib/version.js", + "version": "npm run write-version", + "publish": "npm run reset-version" }, "engines": { "node": ">= 6" diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 888c1ae06b..2f55e759a4 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index edeb1cb65a..506f6aee4d 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -36,13 +36,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.3" + "@feathersjs/transport-commons": "^4.3.4" }, "devDependencies": { "@feathersjs/commons": "^4.3.0", - "@feathersjs/feathers": "^4.3.3", - "@feathersjs/primus": "^4.3.3", - "@feathersjs/tests": "^4.3.3", + "@feathersjs/feathers": "^4.3.4", + "@feathersjs/primus": "^4.3.4", + "@feathersjs/tests": "^4.3.4", "chai": "^4.2.0", "feathers-memory": "^4.0.0", "mocha": "^6.2.0", diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index 4341b0db51..9dd99a1ef4 100644 --- a/packages/primus/CHANGELOG.md +++ b/packages/primus/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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + + +### Bug Fixes + +* Typing improvements ([#1580](https://github.com/feathersjs/feathers/issues/1580)) ([7818aec](https://github.com/feathersjs/feathers/commit/7818aec)) + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/index.d.ts b/packages/primus/index.d.ts index b6a0f92e54..7226d5c3ea 100644 --- a/packages/primus/index.d.ts +++ b/packages/primus/index.d.ts @@ -6,7 +6,6 @@ declare const configurePrimus: FeathersPrimus; export = configurePrimus; interface FeathersPrimus { - (options: any, callback?: (primus: any) => void): () => void; - readonly SOCKET_KEY: unique symbol; + (options?: any, callback?: (primus: any) => void): (app: any) => void; default: FeathersPrimus; } diff --git a/packages/primus/package.json b/packages/primus/package.json index bf08ac20ce..25db0ad1ea 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -36,7 +36,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.3", + "@feathersjs/transport-commons": "^4.3.4", "debug": "^4.1.1", "primus": "^7.3.3", "primus-emitter": "^3.1.1", @@ -44,9 +44,9 @@ }, "devDependencies": { "@feathersjs/commons": "^4.3.0", - "@feathersjs/express": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", - "@feathersjs/tests": "^4.3.3", + "@feathersjs/express": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", + "@feathersjs/tests": "^4.3.4", "feathers-memory": "^4.0.0", "lodash": "^4.17.15", "mocha": "^6.2.0", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index d7c81e3dc0..826aad0474 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/rest-client + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 67fb9243a5..1ed0c4e586 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -37,7 +37,7 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.0", - "@feathersjs/errors": "^4.3.3", + "@feathersjs/errors": "^4.3.4", "qs": "^6.8.0" }, "devDependencies": { @@ -45,9 +45,9 @@ "@angular/core": "^8.2.2", "@angular/http": "^7.2.15", "@angular/platform-browser": "^8.2.2", - "@feathersjs/express": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", - "@feathersjs/tests": "^4.3.3", + "@feathersjs/express": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", + "@feathersjs/tests": "^4.3.4", "axios": "^0.19.0", "body-parser": "^1.19.0", "feathers-memory": "^4.0.0", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 0eaa7bb52d..b7d620c435 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index c5af739390..5a57f913cd 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -36,14 +36,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.3", + "@feathersjs/transport-commons": "^4.3.4", "@types/socket.io-client": "^1.4.32" }, "devDependencies": { "@feathersjs/commons": "^4.3.0", - "@feathersjs/feathers": "^4.3.3", - "@feathersjs/socketio": "^4.3.3", - "@feathersjs/tests": "^4.3.3", + "@feathersjs/feathers": "^4.3.4", + "@feathersjs/socketio": "^4.3.4", + "@feathersjs/tests": "^4.3.4", "chai": "^4.2.0", "feathers-memory": "^4.0.0", "mocha": "^6.2.0", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index 23fc80c8a9..c18d1d94fb 100644 --- a/packages/socketio/CHANGELOG.md +++ b/packages/socketio/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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + + +### Bug Fixes + +* Typing improvements ([#1580](https://github.com/feathersjs/feathers/issues/1580)) ([7818aec](https://github.com/feathersjs/feathers/commit/7818aec)) + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/index.d.ts b/packages/socketio/index.d.ts index c17797a2a8..3bd63b2d5c 100644 --- a/packages/socketio/index.d.ts +++ b/packages/socketio/index.d.ts @@ -5,8 +5,8 @@ declare const socketio: FeathersSocketIO; export = socketio; interface FeathersSocketIO { - (callback?: (io: io.Server) => void): () => void; - (options: number | io.ServerOptions, callback?: (io: io.Server) => void): () => void; - (port: number, options?: io.ServerOptions, callback?: (io: io.Server) => void): () => void; + (callback?: (io: io.Server) => void): (app: any) => void; + (options: number | io.ServerOptions, callback?: (io: io.Server) => void): (app: any) => void; + (port: number, options?: io.ServerOptions, callback?: (io: io.Server) => void): (app: any) => void; default: FeathersSocketIO; } diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 2c46891dcd..12007e6d9d 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -36,7 +36,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.3", + "@feathersjs/transport-commons": "^4.3.4", "@types/socket.io": "^2.1.2", "debug": "^4.1.1", "socket.io": "^2.2.0", @@ -44,9 +44,9 @@ }, "devDependencies": { "@feathersjs/commons": "^4.3.0", - "@feathersjs/express": "^4.3.3", - "@feathersjs/feathers": "^4.3.3", - "@feathersjs/tests": "^4.3.3", + "@feathersjs/express": "^4.3.4", + "@feathersjs/feathers": "^4.3.4", + "@feathersjs/tests": "^4.3.4", "feathers-memory": "^4.0.0", "lodash": "^4.17.15", "mocha": "^6.2.0", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 3695970a24..69a5644219 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/tests + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 32e17f76ae..6aa8524764 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -2,7 +2,7 @@ "name": "@feathersjs/tests", "private": true, "description": "Feathers core module common tests", - "version": "4.3.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -42,7 +42,7 @@ "lodash": "^4.17.15" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.3", + "@feathersjs/feathers": "^4.3.4", "@types/axios": "^0.14.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.137", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 5e189ad0d1..cd4aa445a1 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.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) + +**Note:** Version bump only for package @feathersjs/transport-commons + + + + + ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index a57830a13c..4e4e43e34c 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.3", + "version": "4.3.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -40,13 +40,13 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.0", - "@feathersjs/errors": "^4.3.3", + "@feathersjs/errors": "^4.3.4", "debug": "^4.1.1", "lodash": "^4.17.15", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.3", + "@feathersjs/feathers": "^4.3.4", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^12.7.2",