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. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

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

336
package-lock.json generated
View File

@ -27307,12 +27307,12 @@
}, },
"packages/adapter-commons": { "packages/adapter-commons": {
"name": "@feathersjs/adapter-commons", "name": "@feathersjs/adapter-commons",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36" "@feathersjs/feathers": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
@ -27334,7 +27334,7 @@
}, },
"packages/adapter-tests": { "packages/adapter-tests": {
"name": "@feathersjs/adapter-tests", "name": "@feathersjs/adapter-tests",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
@ -27354,15 +27354,15 @@
}, },
"packages/authentication": { "packages/authentication": {
"name": "@feathersjs/authentication", "name": "@feathersjs/authentication",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/hooks": "^0.9.0", "@feathersjs/hooks": "^0.9.0",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@types/jsonwebtoken": "^9.0.10", "@types/jsonwebtoken": "^9.0.10",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
@ -27370,7 +27370,7 @@
"uuid": "^11.1.0" "uuid": "^11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@types/lodash": "^4.17.20", "@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
@ -27390,21 +27390,21 @@
}, },
"packages/authentication-client": { "packages/authentication-client": {
"name": "@feathersjs/authentication-client", "name": "@feathersjs/authentication-client",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36" "@feathersjs/feathers": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/rest-client": "^5.0.36", "@feathersjs/rest-client": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/socketio-client": "^5.0.36", "@feathersjs/socketio-client": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"axios": "^1.13.2", "axios": "^1.13.2",
@ -27423,19 +27423,19 @@
}, },
"packages/authentication-local": { "packages/authentication-local": {
"name": "@feathersjs/authentication-local", "name": "@feathersjs/authentication-local",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"bcryptjs": "^3.0.3", "bcryptjs": "^3.0.3",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@types/bcryptjs": "^2.4.6", "@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.17.20", "@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
@ -27455,23 +27455,23 @@
}, },
"packages/authentication-oauth": { "packages/authentication-oauth": {
"name": "@feathersjs/authentication-oauth", "name": "@feathersjs/authentication-oauth",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/koa": "^5.0.36", "@feathersjs/koa": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"cookie-session": "^2.1.1", "cookie-session": "^2.1.1",
"grant": "^5.4.24", "grant": "^5.4.24",
"koa-session": "^7.0.2", "koa-session": "^7.0.2",
"qs": "^6.14.0" "qs": "^6.14.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@types/cookie-session": "^2.0.49", "@types/cookie-session": "^2.0.49",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/koa-session": "^6.4.5", "@types/koa-session": "^6.4.5",
@ -27508,10 +27508,10 @@
}, },
"packages/cli": { "packages/cli": {
"name": "@feathersjs/cli", "name": "@feathersjs/cli",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/generators": "^5.0.36", "@feathersjs/generators": "^5.0.37",
"chalk": "^5.6.2", "chalk": "^5.6.2",
"commander": "^13.1.0" "commander": "^13.1.0"
}, },
@ -27519,23 +27519,23 @@
"feathers": "bin/feathers.js" "feathers": "bin/feathers.js"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/authentication-client": "^5.0.36", "@feathersjs/authentication-client": "^5.0.37",
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/authentication-oauth": "^5.0.36", "@feathersjs/authentication-oauth": "^5.0.37",
"@feathersjs/configuration": "^5.0.36", "@feathersjs/configuration": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/knex": "^5.0.36", "@feathersjs/knex": "^5.0.37",
"@feathersjs/koa": "^5.0.36", "@feathersjs/koa": "^5.0.37",
"@feathersjs/mongodb": "^5.0.36", "@feathersjs/mongodb": "^5.0.37",
"@feathersjs/rest-client": "^5.0.36", "@feathersjs/rest-client": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@feathersjs/typebox": "^5.0.36", "@feathersjs/typebox": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"@types/prettier": "^2.7.3", "@types/prettier": "^2.7.3",
@ -27565,22 +27565,22 @@
}, },
"packages/client": { "packages/client": {
"name": "@feathersjs/client", "name": "@feathersjs/client",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/authentication-client": "^5.0.36", "@feathersjs/authentication-client": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/rest-client": "^5.0.36", "@feathersjs/rest-client": "^5.0.37",
"@feathersjs/socketio-client": "^5.0.36" "@feathersjs/socketio-client": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.28.5", "@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5", "@babel/preset-env": "^7.28.5",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"babel-loader": "^10.0.0", "babel-loader": "^10.0.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
@ -27603,7 +27603,7 @@
}, },
"packages/commons": { "packages/commons": {
"name": "@feathersjs/commons", "name": "@feathersjs/commons",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
@ -27623,12 +27623,12 @@
}, },
"packages/configuration": { "packages/configuration": {
"name": "@feathersjs/configuration", "name": "@feathersjs/configuration",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@types/config": "^3.3.5", "@types/config": "^3.3.5",
"config": "^4.1.1" "config": "^4.1.1"
}, },
@ -27649,10 +27649,10 @@
} }
}, },
"packages/create-feathers": { "packages/create-feathers": {
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/cli": "^5.0.36" "@feathersjs/cli": "^5.0.37"
}, },
"bin": { "bin": {
"create-feathers": "bin/create-feathers.js" "create-feathers": "bin/create-feathers.js"
@ -27667,10 +27667,10 @@
}, },
"packages/errors": { "packages/errors": {
"name": "@feathersjs/errors", "name": "@feathersjs/errors",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",
@ -27684,14 +27684,14 @@
}, },
"packages/express": { "packages/express": {
"name": "@feathersjs/express", "name": "@feathersjs/express",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@types/compression": "^1.8.1", "@types/compression": "^1.8.1",
"@types/cors": "^2.8.19", "@types/cors": "^2.8.19",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
@ -27701,8 +27701,8 @@
"express": "^4.21.2" "express": "^4.21.2"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/lodash": "^4.17.20", "@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
@ -27723,10 +27723,10 @@
}, },
"packages/feathers": { "packages/feathers": {
"name": "@feathersjs/feathers", "name": "@feathersjs/feathers",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/hooks": "^0.9.0", "@feathersjs/hooks": "^0.9.0",
"events": "^3.3.0" "events": "^3.3.0"
}, },
@ -27748,7 +27748,7 @@
}, },
"packages/generators": { "packages/generators": {
"name": "@feathersjs/generators", "name": "@feathersjs/generators",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@featherscloud/pinion": "^0.5.5", "@featherscloud/pinion": "^0.5.5",
@ -27758,23 +27758,23 @@
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/authentication-client": "^5.0.36", "@feathersjs/authentication-client": "^5.0.37",
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/authentication-oauth": "^5.0.36", "@feathersjs/authentication-oauth": "^5.0.37",
"@feathersjs/configuration": "^5.0.36", "@feathersjs/configuration": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/knex": "^5.0.36", "@feathersjs/knex": "^5.0.37",
"@feathersjs/koa": "^5.0.36", "@feathersjs/koa": "^5.0.37",
"@feathersjs/mongodb": "^5.0.36", "@feathersjs/mongodb": "^5.0.37",
"@feathersjs/rest-client": "^5.0.36", "@feathersjs/rest-client": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@feathersjs/typebox": "^5.0.36", "@feathersjs/typebox": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"@types/prettier": "^2.7.3", "@types/prettier": "^2.7.3",
@ -27801,17 +27801,17 @@
}, },
"packages/knex": { "packages/knex": {
"name": "@feathersjs/knex", "name": "@feathersjs/knex",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36" "@feathersjs/feathers": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-tests": "^5.0.36", "@feathersjs/adapter-tests": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"knex": "^3.1.0", "knex": "^3.1.0",
@ -27834,14 +27834,14 @@
}, },
"packages/koa": { "packages/koa": {
"name": "@feathersjs/koa", "name": "@feathersjs/koa",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@koa/cors": "^5.0.0", "@koa/cors": "^5.0.0",
"@types/koa": "^3.0.1", "@types/koa": "^3.0.1",
"@types/koa__cors": "^5.0.1", "@types/koa__cors": "^5.0.1",
@ -27854,9 +27854,9 @@
"koa-static": "^5.0.0" "koa-static": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/koa-compose": "^3.2.9", "@types/koa-compose": "^3.2.9",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
@ -27872,16 +27872,16 @@
}, },
"packages/memory": { "packages/memory": {
"name": "@feathersjs/memory", "name": "@feathersjs/memory",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"sift": "^17.1.3" "sift": "^17.1.3"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-tests": "^5.0.36", "@feathersjs/adapter-tests": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",
@ -27895,17 +27895,17 @@
}, },
"packages/mongodb": { "packages/mongodb": {
"name": "@feathersjs/mongodb", "name": "@feathersjs/mongodb",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36" "@feathersjs/feathers": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-tests": "^5.0.36", "@feathersjs/adapter-tests": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",
@ -27926,19 +27926,19 @@
}, },
"packages/rest-client": { "packages/rest-client": {
"name": "@feathersjs/rest-client", "name": "@feathersjs/rest-client",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@types/superagent": "^8.1.9", "@types/superagent": "^8.1.9",
"qs": "^6.14.0" "qs": "^6.14.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"@types/node-fetch": "^2.6.13", "@types/node-fetch": "^2.6.13",
@ -27962,13 +27962,13 @@
}, },
"packages/schema": { "packages/schema": {
"name": "@feathersjs/schema", "name": "@feathersjs/schema",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/hooks": "^0.9.0", "@feathersjs/hooks": "^0.9.0",
"@types/json-schema": "^7.0.15", "@types/json-schema": "^7.0.15",
"ajv": "^8.17.1", "ajv": "^8.17.1",
@ -27976,7 +27976,7 @@
"json-schema-to-ts": "^3.1.1" "json-schema-to-ts": "^3.1.1"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"ajv-formats": "^3.0.1", "ajv-formats": "^3.0.1",
@ -28019,18 +28019,18 @@
}, },
"packages/socketio": { "packages/socketio": {
"name": "@feathersjs/socketio", "name": "@feathersjs/socketio",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"socket.io": "^4.8.1" "socket.io": "^4.8.1"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
@ -28049,17 +28049,17 @@
}, },
"packages/socketio-client": { "packages/socketio-client": {
"name": "@feathersjs/socketio-client", "name": "@feathersjs/socketio-client",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36" "@feathersjs/transport-commons": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",
@ -28078,7 +28078,7 @@
}, },
"packages/tests": { "packages/tests": {
"name": "@feathersjs/tests", "name": "@feathersjs/tests",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/lodash": "^4.17.20", "@types/lodash": "^4.17.20",
@ -28086,7 +28086,7 @@
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",
@ -28104,12 +28104,12 @@
}, },
"packages/transport-commons": { "packages/transport-commons": {
"name": "@feathersjs/transport-commons", "name": "@feathersjs/transport-commons",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"encodeurl": "^2.0.0", "encodeurl": "^2.0.0",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
@ -28133,10 +28133,10 @@
}, },
"packages/typebox": { "packages/typebox": {
"name": "@feathersjs/typebox", "name": "@feathersjs/typebox",
"version": "5.0.36", "version": "5.0.37",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@sinclair/typebox": "^0.25.0" "@sinclair/typebox": "^0.25.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@feathersjs/adapter-commons", "name": "@feathersjs/adapter-commons",
"version": "5.0.36", "version": "5.0.37",
"description": "Shared database adapter utility functions", "description": "Shared database adapter utility functions",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"keywords": [ "keywords": [
@ -50,9 +50,9 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36" "@feathersjs/feathers": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@feathersjs/adapter-tests", "name": "@feathersjs/adapter-tests",
"version": "5.0.36", "version": "5.0.37",
"description": "Feathers shared database adapter test suite", "description": "Feathers shared database adapter test suite",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"keywords": [ "keywords": [

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/authentication-client", "name": "@feathersjs/authentication-client",
"description": "The authentication plugin for feathers-client", "description": "The authentication plugin for feathers-client",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -53,18 +53,18 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36" "@feathersjs/feathers": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/rest-client": "^5.0.36", "@feathersjs/rest-client": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/socketio-client": "^5.0.36", "@feathersjs/socketio-client": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"axios": "^1.13.2", "axios": "^1.13.2",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/authentication-local", "name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication", "description": "Local authentication strategy for @feathers/authentication",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -53,16 +53,16 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"bcryptjs": "^3.0.3", "bcryptjs": "^3.0.3",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@types/bcryptjs": "^2.4.6", "@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.17.20", "@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/authentication-oauth", "name": "@feathersjs/authentication-oauth",
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", "description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -54,20 +54,20 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/koa": "^5.0.36", "@feathersjs/koa": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"cookie-session": "^2.1.1", "cookie-session": "^2.1.1",
"grant": "^5.4.24", "grant": "^5.4.24",
"koa-session": "^7.0.2", "koa-session": "^7.0.2",
"qs": "^6.14.0" "qs": "^6.14.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@types/cookie-session": "^2.0.49", "@types/cookie-session": "^2.0.49",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/koa-session": "^6.4.5", "@types/koa-session": "^6.4.5",

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/authentication", "name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.", "description": "Add Authentication to your FeathersJS app.",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -53,12 +53,12 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/hooks": "^0.9.0", "@feathersjs/hooks": "^0.9.0",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@types/jsonwebtoken": "^9.0.10", "@types/jsonwebtoken": "^9.0.10",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
@ -66,7 +66,7 @@
"uuid": "^11.1.0" "uuid": "^11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@types/lodash": "^4.17.20", "@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/cli", "name": "@feathersjs/cli",
"description": "The command line interface for creating Feathers applications", "description": "The command line interface for creating Feathers applications",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/index.js", "main": "lib/index.js",
"type": "module", "type": "module",
@ -53,28 +53,28 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/generators": "^5.0.36", "@feathersjs/generators": "^5.0.37",
"chalk": "^5.6.2", "chalk": "^5.6.2",
"commander": "^13.1.0" "commander": "^13.1.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/authentication-client": "^5.0.36", "@feathersjs/authentication-client": "^5.0.37",
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/authentication-oauth": "^5.0.36", "@feathersjs/authentication-oauth": "^5.0.37",
"@feathersjs/configuration": "^5.0.36", "@feathersjs/configuration": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/knex": "^5.0.36", "@feathersjs/knex": "^5.0.37",
"@feathersjs/koa": "^5.0.36", "@feathersjs/koa": "^5.0.37",
"@feathersjs/mongodb": "^5.0.36", "@feathersjs/mongodb": "^5.0.37",
"@feathersjs/rest-client": "^5.0.36", "@feathersjs/rest-client": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@feathersjs/typebox": "^5.0.36", "@feathersjs/typebox": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"@types/prettier": "^2.7.3", "@types/prettier": "^2.7.3",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/client", "name": "@feathersjs/client",
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections", "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": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/feathersjs/feathers.git", "url": "https://github.com/feathersjs/feathers.git",
@ -49,19 +49,19 @@
"IE 11" "IE 11"
], ],
"dependencies": { "dependencies": {
"@feathersjs/authentication-client": "^5.0.36", "@feathersjs/authentication-client": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/rest-client": "^5.0.36", "@feathersjs/rest-client": "^5.0.37",
"@feathersjs/socketio-client": "^5.0.36" "@feathersjs/socketio-client": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.28.5", "@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5", "@babel/preset-env": "^7.28.5",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"babel-loader": "^10.0.0", "babel-loader": "^10.0.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@feathersjs/commons", "name": "@feathersjs/commons",
"version": "5.0.36", "version": "5.0.37",
"description": "Shared Feathers utility functions", "description": "Shared Feathers utility functions",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"keywords": [ "keywords": [

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/configuration", "name": "@feathersjs/configuration",
"description": "A small configuration module for your Feathers application.", "description": "A small configuration module for your Feathers application.",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -58,9 +58,9 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@types/config": "^3.3.5", "@types/config": "^3.3.5",
"config": "^4.1.1" "config": "^4.1.1"
}, },

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [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 **Note:** Version bump only for package create-feathers

View File

@ -1,7 +1,7 @@
{ {
"name": "create-feathers", "name": "create-feathers",
"description": "Create a new Feathers application", "description": "Create a new Feathers application",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"bin": { "bin": {
"create-feathers": "./bin/create-feathers.js" "create-feathers": "./bin/create-feathers.js"
@ -48,7 +48,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/cli": "^5.0.36" "@feathersjs/cli": "^5.0.37"
}, },
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
} }

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/errors", "name": "@feathersjs/errors",
"description": "Common error types for Feathers apps", "description": "Common error types for Feathers apps",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -49,7 +49,7 @@
"*.js" "*.js"
], ],
"devDependencies": { "devDependencies": {
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/express", "name": "@feathersjs/express",
"description": "Feathers Express framework bindings and REST provider", "description": "Feathers Express framework bindings and REST provider",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -52,11 +52,11 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@types/compression": "^1.8.1", "@types/compression": "^1.8.1",
"@types/cors": "^2.8.19", "@types/cors": "^2.8.19",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
@ -66,8 +66,8 @@
"express": "^4.21.2" "express": "^4.21.2"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/lodash": "^4.17.20", "@types/lodash": "^4.17.20",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/feathers", "name": "@feathersjs/feathers",
"description": "A framework for real-time applications and REST API with JavaScript and TypeScript", "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", "homepage": "http://feathersjs.com",
"repository": { "repository": {
"type": "git", "type": "git",
@ -58,7 +58,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/hooks": "^0.9.0", "@feathersjs/hooks": "^0.9.0",
"events": "^3.3.0" "events": "^3.3.0"
}, },

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@feathersjs/generators", "name": "@feathersjs/generators",
"version": "5.0.36", "version": "5.0.37",
"description": "Feathers CLI core generators, powered by Pinion", "description": "Feathers CLI core generators, powered by Pinion",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"keywords": [ "keywords": [
@ -59,23 +59,23 @@
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/authentication-client": "^5.0.36", "@feathersjs/authentication-client": "^5.0.37",
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/authentication-oauth": "^5.0.36", "@feathersjs/authentication-oauth": "^5.0.37",
"@feathersjs/configuration": "^5.0.36", "@feathersjs/configuration": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/knex": "^5.0.36", "@feathersjs/knex": "^5.0.37",
"@feathersjs/koa": "^5.0.36", "@feathersjs/koa": "^5.0.37",
"@feathersjs/mongodb": "^5.0.36", "@feathersjs/mongodb": "^5.0.37",
"@feathersjs/rest-client": "^5.0.36", "@feathersjs/rest-client": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@feathersjs/typebox": "^5.0.36", "@feathersjs/typebox": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"@types/prettier": "^2.7.3", "@types/prettier": "^2.7.3",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/knex", "name": "@feathersjs/knex",
"description": "Feathers SQL service adapter using KnexJS", "description": "Feathers SQL service adapter using KnexJS",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"keywords": [ "keywords": [
@ -51,17 +51,17 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36" "@feathersjs/feathers": "^5.0.37"
}, },
"peerDependencies": { "peerDependencies": {
"knex": ">=3.1.0" "knex": ">=3.1.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-tests": "^5.0.36", "@feathersjs/adapter-tests": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"knex": "^3.1.0", "knex": "^3.1.0",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/koa", "name": "@feathersjs/koa",
"description": "Feathers KoaJS framework bindings and REST provider", "description": "Feathers KoaJS framework bindings and REST provider",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -49,11 +49,11 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/authentication": "^5.0.36", "@feathersjs/authentication": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"@koa/cors": "^5.0.0", "@koa/cors": "^5.0.0",
"@types/koa": "^3.0.1", "@types/koa": "^3.0.1",
"@types/koa-qs": "^2.0.4", "@types/koa-qs": "^2.0.4",
@ -66,9 +66,9 @@
"koa-static": "^5.0.0" "koa-static": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/authentication-local": "^5.0.36", "@feathersjs/authentication-local": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/koa-compose": "^3.2.9", "@types/koa-compose": "^3.2.9",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/memory", "name": "@feathersjs/memory",
"description": "An in memory service store", "description": "An in memory service store",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://github.com/feathersjs/feathers", "homepage": "https://github.com/feathersjs/feathers",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -49,13 +49,13 @@
"lib": "lib" "lib": "lib"
}, },
"dependencies": { "dependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"sift": "^17.1.3" "sift": "^17.1.3"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-tests": "^5.0.36", "@feathersjs/adapter-tests": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/mongodb", "name": "@feathersjs/mongodb",
"description": "Feathers MongoDB service adapter", "description": "Feathers MongoDB service adapter",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"keywords": [ "keywords": [
@ -51,17 +51,17 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36" "@feathersjs/feathers": "^5.0.37"
}, },
"peerDependencies": { "peerDependencies": {
"mongodb": "^6.19.0" "mongodb": "^6.19.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/adapter-tests": "^5.0.36", "@feathersjs/adapter-tests": "^5.0.37",
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/rest-client", "name": "@feathersjs/rest-client",
"description": "REST client services for different Ajax libraries", "description": "REST client services for different Ajax libraries",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -53,16 +53,16 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@types/superagent": "^8.1.9", "@types/superagent": "^8.1.9",
"qs": "^6.14.0" "qs": "^6.14.0"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"@types/node-fetch": "^2.6.13", "@types/node-fetch": "^2.6.13",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/schema", "name": "@feathersjs/schema",
"description": "A common data schema definition format", "description": "A common data schema definition format",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -54,10 +54,10 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/adapter-commons": "^5.0.36", "@feathersjs/adapter-commons": "^5.0.37",
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/hooks": "^0.9.0", "@feathersjs/hooks": "^0.9.0",
"@types/json-schema": "^7.0.15", "@types/json-schema": "^7.0.15",
"ajv": "^8.17.1", "ajv": "^8.17.1",
@ -65,7 +65,7 @@
"json-schema-to-ts": "^3.1.1" "json-schema-to-ts": "^3.1.1"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"ajv-formats": "^3.0.1", "ajv-formats": "^3.0.1",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/socketio-client", "name": "@feathersjs/socketio-client",
"description": "The client for Socket.io through feathers-socketio", "description": "The client for Socket.io through feathers-socketio",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -54,14 +54,14 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36" "@feathersjs/transport-commons": "^5.0.37"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/socketio": "^5.0.36", "@feathersjs/socketio": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/socketio", "name": "@feathersjs/socketio",
"description": "The Feathers Socket.io real-time API provider", "description": "The Feathers Socket.io real-time API provider",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -53,15 +53,15 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@feathersjs/transport-commons": "^5.0.36", "@feathersjs/transport-commons": "^5.0.37",
"socket.io": "^4.8.1" "socket.io": "^4.8.1"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/express": "^5.0.36", "@feathersjs/express": "^5.0.37",
"@feathersjs/memory": "^5.0.36", "@feathersjs/memory": "^5.0.37",
"@feathersjs/tests": "^5.0.36", "@feathersjs/tests": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -2,7 +2,7 @@
"name": "@feathersjs/tests", "name": "@feathersjs/tests",
"private": true, "private": true,
"description": "Feathers core module common tests", "description": "Feathers core module common tests",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -49,7 +49,7 @@
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "^24.10.0", "@types/node": "^24.10.0",
"mocha": "^11.7.5", "mocha": "^11.7.5",

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/transport-commons", "name": "@feathersjs/transport-commons",
"description": "Shared functionality for websocket providers", "description": "Shared functionality for websocket providers",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -54,9 +54,9 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@feathersjs/commons": "^5.0.36", "@feathersjs/commons": "^5.0.37",
"@feathersjs/errors": "^5.0.36", "@feathersjs/errors": "^5.0.37",
"@feathersjs/feathers": "^5.0.36", "@feathersjs/feathers": "^5.0.37",
"encodeurl": "^2.0.0", "encodeurl": "^2.0.0",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
### Bug Fixes ### Bug Fixes

View File

@ -1,7 +1,7 @@
{ {
"name": "@feathersjs/typebox", "name": "@feathersjs/typebox",
"description": "TypeBox integration for @feathersjs/schema", "description": "TypeBox integration for @feathersjs/schema",
"version": "5.0.36", "version": "5.0.37",
"homepage": "https://feathersjs.com", "homepage": "https://feathersjs.com",
"main": "lib/", "main": "lib/",
"types": "lib/", "types": "lib/",
@ -54,7 +54,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@feathersjs/schema": "^5.0.36", "@feathersjs/schema": "^5.0.37",
"@sinclair/typebox": "^0.25.0" "@sinclair/typebox": "^0.25.0"
}, },
"devDependencies": { "devDependencies": {