diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba8ee575..49555b355 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +### Bug Fixes + +- Revert to compatible UUID package ([#3630](https://github.com/feathersjs/feathers/issues/3630)) ([5c8c9e3](https://github.com/feathersjs/feathers/commit/5c8c9e36efbbf695eccd6d8822e36e1ea75c1516)) + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9f5490261..54ac88a70 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "ci": false, "packages": ["packages/*"], - "version": "5.0.36", + "version": "5.0.37", "command": { "bootstrap": { "hoist": true diff --git a/package-lock.json b/package-lock.json index 439147952..65b6a1aa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27307,12 +27307,12 @@ }, "packages/adapter-commons": { "name": "@feathersjs/adapter-commons", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36" + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37" }, "devDependencies": { "@types/mocha": "^10.0.10", @@ -27334,7 +27334,7 @@ }, "packages/adapter-tests": { "name": "@feathersjs/adapter-tests", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", @@ -27354,15 +27354,15 @@ }, "packages/authentication": { "name": "@feathersjs/authentication", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "@feathersjs/hooks": "^0.9.0", - "@feathersjs/schema": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", + "@feathersjs/schema": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", "@types/jsonwebtoken": "^9.0.10", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -27370,7 +27370,7 @@ "uuid": "^11.1.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.36", + "@feathersjs/memory": "^5.0.37", "@types/lodash": "^4.17.20", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", @@ -27390,21 +27390,21 @@ }, "packages/authentication-client": { "name": "@feathersjs/authentication-client", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36" + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/express": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/rest-client": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/socketio-client": "^5.0.36", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/express": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/rest-client": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/socketio-client": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "axios": "^1.13.2", @@ -27423,19 +27423,19 @@ }, "packages/authentication-local": { "name": "@feathersjs/authentication-local", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "bcryptjs": "^3.0.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.17.20", "@types/mocha": "^10.0.10", @@ -27455,23 +27455,23 @@ }, "packages/authentication-oauth": { "name": "@feathersjs/authentication-oauth", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/express": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/koa": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/express": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/koa": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "cookie-session": "^2.1.1", "grant": "^5.4.24", "koa-session": "^7.0.2", "qs": "^6.14.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.36", + "@feathersjs/memory": "^5.0.37", "@types/cookie-session": "^2.0.49", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", @@ -27508,10 +27508,10 @@ }, "packages/cli": { "name": "@feathersjs/cli", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/generators": "^5.0.36", + "@feathersjs/generators": "^5.0.37", "chalk": "^5.6.2", "commander": "^13.1.0" }, @@ -27519,23 +27519,23 @@ "feathers": "bin/feathers.js" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/authentication-client": "^5.0.36", - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/authentication-oauth": "^5.0.36", - "@feathersjs/configuration": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/express": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/knex": "^5.0.36", - "@feathersjs/koa": "^5.0.36", - "@feathersjs/mongodb": "^5.0.36", - "@feathersjs/rest-client": "^5.0.36", - "@feathersjs/schema": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", - "@feathersjs/typebox": "^5.0.36", + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/authentication-client": "^5.0.37", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/authentication-oauth": "^5.0.37", + "@feathersjs/configuration": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/express": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/knex": "^5.0.37", + "@feathersjs/koa": "^5.0.37", + "@feathersjs/mongodb": "^5.0.37", + "@feathersjs/rest-client": "^5.0.37", + "@feathersjs/schema": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", + "@feathersjs/typebox": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "@types/prettier": "^2.7.3", @@ -27565,22 +27565,22 @@ }, "packages/client": { "name": "@feathersjs/client", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/authentication-client": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/rest-client": "^5.0.36", - "@feathersjs/socketio-client": "^5.0.36" + "@feathersjs/authentication-client": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/rest-client": "^5.0.37", + "@feathersjs/socketio-client": "^5.0.37" }, "devDependencies": { "@babel/core": "^7.28.5", "@babel/preset-env": "^7.28.5", - "@feathersjs/express": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/express": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "babel-loader": "^10.0.0", "mocha": "^11.7.5", "node-fetch": "^2.6.1", @@ -27603,7 +27603,7 @@ }, "packages/commons": { "name": "@feathersjs/commons", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", @@ -27623,12 +27623,12 @@ }, "packages/configuration": { "name": "@feathersjs/configuration", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "@types/config": "^3.3.5", "config": "^4.1.1" }, @@ -27649,10 +27649,10 @@ } }, "packages/create-feathers": { - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/cli": "^5.0.36" + "@feathersjs/cli": "^5.0.37" }, "bin": { "create-feathers": "bin/create-feathers.js" @@ -27667,10 +27667,10 @@ }, "packages/errors": { "name": "@feathersjs/errors", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "devDependencies": { - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/feathers": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", @@ -27684,14 +27684,14 @@ }, "packages/express": { "name": "@feathersjs/express", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", "@types/compression": "^1.8.1", "@types/cors": "^2.8.19", "@types/express": "^4.17.21", @@ -27701,8 +27701,8 @@ "express": "^4.21.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/lodash": "^4.17.20", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", @@ -27723,10 +27723,10 @@ }, "packages/feathers": { "name": "@feathersjs/feathers", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.36", + "@feathersjs/commons": "^5.0.37", "@feathersjs/hooks": "^0.9.0", "events": "^3.3.0" }, @@ -27748,7 +27748,7 @@ }, "packages/generators": { "name": "@feathersjs/generators", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { "@featherscloud/pinion": "^0.5.5", @@ -27758,23 +27758,23 @@ "typescript": "^5.9.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/authentication-client": "^5.0.36", - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/authentication-oauth": "^5.0.36", - "@feathersjs/configuration": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/express": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/knex": "^5.0.36", - "@feathersjs/koa": "^5.0.36", - "@feathersjs/mongodb": "^5.0.36", - "@feathersjs/rest-client": "^5.0.36", - "@feathersjs/schema": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", - "@feathersjs/typebox": "^5.0.36", + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/authentication-client": "^5.0.37", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/authentication-oauth": "^5.0.37", + "@feathersjs/configuration": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/express": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/knex": "^5.0.37", + "@feathersjs/koa": "^5.0.37", + "@feathersjs/mongodb": "^5.0.37", + "@feathersjs/rest-client": "^5.0.37", + "@feathersjs/schema": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", + "@feathersjs/typebox": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "@types/prettier": "^2.7.3", @@ -27801,17 +27801,17 @@ }, "packages/knex": { "name": "@feathersjs/knex", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36" + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/adapter-tests": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "knex": "^3.1.0", @@ -27834,14 +27834,14 @@ }, "packages/koa": { "name": "@feathersjs/koa", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", "@koa/cors": "^5.0.0", "@types/koa": "^3.0.1", "@types/koa__cors": "^5.0.1", @@ -27854,9 +27854,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/koa-compose": "^3.2.9", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", @@ -27872,16 +27872,16 @@ }, "packages/memory": { "name": "@feathersjs/memory", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", "sift": "^17.1.3" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/adapter-tests": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", @@ -27895,17 +27895,17 @@ }, "packages/mongodb": { "name": "@feathersjs/mongodb", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36" + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/adapter-tests": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", @@ -27926,19 +27926,19 @@ }, "packages/rest-client": { "name": "@feathersjs/rest-client", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "@types/superagent": "^8.1.9", "qs": "^6.14.0" }, "devDependencies": { - "@feathersjs/express": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/express": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "@types/node-fetch": "^2.6.13", @@ -27962,13 +27962,13 @@ }, "packages/schema": { "name": "@feathersjs/schema", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "@feathersjs/hooks": "^0.9.0", "@types/json-schema": "^7.0.15", "ajv": "^8.17.1", @@ -27976,7 +27976,7 @@ "json-schema-to-ts": "^3.1.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.36", + "@feathersjs/memory": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "ajv-formats": "^3.0.1", @@ -28019,18 +28019,18 @@ }, "packages/socketio": { "name": "@feathersjs/socketio", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", "socket.io": "^4.8.1" }, "devDependencies": { - "@feathersjs/express": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/express": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "lodash": "^4.17.21", @@ -28049,17 +28049,17 @@ }, "packages/socketio-client": { "name": "@feathersjs/socketio-client", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36" + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37" }, "devDependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", @@ -28078,7 +28078,7 @@ }, "packages/tests": { "name": "@feathersjs/tests", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { "@types/lodash": "^4.17.20", @@ -28086,7 +28086,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/feathers": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", @@ -28104,12 +28104,12 @@ }, "packages/transport-commons": { "name": "@feathersjs/transport-commons", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "encodeurl": "^2.0.0", "lodash": "^4.17.21" }, @@ -28133,10 +28133,10 @@ }, "packages/typebox": { "name": "@feathersjs/typebox", - "version": "5.0.36", + "version": "5.0.37", "license": "MIT", "dependencies": { - "@feathersjs/schema": "^5.0.36", + "@feathersjs/schema": "^5.0.37", "@sinclair/typebox": "^0.25.0" }, "devDependencies": { diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index 2d10dd7b5..05260aa77 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/adapter-commons + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index bb25c9901..4e65e1096 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.36", + "version": "5.0.37", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -50,9 +50,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36" + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37" }, "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 07a0c1b71..c54c143e1 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/adapter-tests + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index af66cd552..5c0aaff45 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.36", + "version": "5.0.37", "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 b2afb39c7..46df9559a 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/authentication-client + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 8e08d7012..08e2c2259 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,18 +53,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36" + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/express": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/rest-client": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/socketio-client": "^5.0.36", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/express": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/rest-client": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/socketio-client": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "axios": "^1.13.2", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 82f6bddd7..6934b9fb5 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/authentication-local + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 4a5bd1f9d..ab70da22f 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "bcryptjs": "^3.0.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.17.20", "@types/mocha": "^10.0.10", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index a5695ec98..788b8b880 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/authentication-oauth + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index b3f2556f6..850953e9f 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,20 +54,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/express": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/koa": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/express": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/koa": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "cookie-session": "^2.1.1", "grant": "^5.4.24", "koa-session": "^7.0.2", "qs": "^6.14.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.36", + "@feathersjs/memory": "^5.0.37", "@types/cookie-session": "^2.0.49", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 1ddbd2e79..224008112 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +### Bug Fixes + +- Revert to compatible UUID package ([#3630](https://github.com/feathersjs/feathers/issues/3630)) ([5c8c9e3](https://github.com/feathersjs/feathers/commit/5c8c9e36efbbf695eccd6d8822e36e1ea75c1516)) + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 7c1159c10..6e69ef526 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,12 +53,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "@feathersjs/hooks": "^0.9.0", - "@feathersjs/schema": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", + "@feathersjs/schema": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", "@types/jsonwebtoken": "^9.0.10", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -66,7 +66,7 @@ "uuid": "^11.1.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.36", + "@feathersjs/memory": "^5.0.37", "@types/lodash": "^4.17.20", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d32729f7d..ceb12584b 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/cli + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index 1cbc0627b..cbfa15ff2 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/index.js", "type": "module", @@ -53,28 +53,28 @@ "access": "public" }, "dependencies": { - "@feathersjs/generators": "^5.0.36", + "@feathersjs/generators": "^5.0.37", "chalk": "^5.6.2", "commander": "^13.1.0" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/authentication-client": "^5.0.36", - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/authentication-oauth": "^5.0.36", - "@feathersjs/configuration": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/express": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/knex": "^5.0.36", - "@feathersjs/koa": "^5.0.36", - "@feathersjs/mongodb": "^5.0.36", - "@feathersjs/rest-client": "^5.0.36", - "@feathersjs/schema": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", - "@feathersjs/typebox": "^5.0.36", + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/authentication-client": "^5.0.37", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/authentication-oauth": "^5.0.37", + "@feathersjs/configuration": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/express": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/knex": "^5.0.37", + "@feathersjs/koa": "^5.0.37", + "@feathersjs/mongodb": "^5.0.37", + "@feathersjs/rest-client": "^5.0.37", + "@feathersjs/schema": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", + "@feathersjs/typebox": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "@types/prettier": "^2.7.3", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index f9b75f156..9a5e5c7f5 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/client + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index eec00830e..48d6c647c 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.36", + "version": "5.0.37", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git", @@ -49,19 +49,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/rest-client": "^5.0.36", - "@feathersjs/socketio-client": "^5.0.36" + "@feathersjs/authentication-client": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/rest-client": "^5.0.37", + "@feathersjs/socketio-client": "^5.0.37" }, "devDependencies": { "@babel/core": "^7.28.5", "@babel/preset-env": "^7.28.5", - "@feathersjs/express": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/express": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "babel-loader": "^10.0.0", "mocha": "^11.7.5", "node-fetch": "^2.6.1", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 27bddde09..74bd3f4da 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/commons + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/commons/package.json b/packages/commons/package.json index e0b94a4a8..46d0fdcfd 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.36", + "version": "5.0.37", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index ba8823c00..c8cf73e6f 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/configuration + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 22fdbccf4..8fc366a56 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -58,9 +58,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "@types/config": "^3.3.5", "config": "^4.1.1" }, diff --git a/packages/create-feathers/CHANGELOG.md b/packages/create-feathers/CHANGELOG.md index d3ec3a96f..8739675bb 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package create-feathers + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) **Note:** Version bump only for package create-feathers diff --git a/packages/create-feathers/package.json b/packages/create-feathers/package.json index cd050359f..924216398 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "bin": { "create-feathers": "./bin/create-feathers.js" @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/cli": "^5.0.36" + "@feathersjs/cli": "^5.0.37" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index e6b771a3f..81315b219 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/errors + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/errors/package.json b/packages/errors/package.json index d4fa37f08..61d258116 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/feathers": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 719e7de05..43c18fa76 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/express + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/express/package.json b/packages/express/package.json index cb0e6e123..060f29dac 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,11 +52,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", "@types/compression": "^1.8.1", "@types/cors": "^2.8.19", "@types/express": "^4.17.21", @@ -66,8 +66,8 @@ "express": "^4.21.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/lodash": "^4.17.20", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index c11c5dabb..52377ba4c 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/feathers + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/feathers/package.json b/packages/feathers/package.json index f32997fc3..aa51acd90 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.36", + "version": "5.0.37", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -58,7 +58,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.36", + "@feathersjs/commons": "^5.0.37", "@feathersjs/hooks": "^0.9.0", "events": "^3.3.0" }, diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index 04dbb6e13..5f32a3314 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/generators + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/generators/package.json b/packages/generators/package.json index b11aaa5f7..0c3404f1a 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/generators", - "version": "5.0.36", + "version": "5.0.37", "description": "Feathers CLI core generators, powered by Pinion", "homepage": "https://feathersjs.com", "keywords": [ @@ -59,23 +59,23 @@ "typescript": "^5.9.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/authentication-client": "^5.0.36", - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/authentication-oauth": "^5.0.36", - "@feathersjs/configuration": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/express": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/knex": "^5.0.36", - "@feathersjs/koa": "^5.0.36", - "@feathersjs/mongodb": "^5.0.36", - "@feathersjs/rest-client": "^5.0.36", - "@feathersjs/schema": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", - "@feathersjs/typebox": "^5.0.36", + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/authentication-client": "^5.0.37", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/authentication-oauth": "^5.0.37", + "@feathersjs/configuration": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/express": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/knex": "^5.0.37", + "@feathersjs/koa": "^5.0.37", + "@feathersjs/mongodb": "^5.0.37", + "@feathersjs/rest-client": "^5.0.37", + "@feathersjs/schema": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", + "@feathersjs/typebox": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "@types/prettier": "^2.7.3", diff --git a/packages/knex/CHANGELOG.md b/packages/knex/CHANGELOG.md index f7a80b035..b0d369e89 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/knex + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/knex/package.json b/packages/knex/package.json index 0a1724413..78fc5bff8 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36" + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37" }, "peerDependencies": { "knex": ">=3.1.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/adapter-tests": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "knex": "^3.1.0", diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index c0ab568d8..3e3a2f6d8 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/koa + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/koa/package.json b/packages/koa/package.json index 4243e3b4e..1ddff5947 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,11 +49,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", + "@feathersjs/authentication": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", "@koa/cors": "^5.0.0", "@types/koa": "^3.0.1", "@types/koa-qs": "^2.0.4", @@ -66,9 +66,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/authentication-local": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/koa-compose": "^3.2.9", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", diff --git a/packages/memory/CHANGELOG.md b/packages/memory/CHANGELOG.md index 62843a9e2..aae50b3bc 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/memory + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/memory/package.json b/packages/memory/package.json index eb0dbcf78..bbe6d1438 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.36", + "version": "5.0.37", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", @@ -49,13 +49,13 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", "sift": "^17.1.3" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/adapter-tests": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", diff --git a/packages/mongodb/CHANGELOG.md b/packages/mongodb/CHANGELOG.md index 3f33432f9..71f592471 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/mongodb + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index 67cd5953c..b324f8691 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36" + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37" }, "peerDependencies": { "mongodb": "^6.19.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.36", - "@feathersjs/schema": "^5.0.36", + "@feathersjs/adapter-tests": "^5.0.37", + "@feathersjs/schema": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index c2edd824b..b588441e6 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/rest-client + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 028f52d4e..fd0a10846 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "@types/superagent": "^8.1.9", "qs": "^6.14.0" }, "devDependencies": { - "@feathersjs/express": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/express": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "@types/node-fetch": "^2.6.13", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index 0729752a0..cb69d7962 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/schema + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/schema/package.json b/packages/schema/package.json index e7b4c3faf..198cfb122 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.36", - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/adapter-commons": "^5.0.37", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "@feathersjs/hooks": "^0.9.0", "@types/json-schema": "^7.0.15", "ajv": "^8.17.1", @@ -65,7 +65,7 @@ "json-schema-to-ts": "^3.1.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.36", + "@feathersjs/memory": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "ajv-formats": "^3.0.1", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 47b223474..23c423ef3 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/socketio-client + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 298ab43f4..b7e002069 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,14 +54,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36" + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37" }, "devDependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/socketio": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/socketio": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index fb128e33a..e28ed511c 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/socketio + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 615ca42af..23a1ef1b2 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,15 +53,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", - "@feathersjs/transport-commons": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", + "@feathersjs/transport-commons": "^5.0.37", "socket.io": "^4.8.1" }, "devDependencies": { - "@feathersjs/express": "^5.0.36", - "@feathersjs/memory": "^5.0.36", - "@feathersjs/tests": "^5.0.36", + "@feathersjs/express": "^5.0.37", + "@feathersjs/memory": "^5.0.37", + "@feathersjs/tests": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "lodash": "^4.17.21", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 6d79b1d6e..574c16b3f 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/tests + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/tests/package.json b/packages/tests/package.json index bd98a641d..1a0a90598 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/feathers": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "mocha": "^11.7.5", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 51d97ac6e..eb46e6fba 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/transport-commons + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 36c42e6eb..f2c45c336 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,9 +54,9 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.36", - "@feathersjs/errors": "^5.0.36", - "@feathersjs/feathers": "^5.0.36", + "@feathersjs/commons": "^5.0.37", + "@feathersjs/errors": "^5.0.37", + "@feathersjs/feathers": "^5.0.37", "encodeurl": "^2.0.0", "lodash": "^4.17.21" }, diff --git a/packages/typebox/CHANGELOG.md b/packages/typebox/CHANGELOG.md index 3a783540a..19cfa2656 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.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10) + +**Note:** Version bump only for package @feathersjs/typebox + ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08) ### Bug Fixes diff --git a/packages/typebox/package.json b/packages/typebox/package.json index 29dd10d9f..a306c1c60 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.36", + "version": "5.0.37", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/schema": "^5.0.36", + "@feathersjs/schema": "^5.0.37", "@sinclair/typebox": "^0.25.0" }, "devDependencies": {