diff --git a/CHANGELOG.md b/CHANGELOG.md index 302a83dc4a..abad90b683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +### Bug Fixes + +- **cli:** Add JS extension to binaries ([#3398](https://github.com/feathersjs/feathers/issues/3398)) ([aaf181d](https://github.com/feathersjs/feathers/commit/aaf181d924d0cb67c7792a54197082c59109264d)) + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9363936220..4b00259130 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "ci": false, "packages": ["packages/*"], - "version": "5.0.18", + "version": "5.0.19", "command": { "bootstrap": { "hoist": true diff --git a/package-lock.json b/package-lock.json index 2e3eaddad8..6c89e885bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23934,12 +23934,12 @@ }, "packages/adapter-commons": { "name": "@feathersjs/adapter-commons", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18" + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19" }, "devDependencies": { "@types/mocha": "^10.0.6", @@ -23961,7 +23961,7 @@ }, "packages/adapter-tests": { "name": "@feathersjs/adapter-tests", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -23981,15 +23981,15 @@ }, "packages/authentication": { "name": "@feathersjs/authentication", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", + "@feathersjs/schema": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", "@types/jsonwebtoken": "^9.0.5", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -23997,7 +23997,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.18", + "@feathersjs/memory": "^5.0.19", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", @@ -24017,21 +24017,21 @@ }, "packages/authentication-client": { "name": "@feathersjs/authentication-client", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18" + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/express": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/rest-client": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/socketio-client": "^5.0.18", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/express": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/rest-client": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/socketio-client": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "axios": "^1.6.5", @@ -24050,19 +24050,19 @@ }, "packages/authentication-local": { "name": "@feathersjs/authentication-local", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", @@ -24082,16 +24082,16 @@ }, "packages/authentication-oauth": { "name": "@feathersjs/authentication-oauth", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/express": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/koa": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/express": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/koa": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "cookie-session": "^2.0.0", "grant": "^5.4.22", "koa-session": "^6.4.0", @@ -24099,7 +24099,7 @@ "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/memory": "^5.0.18", + "@feathersjs/memory": "^5.0.19", "@types/cookie-session": "^2.0.48", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", @@ -24124,34 +24124,34 @@ }, "packages/cli": { "name": "@feathersjs/cli", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/generators": "^5.0.18", + "@feathersjs/generators": "^5.0.19", "chalk": "^5.3.0", "commander": "^11.1.0" }, "bin": { - "feathers": "bin/feathers" + "feathers": "bin/feathers.js" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/authentication-client": "^5.0.18", - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/authentication-oauth": "^5.0.18", - "@feathersjs/configuration": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/express": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/knex": "^5.0.18", - "@feathersjs/koa": "^5.0.18", - "@feathersjs/mongodb": "^5.0.18", - "@feathersjs/rest-client": "^5.0.18", - "@feathersjs/schema": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", - "@feathersjs/typebox": "^5.0.18", + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/authentication-client": "^5.0.19", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/authentication-oauth": "^5.0.19", + "@feathersjs/configuration": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/express": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/knex": "^5.0.19", + "@feathersjs/koa": "^5.0.19", + "@feathersjs/mongodb": "^5.0.19", + "@feathersjs/rest-client": "^5.0.19", + "@feathersjs/schema": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", + "@feathersjs/typebox": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "@types/prettier": "^2.7.3", @@ -24172,22 +24172,22 @@ }, "packages/client": { "name": "@feathersjs/client", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/authentication-client": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/rest-client": "^5.0.18", - "@feathersjs/socketio-client": "^5.0.18" + "@feathersjs/authentication-client": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/rest-client": "^5.0.19", + "@feathersjs/socketio-client": "^5.0.19" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/preset-env": "^7.23.8", - "@feathersjs/express": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/express": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "babel-loader": "^9.1.3", "mocha": "^10.2.0", "node-fetch": "^2.6.1", @@ -24210,7 +24210,7 @@ }, "packages/commons": { "name": "@feathersjs/commons", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -24230,12 +24230,12 @@ }, "packages/configuration": { "name": "@feathersjs/configuration", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "@types/config": "^3.3.3", "config": "^3.3.10" }, @@ -24256,13 +24256,13 @@ } }, "packages/create-feathers": { - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/cli": "^5.0.18" + "@feathersjs/cli": "^5.0.19" }, "bin": { - "create-feathers": "bin/create-feathers" + "create-feathers": "bin/create-feathers.js" }, "engines": { "node": ">= 18" @@ -24274,10 +24274,10 @@ }, "packages/errors": { "name": "@feathersjs/errors", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "devDependencies": { - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/feathers": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", @@ -24291,14 +24291,14 @@ }, "packages/express": { "name": "@feathersjs/express", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -24308,8 +24308,8 @@ "express": "^4.18.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", @@ -24330,10 +24330,10 @@ }, "packages/feathers": { "name": "@feathersjs/feathers", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.18", + "@feathersjs/commons": "^5.0.19", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, @@ -24355,7 +24355,7 @@ }, "packages/generators": { "name": "@feathersjs/generators", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { "@featherscloud/pinion": "^0.5.0", @@ -24365,23 +24365,23 @@ "typescript": "^5.3.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/authentication-client": "^5.0.18", - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/authentication-oauth": "^5.0.18", - "@feathersjs/configuration": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/express": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/knex": "^5.0.18", - "@feathersjs/koa": "^5.0.18", - "@feathersjs/mongodb": "^5.0.18", - "@feathersjs/rest-client": "^5.0.18", - "@feathersjs/schema": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", - "@feathersjs/typebox": "^5.0.18", + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/authentication-client": "^5.0.19", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/authentication-oauth": "^5.0.19", + "@feathersjs/configuration": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/express": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/knex": "^5.0.19", + "@feathersjs/koa": "^5.0.19", + "@feathersjs/mongodb": "^5.0.19", + "@feathersjs/rest-client": "^5.0.19", + "@feathersjs/schema": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", + "@feathersjs/typebox": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "@types/prettier": "^2.7.3", @@ -24408,17 +24408,17 @@ }, "packages/knex": { "name": "@feathersjs/knex", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18" + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/adapter-tests": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "knex": "^3.1.0", @@ -24441,14 +24441,14 @@ }, "packages/koa": { "name": "@feathersjs/koa", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", "@koa/cors": "^5.0.0", "@types/koa": "^2.14.0", "@types/koa__cors": "^5.0.0", @@ -24461,9 +24461,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", @@ -24479,17 +24479,17 @@ }, "packages/memory": { "name": "@feathersjs/memory", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/adapter-tests": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", @@ -24503,17 +24503,17 @@ }, "packages/mongodb": { "name": "@feathersjs/mongodb", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18" + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/adapter-tests": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", @@ -24534,19 +24534,19 @@ }, "packages/rest-client": { "name": "@feathersjs/rest-client", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "@types/superagent": "^8.1.1", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/express": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "@types/node-fetch": "^2.6.11", @@ -24570,13 +24570,13 @@ }, "packages/schema": { "name": "@feathersjs/schema", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "@feathersjs/hooks": "^0.8.1", "@types/json-schema": "^7.0.15", "ajv": "^8.12.0", @@ -24584,7 +24584,7 @@ "json-schema-to-ts": "^3.0.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.18", + "@feathersjs/memory": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "ajv-formats": "^2.1.1", @@ -24625,18 +24625,18 @@ }, "packages/socketio": { "name": "@feathersjs/socketio", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/express": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "lodash": "^4.17.21", @@ -24655,17 +24655,17 @@ }, "packages/socketio-client": { "name": "@feathersjs/socketio-client", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18" + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19" }, "devDependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", @@ -24684,7 +24684,7 @@ }, "packages/tests": { "name": "@feathersjs/tests", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.202", @@ -24692,7 +24692,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/feathers": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", @@ -24710,12 +24710,12 @@ }, "packages/transport-commons": { "name": "@feathersjs/transport-commons", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, @@ -24739,10 +24739,10 @@ }, "packages/typebox": { "name": "@feathersjs/typebox", - "version": "5.0.18", + "version": "5.0.19", "license": "MIT", "dependencies": { - "@feathersjs/schema": "^5.0.18", + "@feathersjs/schema": "^5.0.19", "@sinclair/typebox": "^0.25.0" }, "devDependencies": { diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index b8326e7c70..15447711f2 100644 --- a/packages/adapter-commons/CHANGELOG.md +++ b/packages/adapter-commons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/adapter-commons + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 26f7a46740..8d72d11a6e 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.18", + "version": "5.0.19", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -50,9 +50,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18" + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19" }, "devDependencies": { "@types/mocha": "^10.0.6", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index a1d20310e1..9ebbd49e48 100644 --- a/packages/adapter-tests/CHANGELOG.md +++ b/packages/adapter-tests/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/adapter-tests + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index ef486b1082..bee8d5b16f 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.18", + "version": "5.0.19", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index 4bd022e136..d4de54c3b5 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/authentication-client + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 0a4dd8ae30..f56ad740c3 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,18 +53,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18" + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/express": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/rest-client": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/socketio-client": "^5.0.18", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/express": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/rest-client": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/socketio-client": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "axios": "^1.6.5", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 3a3ca3fa56..d553f5ec9a 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/authentication-local + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 401d2af773..194f19ab16 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 62394c1368..a691bccf6b 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/authentication-oauth + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index ea21beb1e3..72221e2376 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,13 +54,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/express": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/koa": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/express": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/koa": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "cookie-session": "^2.0.0", "grant": "^5.4.22", "koa-session": "^6.4.0", @@ -68,7 +68,7 @@ "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/memory": "^5.0.18", + "@feathersjs/memory": "^5.0.19", "@types/cookie-session": "^2.0.48", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 133a74b8c0..7a85b14222 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/authentication + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 8fd8bd4e14..c92e720996 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,12 +53,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", + "@feathersjs/schema": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", "@types/jsonwebtoken": "^9.0.5", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -66,7 +66,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.18", + "@feathersjs/memory": "^5.0.19", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c35b7ca769..6752758d5c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +### Bug Fixes + +- **cli:** Add JS extension to binaries ([#3398](https://github.com/feathersjs/feathers/issues/3398)) ([aaf181d](https://github.com/feathersjs/feathers/commit/aaf181d924d0cb67c7792a54197082c59109264d)) + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 71106e71d6..73e5be42fb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/cli", "description": "The command line interface for creating Feathers applications", - "version": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/index.js", "type": "module", @@ -53,28 +53,28 @@ "access": "public" }, "dependencies": { - "@feathersjs/generators": "^5.0.18", + "@feathersjs/generators": "^5.0.19", "chalk": "^5.3.0", "commander": "^11.1.0" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/authentication-client": "^5.0.18", - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/authentication-oauth": "^5.0.18", - "@feathersjs/configuration": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/express": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/knex": "^5.0.18", - "@feathersjs/koa": "^5.0.18", - "@feathersjs/mongodb": "^5.0.18", - "@feathersjs/rest-client": "^5.0.18", - "@feathersjs/schema": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", - "@feathersjs/typebox": "^5.0.18", + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/authentication-client": "^5.0.19", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/authentication-oauth": "^5.0.19", + "@feathersjs/configuration": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/express": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/knex": "^5.0.19", + "@feathersjs/koa": "^5.0.19", + "@feathersjs/mongodb": "^5.0.19", + "@feathersjs/rest-client": "^5.0.19", + "@feathersjs/schema": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", + "@feathersjs/typebox": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "@types/prettier": "^2.7.3", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 9d7f901e16..3659e2964b 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/client + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index b127d7f526..21f1389232 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": "5.0.18", + "version": "5.0.19", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git", @@ -49,19 +49,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/rest-client": "^5.0.18", - "@feathersjs/socketio-client": "^5.0.18" + "@feathersjs/authentication-client": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/rest-client": "^5.0.19", + "@feathersjs/socketio-client": "^5.0.19" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/preset-env": "^7.23.8", - "@feathersjs/express": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/express": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "babel-loader": "^9.1.3", "mocha": "^10.2.0", "node-fetch": "^2.6.1", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index af5e311dfa..7194fe7df9 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/commons + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index 2f2aec9903..2c99f2434d 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.18", + "version": "5.0.19", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index a7e14a11f3..90a2a2fc41 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/configuration + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 80ebf95ade..4838452231 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -58,9 +58,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "@types/config": "^3.3.3", "config": "^3.3.10" }, diff --git a/packages/create-feathers/CHANGELOG.md b/packages/create-feathers/CHANGELOG.md index 6fd3e851bb..6bfdeb2906 100644 --- a/packages/create-feathers/CHANGELOG.md +++ b/packages/create-feathers/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +### Bug Fixes + +- **cli:** Add JS extension to binaries ([#3398](https://github.com/feathersjs/feathers/issues/3398)) ([aaf181d](https://github.com/feathersjs/feathers/commit/aaf181d924d0cb67c7792a54197082c59109264d)) + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package create-feathers diff --git a/packages/create-feathers/package.json b/packages/create-feathers/package.json index ac14d708c8..ea3faa6628 100644 --- a/packages/create-feathers/package.json +++ b/packages/create-feathers/package.json @@ -1,7 +1,7 @@ { "name": "create-feathers", "description": "Create a new Feathers application", - "version": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "bin": { "create-feathers": "./bin/create-feathers.js" @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/cli": "^5.0.18" + "@feathersjs/cli": "^5.0.19" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index d69b006f7b..9dece7f761 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/errors + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 2c8384c401..a4ec09dc44 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/feathers": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 58ede4ef0e..2ed053cd05 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/express + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 10998c90d5..3792c2a63a 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,11 +52,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -66,8 +66,8 @@ "express": "^4.18.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 24acd69782..e9657e6723 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/feathers + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 4f4ce3ab94..0fa93ea722 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": "5.0.18", + "version": "5.0.19", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -58,7 +58,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.18", + "@feathersjs/commons": "^5.0.19", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index 633c875518..b96fc183ce 100644 --- a/packages/generators/CHANGELOG.md +++ b/packages/generators/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/generators + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) ### Bug Fixes diff --git a/packages/generators/package.json b/packages/generators/package.json index 093f400a53..f37725fee9 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/generators", - "version": "5.0.18", + "version": "5.0.19", "description": "Feathers CLI core generators, powered by Pinion", "homepage": "https://feathersjs.com", "keywords": [ @@ -60,23 +60,23 @@ "typescript": "^5.3.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/authentication-client": "^5.0.18", - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/authentication-oauth": "^5.0.18", - "@feathersjs/configuration": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/express": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/knex": "^5.0.18", - "@feathersjs/koa": "^5.0.18", - "@feathersjs/mongodb": "^5.0.18", - "@feathersjs/rest-client": "^5.0.18", - "@feathersjs/schema": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", - "@feathersjs/typebox": "^5.0.18", + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/authentication-client": "^5.0.19", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/authentication-oauth": "^5.0.19", + "@feathersjs/configuration": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/express": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/knex": "^5.0.19", + "@feathersjs/koa": "^5.0.19", + "@feathersjs/mongodb": "^5.0.19", + "@feathersjs/rest-client": "^5.0.19", + "@feathersjs/schema": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", + "@feathersjs/typebox": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "@types/prettier": "^2.7.3", diff --git a/packages/knex/CHANGELOG.md b/packages/knex/CHANGELOG.md index c492801dc5..a5787d783b 100644 --- a/packages/knex/CHANGELOG.md +++ b/packages/knex/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/knex + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/knex diff --git a/packages/knex/package.json b/packages/knex/package.json index 1142d89a0a..00ed2a6d12 100644 --- a/packages/knex/package.json +++ b/packages/knex/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/knex", "description": "Feathers SQL service adapter using KnexJS", - "version": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18" + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19" }, "peerDependencies": { "knex": ">=3.1.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/adapter-tests": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "knex": "^3.1.0", diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index f648415bf6..3109ac2a49 100644 --- a/packages/koa/CHANGELOG.md +++ b/packages/koa/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/koa + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/koa diff --git a/packages/koa/package.json b/packages/koa/package.json index 657bffd353..10574c5e20 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/koa", "description": "Feathers KoaJS framework bindings and REST provider", - "version": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,11 +49,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", + "@feathersjs/authentication": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", "@koa/cors": "^5.0.0", "@types/koa": "^2.14.0", "@types/koa-qs": "^2.0.3", @@ -66,9 +66,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/authentication-local": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", diff --git a/packages/memory/CHANGELOG.md b/packages/memory/CHANGELOG.md index 5d83ef036d..b6a7ff07a2 100644 --- a/packages/memory/CHANGELOG.md +++ b/packages/memory/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/memory + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/memory diff --git a/packages/memory/package.json b/packages/memory/package.json index 4c0f06d0a1..4f8f7c5cd3 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/memory", "description": "An in memory service store", - "version": "5.0.18", + "version": "5.0.19", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", @@ -49,14 +49,14 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/adapter-tests": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", diff --git a/packages/mongodb/CHANGELOG.md b/packages/mongodb/CHANGELOG.md index 23f7bc747a..7dd86b6965 100644 --- a/packages/mongodb/CHANGELOG.md +++ b/packages/mongodb/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/mongodb + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/mongodb diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index 3f6b8495c1..633186e6c5 100644 --- a/packages/mongodb/package.json +++ b/packages/mongodb/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/mongodb", "description": "Feathers MongoDB service adapter", - "version": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18" + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19" }, "peerDependencies": { "mongodb": "^6.3.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.18", - "@feathersjs/schema": "^5.0.18", + "@feathersjs/adapter-tests": "^5.0.19", + "@feathersjs/schema": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index c46afb7cba..d854ce61b0 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/rest-client + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 854d193908..3c445d80c1 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "@types/superagent": "^8.1.1", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/express": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "@types/node-fetch": "^2.6.11", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index e15331a5a0..ba31aabbac 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/schema + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/schema diff --git a/packages/schema/package.json b/packages/schema/package.json index a74071a655..67dee72a90 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/schema", "description": "A common data schema definition format", - "version": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.18", - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/adapter-commons": "^5.0.19", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "@feathersjs/hooks": "^0.8.1", "@types/json-schema": "^7.0.15", "ajv": "^8.12.0", @@ -65,7 +65,7 @@ "json-schema-to-ts": "^3.0.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.18", + "@feathersjs/memory": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "ajv-formats": "^2.1.1", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index f74f35cc5a..68992546a8 100644 --- a/packages/socketio-client/CHANGELOG.md +++ b/packages/socketio-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/socketio-client + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 952b82c627..129f7ed0a5 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,14 +54,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18" + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19" }, "devDependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/socketio": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/socketio": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index d56c28740b..fb69976c29 100644 --- a/packages/socketio/CHANGELOG.md +++ b/packages/socketio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/socketio + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 0144e5e787..2d9f44bd69 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,15 +53,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", - "@feathersjs/transport-commons": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", + "@feathersjs/transport-commons": "^5.0.19", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.18", - "@feathersjs/memory": "^5.0.18", - "@feathersjs/tests": "^5.0.18", + "@feathersjs/express": "^5.0.19", + "@feathersjs/memory": "^5.0.19", + "@feathersjs/tests": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "lodash": "^4.17.21", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 7eace324bb..8dc5246cfb 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/tests + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 979aee34c0..6cec6f3773 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/feathers": "^5.0.19", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "mocha": "^10.2.0", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 2411d093a3..0c85d16792 100644 --- a/packages/transport-commons/CHANGELOG.md +++ b/packages/transport-commons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/transport-commons + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 9360f19691..9b71ddc098 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": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,9 +54,9 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.18", - "@feathersjs/errors": "^5.0.18", - "@feathersjs/feathers": "^5.0.18", + "@feathersjs/commons": "^5.0.19", + "@feathersjs/errors": "^5.0.19", + "@feathersjs/feathers": "^5.0.19", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, diff --git a/packages/typebox/CHANGELOG.md b/packages/typebox/CHANGELOG.md index a10acf2670..8383e3602b 100644 --- a/packages/typebox/CHANGELOG.md +++ b/packages/typebox/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) + +**Note:** Version bump only for package @feathersjs/typebox + ## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) **Note:** Version bump only for package @feathersjs/typebox diff --git a/packages/typebox/package.json b/packages/typebox/package.json index 2a1dfb72c5..174992f21b 100644 --- a/packages/typebox/package.json +++ b/packages/typebox/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/typebox", "description": "TypeBox integration for @feathersjs/schema", - "version": "5.0.18", + "version": "5.0.19", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/schema": "^5.0.18", + "@feathersjs/schema": "^5.0.19", "@sinclair/typebox": "^0.25.0" }, "devDependencies": {