@feathersjs/feathers
Advanced tools
Comparing version 5.0.29 to 5.0.30
@@ -1,2 +0,2 @@ | ||
declare const _default: "5.0.29"; | ||
declare const _default: "5.0.30"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '5.0.29'; | ||
exports.default = '5.0.30'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@feathersjs/feathers", | ||
"description": "A framework for real-time applications and REST API with JavaScript and TypeScript", | ||
"version": "5.0.29", | ||
"version": "5.0.30", | ||
"homepage": "http://feathersjs.com", | ||
@@ -61,3 +61,3 @@ "repository": { | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.29", | ||
"@feathersjs/commons": "^5.0.30", | ||
"@feathersjs/hooks": "^0.9.0", | ||
@@ -68,9 +68,9 @@ "events": "^3.3.0" | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.10", | ||
"mocha": "^10.6.0", | ||
"@types/node": "^22.5.1", | ||
"mocha": "^10.7.3", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.3" | ||
"typescript": "^5.5.4" | ||
}, | ||
"gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2" | ||
"gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80" | ||
} |
@@ -31,4 +31,4 @@ <img style="width: 100%; max-width: 400px;" src="http://feathersjs.com/img/feathers-logo-wide.png" alt="Feathers logo"> | ||
Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Licensed under the [MIT license](LICENSE). |
@@ -1,1 +0,1 @@ | ||
export default '5.0.29' | ||
export default '5.0.30' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159576
Updated@feathersjs/commons@^5.0.30