@form8ion/utils-cli 8.0.0-beta.2 → 8.0.1
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/bin/form8ion-utils.js +5 -5
- package/package.json +5 -5
package/bin/form8ion-utils.js
CHANGED
|
@@ -1874,7 +1874,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1874
1874
|
var name = "@form8ion/utils-cli";
|
|
1875
1875
|
var description = "cli for various tools for the organization";
|
|
1876
1876
|
var license = "MIT";
|
|
1877
|
-
var version = "8.0.
|
|
1877
|
+
var version = "8.0.1";
|
|
1878
1878
|
var type = "module";
|
|
1879
1879
|
var engines = {
|
|
1880
1880
|
node: "^16.13.0 || >=18"
|
|
@@ -1941,7 +1941,7 @@ var dependencies = {
|
|
|
1941
1941
|
"@form8ion/vite": "1.3.1",
|
|
1942
1942
|
"@form8ion/vitest": "2.1.0",
|
|
1943
1943
|
"@travi/github-scaffolder": "8.0.4",
|
|
1944
|
-
"update-notifier": "
|
|
1944
|
+
"update-notifier": "6.0.2",
|
|
1945
1945
|
yargs: "17.7.1"
|
|
1946
1946
|
};
|
|
1947
1947
|
var devDependencies = {
|
|
@@ -1969,14 +1969,14 @@ var devDependencies = {
|
|
|
1969
1969
|
"js-yaml": "4.1.0",
|
|
1970
1970
|
"lockfile-lint": "4.10.1",
|
|
1971
1971
|
"ls-engines": "0.9.0",
|
|
1972
|
-
"mdast-util-from-markdown": "
|
|
1973
|
-
"mdast-zone": "
|
|
1972
|
+
"mdast-util-from-markdown": "1.3.0",
|
|
1973
|
+
"mdast-zone": "5.1.1",
|
|
1974
1974
|
"mock-fs": "5.2.0",
|
|
1975
1975
|
nock: "13.3.0",
|
|
1976
1976
|
"npm-run-all": "4.1.5",
|
|
1977
1977
|
"remark-cli": "11.0.0",
|
|
1978
1978
|
rimraf: "4.4.1",
|
|
1979
|
-
rollup: "3.20.
|
|
1979
|
+
rollup: "3.20.1",
|
|
1980
1980
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1981
1981
|
"rollup-plugin-executable": "1.6.3",
|
|
1982
1982
|
"rollup-plugin-json": "4.0.0",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@form8ion/utils-cli",
|
|
3
3
|
"description": "cli for various tools for the organization",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "8.0.
|
|
5
|
+
"version": "8.0.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^16.13.0 || >=18"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@form8ion/vite": "1.3.1",
|
|
70
70
|
"@form8ion/vitest": "2.1.0",
|
|
71
71
|
"@travi/github-scaffolder": "8.0.4",
|
|
72
|
-
"update-notifier": "
|
|
72
|
+
"update-notifier": "6.0.2",
|
|
73
73
|
"yargs": "17.7.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
@@ -97,14 +97,14 @@
|
|
|
97
97
|
"js-yaml": "4.1.0",
|
|
98
98
|
"lockfile-lint": "4.10.1",
|
|
99
99
|
"ls-engines": "0.9.0",
|
|
100
|
-
"mdast-util-from-markdown": "
|
|
101
|
-
"mdast-zone": "
|
|
100
|
+
"mdast-util-from-markdown": "1.3.0",
|
|
101
|
+
"mdast-zone": "5.1.1",
|
|
102
102
|
"mock-fs": "5.2.0",
|
|
103
103
|
"nock": "13.3.0",
|
|
104
104
|
"npm-run-all": "4.1.5",
|
|
105
105
|
"remark-cli": "11.0.0",
|
|
106
106
|
"rimraf": "4.4.1",
|
|
107
|
-
"rollup": "3.20.
|
|
107
|
+
"rollup": "3.20.1",
|
|
108
108
|
"rollup-plugin-auto-external": "2.0.0",
|
|
109
109
|
"rollup-plugin-executable": "1.6.3",
|
|
110
110
|
"rollup-plugin-json": "4.0.0",
|