@form8ion/utils-cli 10.1.0-beta.3 → 10.1.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/bin/form8ion-utils.js +3 -3
- package/package.json +3 -3
package/bin/form8ion-utils.js
CHANGED
|
@@ -1876,7 +1876,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1876
1876
|
var name = "@form8ion/utils-cli";
|
|
1877
1877
|
var description = "cli for various tools for the organization";
|
|
1878
1878
|
var license = "MIT";
|
|
1879
|
-
var version = "10.1.0
|
|
1879
|
+
var version = "10.1.0";
|
|
1880
1880
|
var type = "module";
|
|
1881
1881
|
var engines = {
|
|
1882
1882
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1986,13 +1986,13 @@ var devDependencies = {
|
|
|
1986
1986
|
publint: "0.2.7",
|
|
1987
1987
|
"remark-cli": "12.0.0",
|
|
1988
1988
|
rimraf: "5.0.5",
|
|
1989
|
-
rollup: "4.9.
|
|
1989
|
+
rollup: "4.9.2",
|
|
1990
1990
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1991
1991
|
"rollup-plugin-executable": "1.6.3",
|
|
1992
1992
|
"rollup-plugin-json": "4.0.0",
|
|
1993
1993
|
testdouble: "3.20.1",
|
|
1994
1994
|
"unist-util-find": "3.0.0",
|
|
1995
|
-
vitest: "1.1.
|
|
1995
|
+
vitest: "1.1.1"
|
|
1996
1996
|
};
|
|
1997
1997
|
var pkg = {
|
|
1998
1998
|
name: name,
|
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.1.0
|
|
5
|
+
"version": "10.1.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
"publint": "0.2.7",
|
|
113
113
|
"remark-cli": "12.0.0",
|
|
114
114
|
"rimraf": "5.0.5",
|
|
115
|
-
"rollup": "4.9.
|
|
115
|
+
"rollup": "4.9.2",
|
|
116
116
|
"rollup-plugin-auto-external": "2.0.0",
|
|
117
117
|
"rollup-plugin-executable": "1.6.3",
|
|
118
118
|
"rollup-plugin-json": "4.0.0",
|
|
119
119
|
"testdouble": "3.20.1",
|
|
120
120
|
"unist-util-find": "3.0.0",
|
|
121
|
-
"vitest": "1.1.
|
|
121
|
+
"vitest": "1.1.1"
|
|
122
122
|
}
|
|
123
123
|
}
|