@feathersjs/feathers 5.0.8 → 5.0.9

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,24 +3,19 @@
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.8](https://github.com/feathersjs/feathers/compare/v5.0.7...v5.0.8) (2023-07-19)
6
+ ## [5.0.9](https://github.com/feathersjs/feathers/compare/v5.0.8...v5.0.9) (2023-09-27)
7
7
 
8
8
  **Note:** Version bump only for package @feathersjs/feathers
9
9
 
10
+ ## [5.0.8](https://github.com/feathersjs/feathers/compare/v5.0.7...v5.0.8) (2023-07-19)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @feathersjs/feathers
13
13
 
14
14
  ## [5.0.7](https://github.com/feathersjs/feathers/compare/v5.0.6...v5.0.7) (2023-07-14)
15
15
 
16
-
17
16
  ### Bug Fixes
18
17
 
19
- * **core:** Ensure .service does not access Object properties ([#3235](https://github.com/feathersjs/feathers/issues/3235)) ([c0b670a](https://github.com/feathersjs/feathers/commit/c0b670ac4c7bf145e36b59ea89d1387b5514c237))
20
-
21
-
22
-
23
-
18
+ - **core:** Ensure .service does not access Object properties ([#3235](https://github.com/feathersjs/feathers/issues/3235)) ([c0b670a](https://github.com/feathersjs/feathers/commit/c0b670ac4c7bf145e36b59ea89d1387b5514c237))
24
19
 
25
20
  ## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15)
26
21
 
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "5.0.8";
1
+ declare const _default: "5.0.9";
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.8';
3
+ exports.default = '5.0.9';
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.8",
4
+ "version": "5.0.9",
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.8",
61
+ "@feathersjs/commons": "^5.0.9",
62
62
  "@feathersjs/hooks": "^0.8.1",
63
63
  "events": "^3.3.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/mocha": "^10.0.1",
67
- "@types/node": "^20.4.2",
67
+ "@types/node": "^20.7.0",
68
68
  "mocha": "^10.2.0",
69
69
  "shx": "^0.3.4",
70
70
  "ts-node": "^10.9.1",
71
- "typescript": "^5.1.6"
71
+ "typescript": "^5.2.2"
72
72
  },
73
- "gitHead": "414336a047a556f1986b4bb253416d5b8a973d9f"
73
+ "gitHead": "64ee98dadf02dac34f31e3cb7b6b10e1f7405bfa"
74
74
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export default '5.0.8'
1
+ export default '5.0.9'