@form8ion/utils-cli 13.0.8 → 13.0.9
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 +9 -9
- package/package.json +9 -9
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.0.
|
|
1481
|
+
var version = "13.0.9";
|
|
1482
1482
|
var type = "module";
|
|
1483
1483
|
var engines = {
|
|
1484
1484
|
node: "^20.19.0 || >=22.14.0"
|
|
@@ -1528,13 +1528,13 @@ var publishConfig = {
|
|
|
1528
1528
|
access: "public",
|
|
1529
1529
|
provenance: true
|
|
1530
1530
|
};
|
|
1531
|
-
var packageManager = "npm@11.
|
|
1531
|
+
var packageManager = "npm@11.4.0+sha512.759091a21ee805d9c842bcfe2878d6626c48a16a5ca73c1e1338fa8379951abfc2d273ec4ad12ede64bd294237c6719b3bcc518118d1affe8a38985fe5d29773";
|
|
1532
1532
|
var dependencies = {
|
|
1533
1533
|
"@form8ion/cli-core": "1.1.0",
|
|
1534
1534
|
"@form8ion/codecov": "6.2.0",
|
|
1535
1535
|
"@form8ion/core": "4.8.0",
|
|
1536
1536
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
1537
|
-
"@form8ion/github": "3.0.0-beta.
|
|
1537
|
+
"@form8ion/github": "3.0.0-beta.12",
|
|
1538
1538
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
1539
1539
|
"@form8ion/github-core": "1.1.0",
|
|
1540
1540
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
@@ -1559,8 +1559,8 @@ var dependencies = {
|
|
|
1559
1559
|
yargs: "17.7.2"
|
|
1560
1560
|
};
|
|
1561
1561
|
var devDependencies = {
|
|
1562
|
-
"@cucumber/cucumber": "11.
|
|
1563
|
-
"@form8ion/commitlint-config": "2.0.
|
|
1562
|
+
"@cucumber/cucumber": "11.3.0",
|
|
1563
|
+
"@form8ion/commitlint-config": "2.0.6",
|
|
1564
1564
|
"@form8ion/core": "4.8.0",
|
|
1565
1565
|
"@form8ion/eslint-config": "7.0.12",
|
|
1566
1566
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
@@ -1576,7 +1576,7 @@ var devDependencies = {
|
|
|
1576
1576
|
"cross-env": "7.0.3",
|
|
1577
1577
|
"cz-conventional-changelog": "3.3.0",
|
|
1578
1578
|
"deep-equal": "2.2.3",
|
|
1579
|
-
execa: "9.5.
|
|
1579
|
+
execa: "9.5.3",
|
|
1580
1580
|
"gherkin-lint": "4.2.4",
|
|
1581
1581
|
"http-status-codes": "2.3.0",
|
|
1582
1582
|
husky: "9.1.7",
|
|
@@ -1586,12 +1586,12 @@ var devDependencies = {
|
|
|
1586
1586
|
"mdast-util-from-markdown": "2.0.2",
|
|
1587
1587
|
"mdast-zone": "6.1.0",
|
|
1588
1588
|
"mock-fs": "5.5.0",
|
|
1589
|
-
msw: "2.
|
|
1590
|
-
"npm-run-all2": "8.0.
|
|
1589
|
+
msw: "2.8.2",
|
|
1590
|
+
"npm-run-all2": "8.0.2",
|
|
1591
1591
|
publint: "0.3.12",
|
|
1592
1592
|
"remark-cli": "12.0.1",
|
|
1593
1593
|
rimraf: "6.0.1",
|
|
1594
|
-
rollup: "4.40.
|
|
1594
|
+
rollup: "4.40.2",
|
|
1595
1595
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1596
1596
|
"rollup-plugin-executable": "1.6.3",
|
|
1597
1597
|
"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": "13.0.
|
|
5
|
+
"version": "13.0.9",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^20.19.0 || >=22.14.0"
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"access": "public",
|
|
53
53
|
"provenance": true
|
|
54
54
|
},
|
|
55
|
-
"packageManager": "npm@11.
|
|
55
|
+
"packageManager": "npm@11.4.0+sha512.759091a21ee805d9c842bcfe2878d6626c48a16a5ca73c1e1338fa8379951abfc2d273ec4ad12ede64bd294237c6719b3bcc518118d1affe8a38985fe5d29773",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@form8ion/cli-core": "1.1.0",
|
|
58
58
|
"@form8ion/codecov": "6.2.0",
|
|
59
59
|
"@form8ion/core": "4.8.0",
|
|
60
60
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
61
|
-
"@form8ion/github": "3.0.0-beta.
|
|
61
|
+
"@form8ion/github": "3.0.0-beta.12",
|
|
62
62
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
63
63
|
"@form8ion/github-core": "1.1.0",
|
|
64
64
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"yargs": "17.7.2"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@cucumber/cucumber": "11.
|
|
87
|
-
"@form8ion/commitlint-config": "2.0.
|
|
86
|
+
"@cucumber/cucumber": "11.3.0",
|
|
87
|
+
"@form8ion/commitlint-config": "2.0.6",
|
|
88
88
|
"@form8ion/core": "4.8.0",
|
|
89
89
|
"@form8ion/eslint-config": "7.0.12",
|
|
90
90
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"cross-env": "7.0.3",
|
|
101
101
|
"cz-conventional-changelog": "3.3.0",
|
|
102
102
|
"deep-equal": "2.2.3",
|
|
103
|
-
"execa": "9.5.
|
|
103
|
+
"execa": "9.5.3",
|
|
104
104
|
"gherkin-lint": "4.2.4",
|
|
105
105
|
"http-status-codes": "2.3.0",
|
|
106
106
|
"husky": "9.1.7",
|
|
@@ -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.
|
|
114
|
-
"npm-run-all2": "8.0.
|
|
113
|
+
"msw": "2.8.2",
|
|
114
|
+
"npm-run-all2": "8.0.2",
|
|
115
115
|
"publint": "0.3.12",
|
|
116
116
|
"remark-cli": "12.0.1",
|
|
117
117
|
"rimraf": "6.0.1",
|
|
118
|
-
"rollup": "4.40.
|
|
118
|
+
"rollup": "4.40.2",
|
|
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",
|