diff --git a/CHANGELOG.md b/CHANGELOG.md index cf770afeda..0aa657c69e 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +### Bug Fixes + +- **cli:** Fix another ES module issue ([#3395](https://github.com/feathersjs/feathers/issues/3395)) ([8e39884](https://github.com/feathersjs/feathers/commit/8e39884a23d0e7868546dce4f7a3ee6e954c2b31)) + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b1b2d2714e..b0768c8509 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "ci": false, "packages": ["packages/*"], - "version": "5.0.16", + "version": "5.0.17", "command": { "bootstrap": { "hoist": true diff --git a/package-lock.json b/package-lock.json index 48b293894f..8254024c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23934,12 +23934,12 @@ }, "packages/adapter-commons": { "name": "@feathersjs/adapter-commons", - "version": "5.0.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16" + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17" }, "devDependencies": { "@types/mocha": "^10.0.6", @@ -23961,7 +23961,7 @@ }, "packages/adapter-tests": { "name": "@feathersjs/adapter-tests", - "version": "5.0.16", + "version": "5.0.17", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -23981,15 +23981,15 @@ }, "packages/authentication": { "name": "@feathersjs/authentication", - "version": "5.0.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", + "@feathersjs/schema": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", "@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.16", + "@feathersjs/memory": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16" + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.16", - "@feathersjs/express": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/rest-client": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/socketio-client": "^5.0.16", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/express": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/rest-client": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/socketio-client": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/express": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/koa": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/express": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/koa": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "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.16", + "@feathersjs/memory": "^5.0.17", "@types/cookie-session": "^2.0.48", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", @@ -24124,10 +24124,10 @@ }, "packages/cli": { "name": "@feathersjs/cli", - "version": "5.0.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/generators": "^5.0.16", + "@feathersjs/generators": "^5.0.17", "chalk": "^5.3.0", "commander": "^11.1.0" }, @@ -24135,23 +24135,23 @@ "feathers": "bin/feathers" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/authentication-client": "^5.0.16", - "@feathersjs/authentication-local": "^5.0.16", - "@feathersjs/authentication-oauth": "^5.0.16", - "@feathersjs/configuration": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/express": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/knex": "^5.0.16", - "@feathersjs/koa": "^5.0.16", - "@feathersjs/mongodb": "^5.0.16", - "@feathersjs/rest-client": "^5.0.16", - "@feathersjs/schema": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", - "@feathersjs/typebox": "^5.0.16", + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/authentication-client": "^5.0.17", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/authentication-oauth": "^5.0.17", + "@feathersjs/configuration": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/express": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/knex": "^5.0.17", + "@feathersjs/koa": "^5.0.17", + "@feathersjs/mongodb": "^5.0.17", + "@feathersjs/rest-client": "^5.0.17", + "@feathersjs/schema": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", + "@feathersjs/typebox": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/authentication-client": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/rest-client": "^5.0.16", - "@feathersjs/socketio-client": "^5.0.16" + "@feathersjs/authentication-client": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/rest-client": "^5.0.17", + "@feathersjs/socketio-client": "^5.0.17" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/preset-env": "^7.23.8", - "@feathersjs/express": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/express": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "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.16", + "version": "5.0.17", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -24230,12 +24230,12 @@ }, "packages/configuration": { "name": "@feathersjs/configuration", - "version": "5.0.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "@types/config": "^3.3.3", "config": "^3.3.10" }, @@ -24256,10 +24256,10 @@ } }, "packages/create-feathers": { - "version": "5.0.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/cli": "^5.0.16" + "@feathersjs/cli": "^5.0.17" }, "bin": { "create-feathers": "bin/create-feathers" @@ -24274,10 +24274,10 @@ }, "packages/errors": { "name": "@feathersjs/errors", - "version": "5.0.16", + "version": "5.0.17", "license": "MIT", "devDependencies": { - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/feathers": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", "@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.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.16", + "@feathersjs/commons": "^5.0.17", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, @@ -24355,7 +24355,7 @@ }, "packages/generators": { "name": "@feathersjs/generators", - "version": "5.0.16", + "version": "5.0.17", "license": "MIT", "dependencies": { "@featherscloud/pinion": "^0.5.0", @@ -24365,23 +24365,23 @@ "typescript": "^5.3.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/authentication-client": "^5.0.16", - "@feathersjs/authentication-local": "^5.0.16", - "@feathersjs/authentication-oauth": "^5.0.16", - "@feathersjs/configuration": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/express": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/knex": "^5.0.16", - "@feathersjs/koa": "^5.0.16", - "@feathersjs/mongodb": "^5.0.16", - "@feathersjs/rest-client": "^5.0.16", - "@feathersjs/schema": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", - "@feathersjs/typebox": "^5.0.16", + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/authentication-client": "^5.0.17", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/authentication-oauth": "^5.0.17", + "@feathersjs/configuration": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/express": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/knex": "^5.0.17", + "@feathersjs/koa": "^5.0.17", + "@feathersjs/mongodb": "^5.0.17", + "@feathersjs/rest-client": "^5.0.17", + "@feathersjs/schema": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", + "@feathersjs/typebox": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16" + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/adapter-tests": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", "@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.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/adapter-tests": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16" + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/adapter-tests": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "@types/superagent": "^8.1.1", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/express": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "@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.16", + "@feathersjs/memory": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/express": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16" + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17" }, "devDependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.202", @@ -24692,7 +24692,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/feathers": "^5.0.17", "@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.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, @@ -24739,10 +24739,10 @@ }, "packages/typebox": { "name": "@feathersjs/typebox", - "version": "5.0.16", + "version": "5.0.17", "license": "MIT", "dependencies": { - "@feathersjs/schema": "^5.0.16", + "@feathersjs/schema": "^5.0.17", "@sinclair/typebox": "^0.25.0" }, "devDependencies": { diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index bab2119a65..b2b1353d3d 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/adapter-commons + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (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 96129350bb..20af5309f8 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.16", + "version": "5.0.17", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -50,9 +50,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16" + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17" }, "devDependencies": { "@types/mocha": "^10.0.6", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index e1fec07557..ab70aee9e5 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/adapter-tests + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (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 935c6d11cf..719a024e6f 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.16", + "version": "5.0.17", "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 8e76a9cfe6..1188c3a324 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/authentication-client + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (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 8d1edff3e5..68681f82e1 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,18 +53,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16" + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.16", - "@feathersjs/express": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/rest-client": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/socketio-client": "^5.0.16", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/express": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/rest-client": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/socketio-client": "^5.0.17", "@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 72ed9f5b3a..928c96d902 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/authentication-local + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (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 8346889304..90d02a80d2 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "@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 d562f3f4f3..7218bc6bf1 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/authentication-oauth + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (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 73bb3df78c..63d67f9a05 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,13 +54,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/express": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/koa": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/express": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/koa": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "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.16", + "@feathersjs/memory": "^5.0.17", "@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 9f11d73abb..a0113c3d83 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/authentication + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 10c4282dd7..640991b337 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,12 +53,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", + "@feathersjs/schema": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", "@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.16", + "@feathersjs/memory": "^5.0.17", "@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 7b29027a40..fd82e8eadf 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +### Bug Fixes + +- **cli:** Fix another ES module issue ([#3395](https://github.com/feathersjs/feathers/issues/3395)) ([8e39884](https://github.com/feathersjs/feathers/commit/8e39884a23d0e7868546dce4f7a3ee6e954c2b31)) + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 1f9b02ed6c..bcf0fcf9fe 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/index.js", "type": "module", @@ -53,28 +53,28 @@ "access": "public" }, "dependencies": { - "@feathersjs/generators": "^5.0.16", + "@feathersjs/generators": "^5.0.17", "chalk": "^5.3.0", "commander": "^11.1.0" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/authentication-client": "^5.0.16", - "@feathersjs/authentication-local": "^5.0.16", - "@feathersjs/authentication-oauth": "^5.0.16", - "@feathersjs/configuration": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/express": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/knex": "^5.0.16", - "@feathersjs/koa": "^5.0.16", - "@feathersjs/mongodb": "^5.0.16", - "@feathersjs/rest-client": "^5.0.16", - "@feathersjs/schema": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", - "@feathersjs/typebox": "^5.0.16", + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/authentication-client": "^5.0.17", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/authentication-oauth": "^5.0.17", + "@feathersjs/configuration": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/express": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/knex": "^5.0.17", + "@feathersjs/koa": "^5.0.17", + "@feathersjs/mongodb": "^5.0.17", + "@feathersjs/rest-client": "^5.0.17", + "@feathersjs/schema": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", + "@feathersjs/typebox": "^5.0.17", "@types/mocha": "^10.0.6", "@types/node": "^20.11.5", "@types/prettier": "^2.7.3", diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index 62eb01e49b..50263fc9f9 100644 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -2,10 +2,13 @@ import chalk from 'chalk' import { Command } from 'commander' import { dirname } from 'path' import { runGenerator, getContext, FeathersBaseContext, version } from '@feathersjs/generators' +import { createRequire } from 'node:module' export * from 'commander' export { chalk } +const require = createRequire(import.meta.url) + export const commandRunner = (name: string) => async (options: any) => { const folder = dirname(require.resolve('@feathersjs/generators')) const ctx = getContext({ @@ -13,7 +16,7 @@ export const commandRunner = (name: string) => async (options: any) => { }) await Promise.resolve(ctx) - .then(runGenerator(folder, name, 'index')) + .then(runGenerator(folder, name, 'index.js')) .catch((error) => { const { logger } = ctx.pinion diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 657bf5a3ec..d69d6db0ed 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/client + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 5bbba0adfe..95df823aea 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.16", + "version": "5.0.17", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git", @@ -49,19 +49,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/rest-client": "^5.0.16", - "@feathersjs/socketio-client": "^5.0.16" + "@feathersjs/authentication-client": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/rest-client": "^5.0.17", + "@feathersjs/socketio-client": "^5.0.17" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/preset-env": "^7.23.8", - "@feathersjs/express": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/express": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "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 a7e5b93461..60fb0021d2 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/commons + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index 8b366864e9..12677f9c62 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.16", + "version": "5.0.17", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 27366770cd..a3d4115222 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/configuration + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 82bb330ddc..431c05fab3 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -58,9 +58,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "@types/config": "^3.3.3", "config": "^3.3.10" }, diff --git a/packages/create-feathers/CHANGELOG.md b/packages/create-feathers/CHANGELOG.md index 9507576b3e..994df116fd 100644 --- a/packages/create-feathers/CHANGELOG.md +++ b/packages/create-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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package create-feathers + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) ### Bug Fixes diff --git a/packages/create-feathers/package.json b/packages/create-feathers/package.json index e8f5b8541b..c5b71274b5 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "bin": { "create-feathers": "./bin/create-feathers" @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/cli": "^5.0.16" + "@feathersjs/cli": "^5.0.17" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 87098109c9..52ed7bf36a 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/errors + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 054983b575..7872cc49fa 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/feathers": "^5.0.17", "@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 139ab15c8e..5d07bd813e 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/express + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 19f4272f6f..08feb67e91 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,11 +52,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", "@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.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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 aa631abcb5..2018e7425b 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/feathers + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 9bf29c667d..708f3b16c7 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.16", + "version": "5.0.17", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -58,7 +58,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.16", + "@feathersjs/commons": "^5.0.17", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index 8b0db5e028..c44c466893 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/generators + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/generators diff --git a/packages/generators/package.json b/packages/generators/package.json index a65c8b820b..1a973c3d0a 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/generators", - "version": "5.0.16", + "version": "5.0.17", "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.16", - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/authentication-client": "^5.0.16", - "@feathersjs/authentication-local": "^5.0.16", - "@feathersjs/authentication-oauth": "^5.0.16", - "@feathersjs/configuration": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/express": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/knex": "^5.0.16", - "@feathersjs/koa": "^5.0.16", - "@feathersjs/mongodb": "^5.0.16", - "@feathersjs/rest-client": "^5.0.16", - "@feathersjs/schema": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", - "@feathersjs/typebox": "^5.0.16", + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/authentication-client": "^5.0.17", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/authentication-oauth": "^5.0.17", + "@feathersjs/configuration": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/express": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/knex": "^5.0.17", + "@feathersjs/koa": "^5.0.17", + "@feathersjs/mongodb": "^5.0.17", + "@feathersjs/rest-client": "^5.0.17", + "@feathersjs/schema": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", + "@feathersjs/typebox": "^5.0.17", "@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 83d3fa1f69..699753045a 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/knex + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/knex diff --git a/packages/knex/package.json b/packages/knex/package.json index bb9e0571f0..57fe07abce 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16" + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17" }, "peerDependencies": { "knex": ">=3.1.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/adapter-tests": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "@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 02e61950f9..67a48df81b 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/koa + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/koa diff --git a/packages/koa/package.json b/packages/koa/package.json index 2fb4690015..0ba31f3fa3 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,11 +49,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", + "@feathersjs/authentication": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", "@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.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/authentication-local": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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 9cd62c5811..dde2e95199 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/memory + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/memory diff --git a/packages/memory/package.json b/packages/memory/package.json index 021d53fb60..dd79a10abe 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.16", + "version": "5.0.17", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", @@ -49,14 +49,14 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/adapter-tests": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "@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 eb3fb80e8b..0b06d34859 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/mongodb + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/mongodb diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index c44be5d766..d44b29fa70 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16" + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17" }, "peerDependencies": { "mongodb": "^6.3.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.16", - "@feathersjs/schema": "^5.0.16", + "@feathersjs/adapter-tests": "^5.0.17", + "@feathersjs/schema": "^5.0.17", "@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 1cd28808ae..106cc950b0 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/rest-client + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (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 b4e2517a0f..e9262be30f 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "@types/superagent": "^8.1.1", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/express": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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 a1863b4131..d114831fe6 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/schema + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/schema diff --git a/packages/schema/package.json b/packages/schema/package.json index c69d5cdb93..c8807e6f78 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.16", - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/adapter-commons": "^5.0.17", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "@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.16", + "@feathersjs/memory": "^5.0.17", "@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 7c5ca41291..1aa0a92255 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/socketio-client + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (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 04a63fe691..116b3e175d 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,14 +54,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16" + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17" }, "devDependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/socketio": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/socketio": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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 86d1253786..11faeb09d1 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/socketio + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 5f2e3d53b2..530270d8a3 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,15 +53,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", - "@feathersjs/transport-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", + "@feathersjs/transport-commons": "^5.0.17", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.16", - "@feathersjs/memory": "^5.0.16", - "@feathersjs/tests": "^5.0.16", + "@feathersjs/express": "^5.0.17", + "@feathersjs/memory": "^5.0.17", + "@feathersjs/tests": "^5.0.17", "@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 268bfd1207..5a126a8a71 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/tests + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 1d1514c86f..0893b2e8b8 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/feathers": "^5.0.17", "@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 415de23b82..3382fef0bb 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/transport-commons + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (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 99452d017a..8fb6a836d3 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,9 +54,9 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.16", - "@feathersjs/errors": "^5.0.16", - "@feathersjs/feathers": "^5.0.16", + "@feathersjs/commons": "^5.0.17", + "@feathersjs/errors": "^5.0.17", + "@feathersjs/feathers": "^5.0.17", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, diff --git a/packages/typebox/CHANGELOG.md b/packages/typebox/CHANGELOG.md index 384a87984b..0f600180f5 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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/typebox + ## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) **Note:** Version bump only for package @feathersjs/typebox diff --git a/packages/typebox/package.json b/packages/typebox/package.json index d737653c45..31843a6d55 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.16", + "version": "5.0.17", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/schema": "^5.0.16", + "@feathersjs/schema": "^5.0.17", "@sinclair/typebox": "^0.25.0" }, "devDependencies": {