@feathersjs/cli 4.7.0 → 4.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -3
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased](https://github.com/feathersjs/cli/tree/HEAD)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.
|
|
5
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.7.0...HEAD)
|
|
6
6
|
|
|
7
7
|
**Merged pull requests:**
|
|
8
8
|
|
|
9
|
-
- chore\(dependencies\): Update all dependencies [\#
|
|
10
|
-
|
|
9
|
+
- chore\(dependencies\): Update all dependencies [\#284](https://github.com/feathersjs/cli/pull/284) ([daffl](https://github.com/daffl))
|
|
10
|
+
|
|
11
|
+
## [v4.7.0](https://github.com/feathersjs/cli/tree/v4.7.0) (2022-01-10)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.2...v4.7.0)
|
|
14
|
+
|
|
15
|
+
**Closed issues:**
|
|
16
|
+
|
|
17
|
+
- Feathers CLI command producing strange output. [\#285](https://github.com/feathersjs/cli/issues/285)
|
|
11
18
|
|
|
12
19
|
## [v4.6.2](https://github.com/feathersjs/cli/tree/v4.6.2) (2021-12-15)
|
|
13
20
|
|
|
@@ -17,6 +24,11 @@
|
|
|
17
24
|
|
|
18
25
|
- Exception when generating hooks [\#234](https://github.com/feathersjs/cli/issues/234)
|
|
19
26
|
|
|
27
|
+
**Merged pull requests:**
|
|
28
|
+
|
|
29
|
+
- chore\(dependencies\): Update all dependencies [\#283](https://github.com/feathersjs/cli/pull/283) ([daffl](https://github.com/daffl))
|
|
30
|
+
- chore\(dependencies\): Update all dependencies [\#282](https://github.com/feathersjs/cli/pull/282) ([daffl](https://github.com/daffl))
|
|
31
|
+
|
|
20
32
|
## [v4.6.1](https://github.com/feathersjs/cli/tree/v4.6.1) (2021-11-24)
|
|
21
33
|
|
|
22
34
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.0...v4.6.1)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feathersjs/cli",
|
|
3
3
|
"description": "Command-line Feathers generator",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.8.0",
|
|
5
5
|
"homepage": "https://github.com/feathersjs/cli",
|
|
6
6
|
"main": "lib/",
|
|
7
7
|
"bin": {
|
|
@@ -51,17 +51,17 @@
|
|
|
51
51
|
"preferGlobal": true,
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@feathersjs/tools": "^0.2.3",
|
|
54
|
-
"commander": "^
|
|
55
|
-
"generator-feathers": "4.
|
|
56
|
-
"generator-feathers-plugin": "
|
|
57
|
-
"semver": "^7.3.
|
|
54
|
+
"commander": "^9.3.0",
|
|
55
|
+
"generator-feathers": "^4.2.0",
|
|
56
|
+
"generator-feathers-plugin": "^0.3.1",
|
|
57
|
+
"semver": "^7.3.7",
|
|
58
58
|
"update-notifier": "^5.1.0",
|
|
59
|
-
"yeoman-environment": "^
|
|
59
|
+
"yeoman-environment": "^3.9.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"lodash": "^4.17.21",
|
|
63
|
-
"mocha": "^
|
|
64
|
-
"npm-check-updates": "^
|
|
63
|
+
"mocha": "^10.0.0",
|
|
64
|
+
"npm-check-updates": "^13.1.5",
|
|
65
65
|
"semistandard": "^16.0.1"
|
|
66
66
|
}
|
|
67
67
|
}
|