@form8ion/utils-cli 13.1.16 → 13.1.18
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 +8 -8
- package/package.json +8 -8
package/bin/form8ion-utils.js
CHANGED
|
@@ -1478,7 +1478,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1478
1478
|
var name = "@form8ion/utils-cli";
|
|
1479
1479
|
var description = "cli for various tools for the organization";
|
|
1480
1480
|
var license = "MIT";
|
|
1481
|
-
var version = "13.1.
|
|
1481
|
+
var version = "13.1.18";
|
|
1482
1482
|
var type = "module";
|
|
1483
1483
|
var engines = {
|
|
1484
1484
|
node: "^20.19.0 || >=22.14.0"
|
|
@@ -1528,7 +1528,7 @@ var publishConfig = {
|
|
|
1528
1528
|
access: "public",
|
|
1529
1529
|
provenance: true
|
|
1530
1530
|
};
|
|
1531
|
-
var packageManager = "npm@11.
|
|
1531
|
+
var packageManager = "npm@11.5.2+sha512.aac1241cfc3f41dc38780d64295c6c6b917a41e24288b33519a7b11adfc5a54a5f881c642d7557215b6c70e01e55655ed7ba666300fd0238bc75fb17478afaf3";
|
|
1532
1532
|
var dependencies = {
|
|
1533
1533
|
"@form8ion/cli-core": "1.1.0",
|
|
1534
1534
|
"@form8ion/codecov": "6.2.0",
|
|
@@ -1546,7 +1546,7 @@ var dependencies = {
|
|
|
1546
1546
|
"@form8ion/octoherd-script": "1.0.0",
|
|
1547
1547
|
"@form8ion/ossf-scorecard": "1.2.1",
|
|
1548
1548
|
"@form8ion/prettier": "3.1.0",
|
|
1549
|
-
"@form8ion/project": "22.0.0-beta.
|
|
1549
|
+
"@form8ion/project": "22.0.0-beta.8",
|
|
1550
1550
|
"@form8ion/remark-plugin-scaffolder": "4.0.0",
|
|
1551
1551
|
"@form8ion/remove-greenkeeper": "3.0.1",
|
|
1552
1552
|
"@form8ion/renovate-scaffolder": "3.0.0",
|
|
@@ -1572,9 +1572,9 @@ var devDependencies = {
|
|
|
1572
1572
|
"@travi/any": "3.1.2",
|
|
1573
1573
|
"ban-sensitive-files": "1.10.9",
|
|
1574
1574
|
c8: "10.1.3",
|
|
1575
|
-
chai: "
|
|
1575
|
+
chai: "6.0.1",
|
|
1576
1576
|
"clear-module": "4.1.2",
|
|
1577
|
-
"cross-env": "
|
|
1577
|
+
"cross-env": "10.0.0",
|
|
1578
1578
|
"cz-conventional-changelog": "3.3.0",
|
|
1579
1579
|
"deep-equal": "2.2.3",
|
|
1580
1580
|
execa: "9.6.0",
|
|
@@ -1587,18 +1587,18 @@ 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.10.
|
|
1590
|
+
msw: "2.10.5",
|
|
1591
1591
|
"npm-run-all2": "8.0.4",
|
|
1592
1592
|
publint: "0.3.12",
|
|
1593
1593
|
"remark-cli": "12.0.1",
|
|
1594
1594
|
rimraf: "6.0.1",
|
|
1595
|
-
rollup: "4.
|
|
1595
|
+
rollup: "4.48.1",
|
|
1596
1596
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1597
1597
|
"rollup-plugin-executable": "1.6.3",
|
|
1598
1598
|
testdouble: "3.20.2",
|
|
1599
1599
|
"unist-util-find": "3.0.0",
|
|
1600
1600
|
vitest: "3.2.4",
|
|
1601
|
-
"vitest-when": "0.
|
|
1601
|
+
"vitest-when": "0.7.0"
|
|
1602
1602
|
};
|
|
1603
1603
|
var pkg = {
|
|
1604
1604
|
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": "13.1.
|
|
5
|
+
"version": "13.1.18",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^20.19.0 || >=22.14.0"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"access": "public",
|
|
53
53
|
"provenance": true
|
|
54
54
|
},
|
|
55
|
-
"packageManager": "npm@11.
|
|
55
|
+
"packageManager": "npm@11.5.2+sha512.aac1241cfc3f41dc38780d64295c6c6b917a41e24288b33519a7b11adfc5a54a5f881c642d7557215b6c70e01e55655ed7ba666300fd0238bc75fb17478afaf3",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@form8ion/cli-core": "1.1.0",
|
|
58
58
|
"@form8ion/codecov": "6.2.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@form8ion/octoherd-script": "1.0.0",
|
|
71
71
|
"@form8ion/ossf-scorecard": "1.2.1",
|
|
72
72
|
"@form8ion/prettier": "3.1.0",
|
|
73
|
-
"@form8ion/project": "22.0.0-beta.
|
|
73
|
+
"@form8ion/project": "22.0.0-beta.8",
|
|
74
74
|
"@form8ion/remark-plugin-scaffolder": "4.0.0",
|
|
75
75
|
"@form8ion/remove-greenkeeper": "3.0.1",
|
|
76
76
|
"@form8ion/renovate-scaffolder": "3.0.0",
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
"@travi/any": "3.1.2",
|
|
97
97
|
"ban-sensitive-files": "1.10.9",
|
|
98
98
|
"c8": "10.1.3",
|
|
99
|
-
"chai": "
|
|
99
|
+
"chai": "6.0.1",
|
|
100
100
|
"clear-module": "4.1.2",
|
|
101
|
-
"cross-env": "
|
|
101
|
+
"cross-env": "10.0.0",
|
|
102
102
|
"cz-conventional-changelog": "3.3.0",
|
|
103
103
|
"deep-equal": "2.2.3",
|
|
104
104
|
"execa": "9.6.0",
|
|
@@ -111,17 +111,17 @@
|
|
|
111
111
|
"mdast-util-from-markdown": "2.0.2",
|
|
112
112
|
"mdast-zone": "6.1.0",
|
|
113
113
|
"mock-fs": "5.5.0",
|
|
114
|
-
"msw": "2.10.
|
|
114
|
+
"msw": "2.10.5",
|
|
115
115
|
"npm-run-all2": "8.0.4",
|
|
116
116
|
"publint": "0.3.12",
|
|
117
117
|
"remark-cli": "12.0.1",
|
|
118
118
|
"rimraf": "6.0.1",
|
|
119
|
-
"rollup": "4.
|
|
119
|
+
"rollup": "4.48.1",
|
|
120
120
|
"rollup-plugin-auto-external": "2.0.0",
|
|
121
121
|
"rollup-plugin-executable": "1.6.3",
|
|
122
122
|
"testdouble": "3.20.2",
|
|
123
123
|
"unist-util-find": "3.0.0",
|
|
124
124
|
"vitest": "3.2.4",
|
|
125
|
-
"vitest-when": "0.
|
|
125
|
+
"vitest-when": "0.7.0"
|
|
126
126
|
}
|
|
127
127
|
}
|