@feathersjs/cli
Advanced tools
Comparing version
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15) | ||
**Note:** Version bump only for package @feathersjs/cli | ||
# [5.0.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/cli", | ||
"description": "The command line interface for creating Feathers applications", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,3 +55,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/generators": "^5.0.0", | ||
"@feathersjs/generators": "^5.0.1", | ||
"chalk": "^4.0.1", | ||
@@ -61,21 +61,21 @@ "commander": "^10.0.0" | ||
"devDependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.0", | ||
"@feathersjs/authentication": "^5.0.0", | ||
"@feathersjs/authentication-client": "^5.0.0", | ||
"@feathersjs/authentication-local": "^5.0.0", | ||
"@feathersjs/authentication-oauth": "^5.0.0", | ||
"@feathersjs/configuration": "^5.0.0", | ||
"@feathersjs/errors": "^5.0.0", | ||
"@feathersjs/express": "^5.0.0", | ||
"@feathersjs/feathers": "^5.0.0", | ||
"@feathersjs/knex": "^5.0.0", | ||
"@feathersjs/koa": "^5.0.0", | ||
"@feathersjs/mongodb": "^5.0.0", | ||
"@feathersjs/rest-client": "^5.0.0", | ||
"@feathersjs/schema": "^5.0.0", | ||
"@feathersjs/socketio": "^5.0.0", | ||
"@feathersjs/transport-commons": "^5.0.0", | ||
"@feathersjs/typebox": "^5.0.0", | ||
"@feathersjs/adapter-commons": "^5.0.1", | ||
"@feathersjs/authentication": "^5.0.1", | ||
"@feathersjs/authentication-client": "^5.0.1", | ||
"@feathersjs/authentication-local": "^5.0.1", | ||
"@feathersjs/authentication-oauth": "^5.0.1", | ||
"@feathersjs/configuration": "^5.0.1", | ||
"@feathersjs/errors": "^5.0.1", | ||
"@feathersjs/express": "^5.0.1", | ||
"@feathersjs/feathers": "^5.0.1", | ||
"@feathersjs/knex": "^5.0.1", | ||
"@feathersjs/koa": "^5.0.1", | ||
"@feathersjs/mongodb": "^5.0.1", | ||
"@feathersjs/rest-client": "^5.0.1", | ||
"@feathersjs/schema": "^5.0.1", | ||
"@feathersjs/socketio": "^5.0.1", | ||
"@feathersjs/transport-commons": "^5.0.1", | ||
"@feathersjs/typebox": "^5.0.1", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.14.1", | ||
"@types/node": "^18.14.6", | ||
"@types/prettier": "^2.7.2", | ||
@@ -86,6 +86,6 @@ "axios": "^1.3.4", | ||
"ts-node": "^10.9.1", | ||
"type-fest": "^3.6.0", | ||
"type-fest": "^3.6.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" | ||
"gitHead": "18b7f4ab0a8075572a81d78956ba1205a9795c91" | ||
} |
21769
0.68%