diff --git a/CHANGELOG.md b/CHANGELOG.md index c3930cb470..cf770afeda 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +### Bug Fixes + +- Update npm create feathers to ES module ([#3393](https://github.com/feathersjs/feathers/issues/3393)) ([314ce70](https://github.com/feathersjs/feathers/commit/314ce707332eadbea4505e5e7560397632da6205)) + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e9999c8556..b1b2d2714e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "ci": false, "packages": ["packages/*"], - "version": "5.0.15", + "version": "5.0.16", "command": { "bootstrap": { "hoist": true diff --git a/package-lock.json b/package-lock.json index 03604c5bdf..48b293894f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23934,12 +23934,12 @@ }, "packages/adapter-commons": { "name": "@feathersjs/adapter-commons", - "version": "5.0.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15" + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16" }, "devDependencies": { "@types/mocha": "^10.0.6", @@ -23961,7 +23961,7 @@ }, "packages/adapter-tests": { "name": "@feathersjs/adapter-tests", - "version": "5.0.15", + "version": "5.0.16", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -23981,15 +23981,15 @@ }, "packages/authentication": { "name": "@feathersjs/authentication", - "version": "5.0.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", + "@feathersjs/schema": "^5.0.16", + "@feathersjs/transport-commons": "^5.0.16", "@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.15", + "@feathersjs/memory": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15" + "@feathersjs/authentication": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.15", - "@feathersjs/express": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/rest-client": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/socketio-client": "^5.0.15", + "@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", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/authentication": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/schema": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/express": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/koa": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@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", "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.15", + "@feathersjs/memory": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/generators": "^5.0.15", + "@feathersjs/generators": "^5.0.16", "chalk": "^5.3.0", "commander": "^11.1.0" }, @@ -24135,23 +24135,23 @@ "feathers": "bin/feathers" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/authentication-client": "^5.0.15", - "@feathersjs/authentication-local": "^5.0.15", - "@feathersjs/authentication-oauth": "^5.0.15", - "@feathersjs/configuration": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/express": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/knex": "^5.0.15", - "@feathersjs/koa": "^5.0.15", - "@feathersjs/mongodb": "^5.0.15", - "@feathersjs/rest-client": "^5.0.15", - "@feathersjs/schema": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", - "@feathersjs/typebox": "^5.0.15", + "@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", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/authentication-client": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/rest-client": "^5.0.15", - "@feathersjs/socketio-client": "^5.0.15" + "@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" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/preset-env": "^7.23.8", - "@feathersjs/express": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/express": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/socketio": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "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.15", + "version": "5.0.16", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -24230,12 +24230,12 @@ }, "packages/configuration": { "name": "@feathersjs/configuration", - "version": "5.0.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", + "@feathersjs/schema": "^5.0.16", "@types/config": "^3.3.3", "config": "^3.3.10" }, @@ -24256,16 +24256,16 @@ } }, "packages/create-feathers": { - "version": "5.0.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/cli": "^5.0.15" + "@feathersjs/cli": "^5.0.16" }, "bin": { "create-feathers": "bin/create-feathers" }, "engines": { - "node": ">= 14" + "node": ">= 18" }, "funding": { "type": "github", @@ -24274,10 +24274,10 @@ }, "packages/errors": { "name": "@feathersjs/errors", - "version": "5.0.15", + "version": "5.0.16", "license": "MIT", "devDependencies": { - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/feathers": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", + "@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", "@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.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/authentication-local": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.15", + "@feathersjs/commons": "^5.0.16", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, @@ -24355,7 +24355,7 @@ }, "packages/generators": { "name": "@feathersjs/generators", - "version": "5.0.15", + "version": "5.0.16", "license": "MIT", "dependencies": { "@featherscloud/pinion": "^0.5.0", @@ -24365,23 +24365,23 @@ "typescript": "^5.3.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/authentication-client": "^5.0.15", - "@feathersjs/authentication-local": "^5.0.15", - "@feathersjs/authentication-oauth": "^5.0.15", - "@feathersjs/configuration": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/express": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/knex": "^5.0.15", - "@feathersjs/koa": "^5.0.15", - "@feathersjs/mongodb": "^5.0.15", - "@feathersjs/rest-client": "^5.0.15", - "@feathersjs/schema": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", - "@feathersjs/typebox": "^5.0.15", + "@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", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15" + "@feathersjs/adapter-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@feathersjs/adapter-tests": "^5.0.16", + "@feathersjs/schema": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", + "@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", "@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.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/authentication-local": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", + "@feathersjs/adapter-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/adapter-tests": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15" + "@feathersjs/adapter-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@feathersjs/adapter-tests": "^5.0.16", + "@feathersjs/schema": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "@types/superagent": "^8.1.1", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/express": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/adapter-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "@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.15", + "@feathersjs/memory": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", + "@feathersjs/transport-commons": "^5.0.16", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/express": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15" + "@feathersjs/feathers": "^5.0.16", + "@feathersjs/transport-commons": "^5.0.16" }, "devDependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/socketio": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.202", @@ -24692,7 +24692,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/feathers": "^5.0.16", "@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.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, @@ -24739,10 +24739,10 @@ }, "packages/typebox": { "name": "@feathersjs/typebox", - "version": "5.0.15", + "version": "5.0.16", "license": "MIT", "dependencies": { - "@feathersjs/schema": "^5.0.15", + "@feathersjs/schema": "^5.0.16", "@sinclair/typebox": "^0.25.0" }, "devDependencies": { diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index a9fba2ace2..bab2119a65 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.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 + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (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 6cb033c9fa..96129350bb 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.15", + "version": "5.0.16", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -50,9 +50,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15" + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16" }, "devDependencies": { "@types/mocha": "^10.0.6", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 27780dbd83..e1fec07557 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.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 + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (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 8d8b55d86c..935c6d11cf 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.15", + "version": "5.0.16", "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 9e7a9486af..8e76a9cfe6 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.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 + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (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 96a8b11bc3..8d1edff3e5 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,18 +53,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15" + "@feathersjs/authentication": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.15", - "@feathersjs/express": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/rest-client": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/socketio-client": "^5.0.15", + "@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", "@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 3617cc746a..72ed9f5b3a 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.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 + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (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 e9b5aaf652..8346889304 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/authentication": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/schema": "^5.0.16", "@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 0c0aaa09be..d562f3f4f3 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.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 + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (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 727bed5383..73bb3df78c 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,13 +54,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/express": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/koa": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@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", "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.15", + "@feathersjs/memory": "^5.0.16", "@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 6d02d239b6..9f11d73abb 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/authentication + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index b19dfbe029..10c4282dd7 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,12 +53,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", + "@feathersjs/schema": "^5.0.16", + "@feathersjs/transport-commons": "^5.0.16", "@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.15", + "@feathersjs/memory": "^5.0.16", "@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 2cca10ab42..7b29027a40 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/cli + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index 63ff24552f..1f9b02ed6c 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/index.js", "type": "module", @@ -53,28 +53,28 @@ "access": "public" }, "dependencies": { - "@feathersjs/generators": "^5.0.15", + "@feathersjs/generators": "^5.0.16", "chalk": "^5.3.0", "commander": "^11.1.0" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/authentication-client": "^5.0.15", - "@feathersjs/authentication-local": "^5.0.15", - "@feathersjs/authentication-oauth": "^5.0.15", - "@feathersjs/configuration": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/express": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/knex": "^5.0.15", - "@feathersjs/koa": "^5.0.15", - "@feathersjs/mongodb": "^5.0.15", - "@feathersjs/rest-client": "^5.0.15", - "@feathersjs/schema": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", - "@feathersjs/typebox": "^5.0.15", + "@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", "@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 f60ab2d2d5..657bf5a3ec 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/client + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index c96226f8d4..5bbba0adfe 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.15", + "version": "5.0.16", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git", @@ -49,19 +49,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/rest-client": "^5.0.15", - "@feathersjs/socketio-client": "^5.0.15" + "@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" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/preset-env": "^7.23.8", - "@feathersjs/express": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/express": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/socketio": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "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 d3df34c10d..a7e5b93461 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/commons + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index 6220513133..8b366864e9 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.15", + "version": "5.0.16", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index cb884ffaf5..27366770cd 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/configuration + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 926b54f5f6..82bb330ddc 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -58,9 +58,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", + "@feathersjs/schema": "^5.0.16", "@types/config": "^3.3.3", "config": "^3.3.10" }, diff --git a/packages/create-feathers/CHANGELOG.md b/packages/create-feathers/CHANGELOG.md index 5d29750460..9507576b3e 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +### Bug Fixes + +- Update npm create feathers to ES module ([#3393](https://github.com/feathersjs/feathers/issues/3393)) ([314ce70](https://github.com/feathersjs/feathers/commit/314ce707332eadbea4505e5e7560397632da6205)) + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package create-feathers diff --git a/packages/create-feathers/bin/create-feathers b/packages/create-feathers/bin/create-feathers index b95b40c186..1c1bd6b108 100755 --- a/packages/create-feathers/bin/create-feathers +++ b/packages/create-feathers/bin/create-feathers @@ -1,10 +1,10 @@ #!/usr/bin/env node 'use strict'; -const path = require('path') -const { existsSync } = require('fs') -const { mkdir } = require('fs/promises') -const { Command, commandRunner, chalk } = require('@feathersjs/cli') +import path from 'path' +import { existsSync } from 'fs' +import { mkdir } from 'fs/promises' +import { Command, commandRunner, chalk } from '@feathersjs/cli' const program = new Command() const generateApp = commandRunner('app') @@ -21,7 +21,7 @@ ${chalk.grey('npm init feathers myapp')} .action(async (name, options) => { try { const cwd = path.join(process.cwd(), name) - + if (existsSync(cwd)) { throw new Error(`Can not create Feathers application, the folder "${name}" already exists`) } diff --git a/packages/create-feathers/package.json b/packages/create-feathers/package.json index cbea869a59..e8f5b8541b 100644 --- a/packages/create-feathers/package.json +++ b/packages/create-feathers/package.json @@ -1,11 +1,12 @@ { "name": "create-feathers", "description": "Create a new Feathers application", - "version": "5.0.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "bin": { "create-feathers": "./bin/create-feathers" }, + "type": "module", "keywords": [ "feathers", "feathers-plugin" @@ -29,7 +30,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 14" + "node": ">= 18" }, "files": [ "CHANGELOG.md", @@ -41,13 +42,13 @@ "*.js" ], "scripts": { - "test": "echo \"No tests necessary\"" + "test": "bin/create-feathers --help" }, "publishConfig": { "access": "public" }, "dependencies": { - "@feathersjs/cli": "^5.0.15" + "@feathersjs/cli": "^5.0.16" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index bf79eea258..87098109c9 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/errors + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 49bb7841cd..054983b575 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/feathers": "^5.0.16", "@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 efff4496ad..139ab15c8e 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/express + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index bfebe1fa68..19f4272f6f 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,11 +52,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", + "@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", "@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.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/authentication-local": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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 be06d0337f..aa631abcb5 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/feathers + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 82df869662..9bf29c667d 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.15", + "version": "5.0.16", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -58,7 +58,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.15", + "@feathersjs/commons": "^5.0.16", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index a266586947..8b0db5e028 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/generators + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) ### Bug Fixes diff --git a/packages/generators/package.json b/packages/generators/package.json index 2b8a75d764..a65c8b820b 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/generators", - "version": "5.0.15", + "version": "5.0.16", "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.15", - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/authentication-client": "^5.0.15", - "@feathersjs/authentication-local": "^5.0.15", - "@feathersjs/authentication-oauth": "^5.0.15", - "@feathersjs/configuration": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/express": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/knex": "^5.0.15", - "@feathersjs/koa": "^5.0.15", - "@feathersjs/mongodb": "^5.0.15", - "@feathersjs/rest-client": "^5.0.15", - "@feathersjs/schema": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", - "@feathersjs/typebox": "^5.0.15", + "@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", "@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 82798763b5..83d3fa1f69 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/knex + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) ### Bug Fixes diff --git a/packages/knex/package.json b/packages/knex/package.json index 0b6a0c15e9..bb9e0571f0 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15" + "@feathersjs/adapter-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16" }, "peerDependencies": { "knex": ">=3.1.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@feathersjs/adapter-tests": "^5.0.16", + "@feathersjs/schema": "^5.0.16", "@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 655ef95879..02e61950f9 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/koa + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/koa diff --git a/packages/koa/package.json b/packages/koa/package.json index 5fc102bc56..2fb4690015 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,11 +49,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", + "@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", "@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.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/authentication-local": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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 35c2b9a183..9cd62c5811 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/memory + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/memory diff --git a/packages/memory/package.json b/packages/memory/package.json index e6f0816ab5..021d53fb60 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.15", + "version": "5.0.16", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", @@ -49,14 +49,14 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", + "@feathersjs/adapter-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/adapter-tests": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "@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 6f4f61417f..eb3fb80e8b 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/mongodb + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/mongodb diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index aa8ced81d6..c44be5d766 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15" + "@feathersjs/adapter-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16" }, "peerDependencies": { "mongodb": "^6.3.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.15", - "@feathersjs/schema": "^5.0.15", + "@feathersjs/adapter-tests": "^5.0.16", + "@feathersjs/schema": "^5.0.16", "@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 e515f1bef9..1cd28808ae 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.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 + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (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 84497dedee..b4e2517a0f 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "@types/superagent": "^8.1.1", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/express": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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 bed7cea007..a1863b4131 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/schema + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/schema diff --git a/packages/schema/package.json b/packages/schema/package.json index 32be103508..c69d5cdb93 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.15", - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/adapter-commons": "^5.0.16", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "@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.15", + "@feathersjs/memory": "^5.0.16", "@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 444aff9436..7c5ca41291 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.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 + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (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 d39af9e377..04a63fe691 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,14 +54,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15" + "@feathersjs/feathers": "^5.0.16", + "@feathersjs/transport-commons": "^5.0.16" }, "devDependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/socketio": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/socketio": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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 2bfca48692..86d1253786 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/socketio + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 4e94c2790b..5f2e3d53b2 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,15 +53,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", - "@feathersjs/transport-commons": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", + "@feathersjs/transport-commons": "^5.0.16", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.15", - "@feathersjs/memory": "^5.0.15", - "@feathersjs/tests": "^5.0.15", + "@feathersjs/express": "^5.0.16", + "@feathersjs/memory": "^5.0.16", + "@feathersjs/tests": "^5.0.16", "@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 6e12f5bddb..268bfd1207 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/tests + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 4ba7b4b53e..1d1514c86f 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/feathers": "^5.0.16", "@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 eee14eb412..415de23b82 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.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 + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (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 2314befd64..99452d017a 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,9 +54,9 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.15", - "@feathersjs/errors": "^5.0.15", - "@feathersjs/feathers": "^5.0.15", + "@feathersjs/commons": "^5.0.16", + "@feathersjs/errors": "^5.0.16", + "@feathersjs/feathers": "^5.0.16", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, diff --git a/packages/typebox/CHANGELOG.md b/packages/typebox/CHANGELOG.md index 4a8f1dadea..384a87984b 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.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) + +**Note:** Version bump only for package @feathersjs/typebox + ## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) **Note:** Version bump only for package @feathersjs/typebox diff --git a/packages/typebox/package.json b/packages/typebox/package.json index e561229462..d737653c45 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.15", + "version": "5.0.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/schema": "^5.0.15", + "@feathersjs/schema": "^5.0.16", "@sinclair/typebox": "^0.25.0" }, "devDependencies": {