@feathersjs/feathers 5.0.30 → 5.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01)
7
+
8
+ **Note:** Version bump only for package @feathersjs/feathers
9
+
10
+ ## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2))
15
+
6
16
  ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02)
7
17
 
8
18
  **Note:** Version bump only for package @feathersjs/feathers
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "5.0.30";
1
+ declare const _default: "5.0.32";
2
2
  export default _default;
package/lib/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '5.0.30';
3
+ exports.default = '5.0.32';
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/feathers",
3
3
  "description": "A framework for real-time applications and REST API with JavaScript and TypeScript",
4
- "version": "5.0.30",
4
+ "version": "5.0.32",
5
5
  "homepage": "http://feathersjs.com",
6
6
  "repository": {
7
7
  "type": "git",
@@ -58,17 +58,17 @@
58
58
  "access": "public"
59
59
  },
60
60
  "dependencies": {
61
- "@feathersjs/commons": "^5.0.30",
61
+ "@feathersjs/commons": "^5.0.32",
62
62
  "@feathersjs/hooks": "^0.9.0",
63
63
  "events": "^3.3.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@types/mocha": "^10.0.7",
67
- "@types/node": "^22.5.1",
68
- "mocha": "^10.7.3",
66
+ "@types/mocha": "^10.0.10",
67
+ "@types/node": "^22.13.0",
68
+ "mocha": "^11.1.0",
69
69
  "shx": "^0.3.4",
70
70
  "ts-node": "^10.9.2",
71
- "typescript": "^5.5.4"
71
+ "typescript": "^5.7.3"
72
72
  },
73
- "gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80"
73
+ "gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6"
74
74
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export default '5.0.30'
1
+ export default '5.0.32'