@feathersjs/feathers 5.0.29 → 5.0.30

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,10 @@
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.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02)
7
+
8
+ **Note:** Version bump only for package @feathersjs/feathers
9
+
6
10
  ## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10)
7
11
 
8
12
  **Note:** Version bump only for package @feathersjs/feathers
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Feathers Contributors
3
+ Copyright (c) 2024 Feathers Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -28,6 +28,6 @@ To learn more about Feathers visit the website at [feathersjs.com](http://feathe
28
28
 
29
29
  ## License
30
30
 
31
- Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
31
+ Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
32
32
 
33
33
  Licensed under the [MIT license](LICENSE).
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "5.0.29";
1
+ declare const _default: "5.0.30";
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.29';
3
+ exports.default = '5.0.30';
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.29",
4
+ "version": "5.0.30",
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.29",
61
+ "@feathersjs/commons": "^5.0.30",
62
62
  "@feathersjs/hooks": "^0.9.0",
63
63
  "events": "^3.3.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/mocha": "^10.0.7",
67
- "@types/node": "^20.14.10",
68
- "mocha": "^10.6.0",
67
+ "@types/node": "^22.5.1",
68
+ "mocha": "^10.7.3",
69
69
  "shx": "^0.3.4",
70
70
  "ts-node": "^10.9.2",
71
- "typescript": "^5.5.3"
71
+ "typescript": "^5.5.4"
72
72
  },
73
- "gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2"
73
+ "gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80"
74
74
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export default '5.0.29'
1
+ export default '5.0.30'