@form8ion/utils-cli 13.0.0-beta.6 → 13.0.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 +5 -5
- package/package.json +5 -5
package/bin/form8ion-utils.js
CHANGED
|
@@ -1479,10 +1479,10 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1479
1479
|
var name = "@form8ion/utils-cli";
|
|
1480
1480
|
var description = "cli for various tools for the organization";
|
|
1481
1481
|
var license = "MIT";
|
|
1482
|
-
var version = "13.0.0
|
|
1482
|
+
var version = "13.0.0";
|
|
1483
1483
|
var type = "module";
|
|
1484
1484
|
var engines = {
|
|
1485
|
-
node: "^20.
|
|
1485
|
+
node: "^20.19.0 || >=22.14.0"
|
|
1486
1486
|
};
|
|
1487
1487
|
var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
|
|
1488
1488
|
var repository = "form8ion/utils-cli";
|
|
@@ -1587,12 +1587,12 @@ var devDependencies = {
|
|
|
1587
1587
|
"mdast-util-from-markdown": "2.0.2",
|
|
1588
1588
|
"mdast-zone": "6.1.0",
|
|
1589
1589
|
"mock-fs": "5.5.0",
|
|
1590
|
-
msw: "2.7.
|
|
1590
|
+
msw: "2.7.4",
|
|
1591
1591
|
"npm-run-all2": "7.0.2",
|
|
1592
|
-
publint: "0.3.
|
|
1592
|
+
publint: "0.3.11",
|
|
1593
1593
|
"remark-cli": "12.0.1",
|
|
1594
1594
|
rimraf: "6.0.1",
|
|
1595
|
-
rollup: "4.
|
|
1595
|
+
rollup: "4.40.0",
|
|
1596
1596
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1597
1597
|
"rollup-plugin-executable": "1.6.3",
|
|
1598
1598
|
"rollup-plugin-json": "4.0.0",
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@form8ion/utils-cli",
|
|
3
3
|
"description": "cli for various tools for the organization",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "13.0.0
|
|
5
|
+
"version": "13.0.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "^20.
|
|
8
|
+
"node": "^20.19.0 || >=22.14.0"
|
|
9
9
|
},
|
|
10
10
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
|
11
11
|
"repository": "form8ion/utils-cli",
|
|
@@ -110,12 +110,12 @@
|
|
|
110
110
|
"mdast-util-from-markdown": "2.0.2",
|
|
111
111
|
"mdast-zone": "6.1.0",
|
|
112
112
|
"mock-fs": "5.5.0",
|
|
113
|
-
"msw": "2.7.
|
|
113
|
+
"msw": "2.7.4",
|
|
114
114
|
"npm-run-all2": "7.0.2",
|
|
115
|
-
"publint": "0.3.
|
|
115
|
+
"publint": "0.3.11",
|
|
116
116
|
"remark-cli": "12.0.1",
|
|
117
117
|
"rimraf": "6.0.1",
|
|
118
|
-
"rollup": "4.
|
|
118
|
+
"rollup": "4.40.0",
|
|
119
119
|
"rollup-plugin-auto-external": "2.0.0",
|
|
120
120
|
"rollup-plugin-executable": "1.6.3",
|
|
121
121
|
"rollup-plugin-json": "4.0.0",
|