@feathersjs/cli
Advanced tools
Comparing version
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.28](https://github.com/feathersjs/feathers/compare/v5.0.27...v5.0.28) (2024-07-10) | ||
**Note:** Version bump only for package @feathersjs/cli | ||
## [5.0.27](https://github.com/feathersjs/feathers/compare/v5.0.26...v5.0.27) (2024-06-18) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/cli", | ||
"description": "The command line interface for creating Feathers applications", | ||
"version": "5.0.27", | ||
"version": "5.0.28", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,35 +56,35 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/generators": "^5.0.27", | ||
"@feathersjs/generators": "^5.0.28", | ||
"chalk": "^5.3.0", | ||
"commander": "^12.0.0" | ||
"commander": "^12.1.0" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.27", | ||
"@feathersjs/authentication": "^5.0.27", | ||
"@feathersjs/authentication-client": "^5.0.27", | ||
"@feathersjs/authentication-local": "^5.0.27", | ||
"@feathersjs/authentication-oauth": "^5.0.27", | ||
"@feathersjs/configuration": "^5.0.27", | ||
"@feathersjs/errors": "^5.0.27", | ||
"@feathersjs/express": "^5.0.27", | ||
"@feathersjs/feathers": "^5.0.27", | ||
"@feathersjs/knex": "^5.0.27", | ||
"@feathersjs/koa": "^5.0.27", | ||
"@feathersjs/mongodb": "^5.0.27", | ||
"@feathersjs/rest-client": "^5.0.27", | ||
"@feathersjs/schema": "^5.0.27", | ||
"@feathersjs/socketio": "^5.0.27", | ||
"@feathersjs/transport-commons": "^5.0.27", | ||
"@feathersjs/typebox": "^5.0.27", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.12.8", | ||
"@feathersjs/adapter-commons": "^5.0.28", | ||
"@feathersjs/authentication": "^5.0.28", | ||
"@feathersjs/authentication-client": "^5.0.28", | ||
"@feathersjs/authentication-local": "^5.0.28", | ||
"@feathersjs/authentication-oauth": "^5.0.28", | ||
"@feathersjs/configuration": "^5.0.28", | ||
"@feathersjs/errors": "^5.0.28", | ||
"@feathersjs/express": "^5.0.28", | ||
"@feathersjs/feathers": "^5.0.28", | ||
"@feathersjs/knex": "^5.0.28", | ||
"@feathersjs/koa": "^5.0.28", | ||
"@feathersjs/mongodb": "^5.0.28", | ||
"@feathersjs/rest-client": "^5.0.28", | ||
"@feathersjs/schema": "^5.0.28", | ||
"@feathersjs/socketio": "^5.0.28", | ||
"@feathersjs/transport-commons": "^5.0.28", | ||
"@feathersjs/typebox": "^5.0.28", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.10", | ||
"@types/prettier": "^2.7.3", | ||
"axios": "^1.6.8", | ||
"mocha": "^10.4.0", | ||
"axios": "^1.7.2", | ||
"mocha": "^10.6.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"type-fest": "^4.18.1", | ||
"typescript": "^5.4.5" | ||
"type-fest": "^4.21.0", | ||
"typescript": "^5.5.3" | ||
}, | ||
"gitHead": "f6ff82535fa25432757c049f54302883c59e6bb6" | ||
"gitHead": "410ba7db8f3348d208e34511827302133d727ba3" | ||
} |
26104
0.58%Updated