json-sort-cli 2.1.6 → 2.1.7
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 +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
5
5
|
|
|
6
6
|
## [2.1.3](https://github.com/codsen/codsen/compare/json-sort-cli@2.1.2...json-sort-cli@2.1.3) (2022-10-13)
|
|
7
7
|
|
|
8
|
-
###
|
|
8
|
+
### Fixed
|
|
9
9
|
|
|
10
10
|
- update dependencies ([a3834e7](https://github.com/codsen/codsen/commit/a3834e75d77cbdb238cfa8ec392829dfa95cb962))
|
|
11
11
|
|
|
@@ -45,7 +45,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
45
45
|
|
|
46
46
|
## 1.18.1 (2021-01-28)
|
|
47
47
|
|
|
48
|
-
###
|
|
48
|
+
### Fixed
|
|
49
49
|
|
|
50
50
|
- add testStats to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
|
|
51
51
|
|
|
@@ -62,13 +62,13 @@ Accidental version bump during migration to sourcehut. Sorry about that.
|
|
|
62
62
|
|
|
63
63
|
## 1.15.3 (2019-12-09)
|
|
64
64
|
|
|
65
|
-
###
|
|
65
|
+
### Fixed
|
|
66
66
|
|
|
67
67
|
- update to the latest meow api, no more short aliases ([412bdd4](https://gitlab.com/codsen/codsen/commit/412bdd432dbcc9e23a585132f8d24d2e95efa08e))
|
|
68
68
|
|
|
69
69
|
## 1.15.1 (2019-11-20)
|
|
70
70
|
|
|
71
|
-
###
|
|
71
|
+
### Fixed
|
|
72
72
|
|
|
73
73
|
- update to the v4 meow api, aliases were broken until now ([5c80a05](https://gitlab.com/codsen/codsen/commit/5c80a05ad29bd0a3d489ecaaee5c9ab39db1eaaa))
|
|
74
74
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "json-sort-cli",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"description": "Command line app to deep sort JSON files, retains package.json special key order",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"ast-monkey-traverse": "^3.1.
|
|
62
|
+
"ast-monkey-traverse": "^3.1.3",
|
|
63
63
|
"chalk": "^5.1.2",
|
|
64
64
|
"fs-extra": "^10.1.0",
|
|
65
65
|
"globby": "^13.1.2",
|