@feathersjs/cli
Advanced tools
Comparing version
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09) | ||
**Note:** Version bump only for package @feathersjs/cli | ||
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/cli", | ||
"description": "The command line interface for creating Feathers applications", | ||
"version": "5.0.0-pre.36", | ||
"version": "5.0.0-pre.37", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,3 +55,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/generators": "^5.0.0-pre.36", | ||
"@feathersjs/generators": "^5.0.0-pre.37", | ||
"chalk": "^4.0.1", | ||
@@ -61,30 +61,30 @@ "commander": "^10.0.0" | ||
"devDependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.0-pre.36", | ||
"@feathersjs/authentication": "^5.0.0-pre.36", | ||
"@feathersjs/authentication-client": "^5.0.0-pre.36", | ||
"@feathersjs/authentication-local": "^5.0.0-pre.36", | ||
"@feathersjs/authentication-oauth": "^5.0.0-pre.36", | ||
"@feathersjs/configuration": "^5.0.0-pre.36", | ||
"@feathersjs/errors": "^5.0.0-pre.36", | ||
"@feathersjs/express": "^5.0.0-pre.36", | ||
"@feathersjs/feathers": "^5.0.0-pre.36", | ||
"@feathersjs/knex": "^5.0.0-pre.36", | ||
"@feathersjs/koa": "^5.0.0-pre.36", | ||
"@feathersjs/mongodb": "^5.0.0-pre.36", | ||
"@feathersjs/rest-client": "^5.0.0-pre.36", | ||
"@feathersjs/schema": "^5.0.0-pre.36", | ||
"@feathersjs/socketio": "^5.0.0-pre.36", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.36", | ||
"@feathersjs/typebox": "^5.0.0-pre.36", | ||
"@feathersjs/adapter-commons": "^5.0.0-pre.37", | ||
"@feathersjs/authentication": "^5.0.0-pre.37", | ||
"@feathersjs/authentication-client": "^5.0.0-pre.37", | ||
"@feathersjs/authentication-local": "^5.0.0-pre.37", | ||
"@feathersjs/authentication-oauth": "^5.0.0-pre.37", | ||
"@feathersjs/configuration": "^5.0.0-pre.37", | ||
"@feathersjs/errors": "^5.0.0-pre.37", | ||
"@feathersjs/express": "^5.0.0-pre.37", | ||
"@feathersjs/feathers": "^5.0.0-pre.37", | ||
"@feathersjs/knex": "^5.0.0-pre.37", | ||
"@feathersjs/koa": "^5.0.0-pre.37", | ||
"@feathersjs/mongodb": "^5.0.0-pre.37", | ||
"@feathersjs/rest-client": "^5.0.0-pre.37", | ||
"@feathersjs/schema": "^5.0.0-pre.37", | ||
"@feathersjs/socketio": "^5.0.0-pre.37", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.37", | ||
"@feathersjs/typebox": "^5.0.0-pre.37", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.18", | ||
"@types/prettier": "^2.7.2", | ||
"axios": "^1.2.6", | ||
"axios": "^1.3.0", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"type-fest": "^3.5.3", | ||
"typescript": "^4.9.4" | ||
"type-fest": "^3.5.4", | ||
"typescript": "^4.9.5" | ||
}, | ||
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a" | ||
"gitHead": "17a8b3b2614876772472d3cab3d96d45c01db6ed" | ||
} |
21448
0.78%