@feathersjs/cli
Advanced tools
Comparing version
@@ -6,2 +6,8 @@ # Change Log | ||
## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) | ||
### Bug Fixes | ||
- **core:** Update to latest feathersjs/hooks ([#3434](https://github.com/feathersjs/feathers/issues/3434)) ([1499ccc](https://github.com/feathersjs/feathers/commit/1499ccc41fb3ebba97b2c84e0cb19bc48ad3c651)) | ||
## [5.0.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@feathersjs/cli", | ||
"description": "The command line interface for creating Feathers applications", | ||
"version": "5.0.22", | ||
"version": "5.0.23", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/generators": "^5.0.22", | ||
"@feathersjs/generators": "^5.0.23", | ||
"chalk": "^5.3.0", | ||
@@ -62,21 +62,21 @@ "commander": "^12.0.0" | ||
"devDependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.22", | ||
"@feathersjs/authentication": "^5.0.22", | ||
"@feathersjs/authentication-client": "^5.0.22", | ||
"@feathersjs/authentication-local": "^5.0.22", | ||
"@feathersjs/authentication-oauth": "^5.0.22", | ||
"@feathersjs/configuration": "^5.0.22", | ||
"@feathersjs/errors": "^5.0.22", | ||
"@feathersjs/express": "^5.0.22", | ||
"@feathersjs/feathers": "^5.0.22", | ||
"@feathersjs/knex": "^5.0.22", | ||
"@feathersjs/koa": "^5.0.22", | ||
"@feathersjs/mongodb": "^5.0.22", | ||
"@feathersjs/rest-client": "^5.0.22", | ||
"@feathersjs/schema": "^5.0.22", | ||
"@feathersjs/socketio": "^5.0.22", | ||
"@feathersjs/transport-commons": "^5.0.22", | ||
"@feathersjs/typebox": "^5.0.22", | ||
"@feathersjs/adapter-commons": "^5.0.23", | ||
"@feathersjs/authentication": "^5.0.23", | ||
"@feathersjs/authentication-client": "^5.0.23", | ||
"@feathersjs/authentication-local": "^5.0.23", | ||
"@feathersjs/authentication-oauth": "^5.0.23", | ||
"@feathersjs/configuration": "^5.0.23", | ||
"@feathersjs/errors": "^5.0.23", | ||
"@feathersjs/express": "^5.0.23", | ||
"@feathersjs/feathers": "^5.0.23", | ||
"@feathersjs/knex": "^5.0.23", | ||
"@feathersjs/koa": "^5.0.23", | ||
"@feathersjs/mongodb": "^5.0.23", | ||
"@feathersjs/rest-client": "^5.0.23", | ||
"@feathersjs/schema": "^5.0.23", | ||
"@feathersjs/socketio": "^5.0.23", | ||
"@feathersjs/transport-commons": "^5.0.23", | ||
"@feathersjs/typebox": "^5.0.23", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.17", | ||
"@types/node": "^20.11.20", | ||
"@types/prettier": "^2.7.3", | ||
@@ -87,6 +87,6 @@ "axios": "^1.6.7", | ||
"ts-node": "^10.9.2", | ||
"type-fest": "^4.10.2", | ||
"type-fest": "^4.10.3", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "c9511d98096de531fbea100d8e0f5b30e47ce17e" | ||
"gitHead": "745bc6a5af6f6b4a14cccc2915ad7670d7fcd558" | ||
} |
25359
1.26%