@form8ion/utils-cli 13.1.1 → 13.1.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 +5 -5
- package/package.json +5 -5
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.2";
|
|
1482
1482
|
var type = "module";
|
|
1483
1483
|
var engines = {
|
|
1484
1484
|
node: "^20.19.0 || >=22.14.0"
|
|
@@ -1532,11 +1532,11 @@ var packageManager = "npm@11.4.0+sha512.759091a21ee805d9c842bcfe2878d6626c48a16a
|
|
|
1532
1532
|
var dependencies = {
|
|
1533
1533
|
"@form8ion/cli-core": "1.1.0",
|
|
1534
1534
|
"@form8ion/codecov": "6.2.0",
|
|
1535
|
-
"@form8ion/core": "4.8.
|
|
1535
|
+
"@form8ion/core": "4.8.1",
|
|
1536
1536
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
1537
1537
|
"@form8ion/github": "3.0.0-beta.12",
|
|
1538
1538
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
1539
|
-
"@form8ion/github-core": "1.1.
|
|
1539
|
+
"@form8ion/github-core": "1.1.1",
|
|
1540
1540
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
1541
1541
|
"@form8ion/javascript": "14.3.2",
|
|
1542
1542
|
"@form8ion/javascript-core": "12.3.0",
|
|
@@ -1561,7 +1561,7 @@ var dependencies = {
|
|
|
1561
1561
|
var devDependencies = {
|
|
1562
1562
|
"@cucumber/cucumber": "11.3.0",
|
|
1563
1563
|
"@form8ion/commitlint-config": "2.0.6",
|
|
1564
|
-
"@form8ion/core": "4.8.
|
|
1564
|
+
"@form8ion/core": "4.8.1",
|
|
1565
1565
|
"@form8ion/eslint-config": "7.0.12",
|
|
1566
1566
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1567
1567
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
@@ -1587,7 +1587,7 @@ var devDependencies = {
|
|
|
1587
1587
|
"mdast-zone": "6.1.0",
|
|
1588
1588
|
"mock-fs": "5.5.0",
|
|
1589
1589
|
msw: "2.8.4",
|
|
1590
|
-
"npm-run-all2": "8.0.
|
|
1590
|
+
"npm-run-all2": "8.0.3",
|
|
1591
1591
|
publint: "0.3.12",
|
|
1592
1592
|
"remark-cli": "12.0.1",
|
|
1593
1593
|
rimraf: "6.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": "13.1.
|
|
5
|
+
"version": "13.1.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^20.19.0 || >=22.14.0"
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@form8ion/cli-core": "1.1.0",
|
|
58
58
|
"@form8ion/codecov": "6.2.0",
|
|
59
|
-
"@form8ion/core": "4.8.
|
|
59
|
+
"@form8ion/core": "4.8.1",
|
|
60
60
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
61
61
|
"@form8ion/github": "3.0.0-beta.12",
|
|
62
62
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
63
|
-
"@form8ion/github-core": "1.1.
|
|
63
|
+
"@form8ion/github-core": "1.1.1",
|
|
64
64
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
65
65
|
"@form8ion/javascript": "14.3.2",
|
|
66
66
|
"@form8ion/javascript-core": "12.3.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@cucumber/cucumber": "11.3.0",
|
|
87
87
|
"@form8ion/commitlint-config": "2.0.6",
|
|
88
|
-
"@form8ion/core": "4.8.
|
|
88
|
+
"@form8ion/core": "4.8.1",
|
|
89
89
|
"@form8ion/eslint-config": "7.0.12",
|
|
90
90
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
91
91
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"mdast-zone": "6.1.0",
|
|
112
112
|
"mock-fs": "5.5.0",
|
|
113
113
|
"msw": "2.8.4",
|
|
114
|
-
"npm-run-all2": "8.0.
|
|
114
|
+
"npm-run-all2": "8.0.3",
|
|
115
115
|
"publint": "0.3.12",
|
|
116
116
|
"remark-cli": "12.0.1",
|
|
117
117
|
"rimraf": "6.0.1",
|