chore(release): publish v5.0.37

This commit is contained in:
daffl 2025-11-10 09:00:22 -08:00
parent 5c8c9e36ef
commit 1d38e4a21e
55 changed files with 449 additions and 337 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
{
"ci": false,
"packages": ["packages/*"],
"version": "5.0.36",
"version": "5.0.37",
"command": {
"bootstrap": {
"hoist": true

336
package-lock.json generated
View File

@ -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": {

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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": [

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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": [

View File

@ -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

View File

@ -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"
},

View File

@ -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

View File

@ -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"
}

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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"
},

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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"
},

View File

@ -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

View File

@ -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": {