@feathersjs/feathers
Advanced tools
Comparing version 5.0.1 to 5.0.3
@@ -6,2 +6,8 @@ # Change Log | ||
## [5.0.3](https://github.com/feathersjs/feathers/compare/v5.0.2...v5.0.3) (2023-04-05) | ||
### Bug Fixes | ||
- **dependencies:** Update all dependencies ([#3139](https://github.com/feathersjs/feathers/issues/3139)) ([f24276e](https://github.com/feathersjs/feathers/commit/f24276e9a909e2e58a0730c730258ce1f70f4028)) | ||
## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15) | ||
@@ -8,0 +14,0 @@ |
@@ -1,2 +0,2 @@ | ||
declare const _default: "5.0.1"; | ||
declare const _default: "5.0.3"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '5.0.1'; | ||
exports.default = '5.0.3'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@feathersjs/feathers", | ||
"description": "A framework for real-time applications and REST API with JavaScript and TypeScript", | ||
"version": "5.0.1", | ||
"version": "5.0.3", | ||
"homepage": "http://feathersjs.com", | ||
@@ -61,3 +61,3 @@ "repository": { | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.1", | ||
"@feathersjs/commons": "^5.0.3", | ||
"@feathersjs/hooks": "^0.8.1", | ||
@@ -68,9 +68,9 @@ "events": "^3.3.0" | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.14.6", | ||
"@types/node": "^18.15.11", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.0.3" | ||
}, | ||
"gitHead": "18b7f4ab0a8075572a81d78956ba1205a9795c91" | ||
"gitHead": "a6ba4dfd08f537a7d4778bed4c45091cbe3802aa" | ||
} |
@@ -1,1 +0,1 @@ | ||
export default '5.0.1' | ||
export default '5.0.3' |
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
154784
Updated@feathersjs/commons@^5.0.3