@feathersjs/adapter-tests
Advanced tools
Comparing version 5.0.31 to 5.0.32
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) | ||
**Note:** Version bump only for package @feathersjs/adapter-tests | ||
## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/adapter-tests", | ||
"version": "5.0.31", | ||
"version": "5.0.32", | ||
"description": "Feathers shared database adapter test suite", | ||
@@ -53,10 +53,10 @@ "homepage": "https://feathersjs.com", | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.8.4", | ||
"mocha": "^10.8.2", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.13.0", | ||
"mocha": "^11.1.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.3" | ||
}, | ||
"gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7" | ||
"gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6" | ||
} |
158786