@form8ion/utils-cli 10.3.1 → 10.3.2
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 +3 -3
- package/package.json +3 -3
package/bin/form8ion-utils.js
CHANGED
|
@@ -1878,7 +1878,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1878
1878
|
var name = "@form8ion/utils-cli";
|
|
1879
1879
|
var description = "cli for various tools for the organization";
|
|
1880
1880
|
var license = "MIT";
|
|
1881
|
-
var version = "10.3.
|
|
1881
|
+
var version = "10.3.2";
|
|
1882
1882
|
var type = "module";
|
|
1883
1883
|
var engines = {
|
|
1884
1884
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1949,7 +1949,7 @@ var dependencies = {
|
|
|
1949
1949
|
"@form8ion/scaffolder-scaffolder": "6.1.0",
|
|
1950
1950
|
"@form8ion/vite": "2.0.1",
|
|
1951
1951
|
"@form8ion/vitest": "4.2.0",
|
|
1952
|
-
"update-notifier": "7.3.
|
|
1952
|
+
"update-notifier": "7.3.1",
|
|
1953
1953
|
yargs: "17.7.2"
|
|
1954
1954
|
};
|
|
1955
1955
|
var devDependencies = {
|
|
@@ -1982,7 +1982,7 @@ var devDependencies = {
|
|
|
1982
1982
|
"mdast-util-from-markdown": "2.0.1",
|
|
1983
1983
|
"mdast-zone": "6.1.0",
|
|
1984
1984
|
"mock-fs": "5.2.0",
|
|
1985
|
-
msw: "2.4.
|
|
1985
|
+
msw: "2.4.4",
|
|
1986
1986
|
"npm-run-all2": "6.2.2",
|
|
1987
1987
|
publint: "0.2.10",
|
|
1988
1988
|
"remark-cli": "12.0.1",
|
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": "10.3.
|
|
5
|
+
"version": "10.3.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@form8ion/scaffolder-scaffolder": "6.1.0",
|
|
74
74
|
"@form8ion/vite": "2.0.1",
|
|
75
75
|
"@form8ion/vitest": "4.2.0",
|
|
76
|
-
"update-notifier": "7.3.
|
|
76
|
+
"update-notifier": "7.3.1",
|
|
77
77
|
"yargs": "17.7.2"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"mdast-util-from-markdown": "2.0.1",
|
|
107
107
|
"mdast-zone": "6.1.0",
|
|
108
108
|
"mock-fs": "5.2.0",
|
|
109
|
-
"msw": "2.4.
|
|
109
|
+
"msw": "2.4.4",
|
|
110
110
|
"npm-run-all2": "6.2.2",
|
|
111
111
|
"publint": "0.2.10",
|
|
112
112
|
"remark-cli": "12.0.1",
|