@feathersjs/adapter-tests
Advanced tools
Comparing version 5.0.30 to 5.0.31
@@ -6,2 +6,8 @@ # Change Log | ||
## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) | ||
### Bug Fixes | ||
- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) | ||
## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@feathersjs/adapter-tests", | ||
"version": "5.0.30", | ||
"version": "5.0.31", | ||
"description": "Feathers shared database adapter test suite", | ||
@@ -53,10 +53,10 @@ "homepage": "https://feathersjs.com", | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^22.5.1", | ||
"mocha": "^10.7.3", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.8.4", | ||
"mocha": "^10.8.2", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.4" | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80" | ||
"gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7" | ||
} |
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
158625