@feathersjs/cli
Advanced tools
Comparing version
@@ -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/cli", | ||
"description": "The command line interface for creating Feathers applications", | ||
"version": "5.0.30", | ||
"version": "5.0.31", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/generators": "^5.0.30", | ||
"@feathersjs/generators": "^5.0.31", | ||
"chalk": "^5.3.0", | ||
@@ -62,30 +62,30 @@ "commander": "^12.1.0" | ||
"devDependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.30", | ||
"@feathersjs/authentication": "^5.0.30", | ||
"@feathersjs/authentication-client": "^5.0.30", | ||
"@feathersjs/authentication-local": "^5.0.30", | ||
"@feathersjs/authentication-oauth": "^5.0.30", | ||
"@feathersjs/configuration": "^5.0.30", | ||
"@feathersjs/errors": "^5.0.30", | ||
"@feathersjs/express": "^5.0.30", | ||
"@feathersjs/feathers": "^5.0.30", | ||
"@feathersjs/knex": "^5.0.30", | ||
"@feathersjs/koa": "^5.0.30", | ||
"@feathersjs/mongodb": "^5.0.30", | ||
"@feathersjs/rest-client": "^5.0.30", | ||
"@feathersjs/schema": "^5.0.30", | ||
"@feathersjs/socketio": "^5.0.30", | ||
"@feathersjs/transport-commons": "^5.0.30", | ||
"@feathersjs/typebox": "^5.0.30", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^22.5.1", | ||
"@feathersjs/adapter-commons": "^5.0.31", | ||
"@feathersjs/authentication": "^5.0.31", | ||
"@feathersjs/authentication-client": "^5.0.31", | ||
"@feathersjs/authentication-local": "^5.0.31", | ||
"@feathersjs/authentication-oauth": "^5.0.31", | ||
"@feathersjs/configuration": "^5.0.31", | ||
"@feathersjs/errors": "^5.0.31", | ||
"@feathersjs/express": "^5.0.31", | ||
"@feathersjs/feathers": "^5.0.31", | ||
"@feathersjs/knex": "^5.0.31", | ||
"@feathersjs/koa": "^5.0.31", | ||
"@feathersjs/mongodb": "^5.0.31", | ||
"@feathersjs/rest-client": "^5.0.31", | ||
"@feathersjs/schema": "^5.0.31", | ||
"@feathersjs/socketio": "^5.0.31", | ||
"@feathersjs/transport-commons": "^5.0.31", | ||
"@feathersjs/typebox": "^5.0.31", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.8.4", | ||
"@types/prettier": "^2.7.3", | ||
"axios": "^1.7.7", | ||
"mocha": "^10.7.3", | ||
"mocha": "^10.8.2", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"type-fest": "^4.26.0", | ||
"typescript": "^5.5.4" | ||
"type-fest": "^4.26.1", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80" | ||
"gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7" | ||
} |
26714
1.19%