@feathersjs/cli
Advanced tools
Comparing version
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) | ||
**Note:** Version bump only for package @feathersjs/cli | ||
## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/cli", | ||
"description": "The command line interface for creating Feathers applications", | ||
"version": "5.0.29", | ||
"version": "5.0.30", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/generators": "^5.0.29", | ||
"@feathersjs/generators": "^5.0.30", | ||
"chalk": "^5.3.0", | ||
@@ -62,30 +62,30 @@ "commander": "^12.1.0" | ||
"devDependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.29", | ||
"@feathersjs/authentication": "^5.0.29", | ||
"@feathersjs/authentication-client": "^5.0.29", | ||
"@feathersjs/authentication-local": "^5.0.29", | ||
"@feathersjs/authentication-oauth": "^5.0.29", | ||
"@feathersjs/configuration": "^5.0.29", | ||
"@feathersjs/errors": "^5.0.29", | ||
"@feathersjs/express": "^5.0.29", | ||
"@feathersjs/feathers": "^5.0.29", | ||
"@feathersjs/knex": "^5.0.29", | ||
"@feathersjs/koa": "^5.0.29", | ||
"@feathersjs/mongodb": "^5.0.29", | ||
"@feathersjs/rest-client": "^5.0.29", | ||
"@feathersjs/schema": "^5.0.29", | ||
"@feathersjs/socketio": "^5.0.29", | ||
"@feathersjs/transport-commons": "^5.0.29", | ||
"@feathersjs/typebox": "^5.0.29", | ||
"@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": "^20.14.10", | ||
"@types/node": "^22.5.1", | ||
"@types/prettier": "^2.7.3", | ||
"axios": "^1.7.2", | ||
"mocha": "^10.6.0", | ||
"axios": "^1.7.7", | ||
"mocha": "^10.7.3", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"type-fest": "^4.21.0", | ||
"typescript": "^5.5.3" | ||
"type-fest": "^4.26.0", | ||
"typescript": "^5.5.4" | ||
}, | ||
"gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2" | ||
"gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80" | ||
} |
@@ -26,4 +26,4 @@ # @feathersjs/cli | ||
Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Licensed under the [MIT license](LICENSE). |
Sorry, the diff of this file is not supported yet
26400
0.56%