@feathersjs/schema
Advanced tools
Comparing version 5.0.24 to 5.0.25
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.25](https://github.com/feathersjs/feathers/compare/v5.0.24...v5.0.25) (2024-05-03) | ||
**Note:** Version bump only for package @feathersjs/schema | ||
## [5.0.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/schema", | ||
"description": "A common data schema definition format", | ||
"version": "5.0.24", | ||
"version": "5.0.25", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,20 +57,20 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.24", | ||
"@feathersjs/commons": "^5.0.24", | ||
"@feathersjs/errors": "^5.0.24", | ||
"@feathersjs/feathers": "^5.0.24", | ||
"@feathersjs/adapter-commons": "^5.0.25", | ||
"@feathersjs/commons": "^5.0.25", | ||
"@feathersjs/errors": "^5.0.25", | ||
"@feathersjs/feathers": "^5.0.25", | ||
"@feathersjs/hooks": "^0.9.0", | ||
"@types/json-schema": "^7.0.15", | ||
"ajv": "^8.12.0", | ||
"ajv-formats": "^2.1.1", | ||
"ajv": "^8.13.0", | ||
"ajv-formats": "^3.0.1", | ||
"json-schema-to-ts": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.24", | ||
"@feathersjs/memory": "^5.0.25", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.26", | ||
"ajv-formats": "^2.1.1", | ||
"mocha": "^10.3.0", | ||
"@types/node": "^20.12.8", | ||
"ajv-formats": "^3.0.1", | ||
"mocha": "^10.4.0", | ||
"shx": "^0.3.4", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.4.3" | ||
}, | ||
@@ -80,3 +80,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "09519fb1c454ea718747a09797bc6dfd3b6a79a3" | ||
"gitHead": "01bc3339efd27df1b3e8d4f6a82152faf6c5ced3" | ||
} |
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
148579
+ Addedajv-formats@3.0.1(transitive)
- Removedajv-formats@2.1.1(transitive)
Updated@feathersjs/commons@^5.0.25
Updated@feathersjs/errors@^5.0.25
Updated@feathersjs/feathers@^5.0.25
Updatedajv@^8.13.0
Updatedajv-formats@^3.0.1