@form8ion/utils-cli 13.0.0 → 13.0.1
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 +2 -2
- package/package.json +2 -2
package/bin/form8ion-utils.js
CHANGED
|
@@ -1479,7 +1479,7 @@ 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.
|
|
1482
|
+
var version = "13.0.1";
|
|
1483
1483
|
var type = "module";
|
|
1484
1484
|
var engines = {
|
|
1485
1485
|
node: "^20.19.0 || >=22.14.0"
|
|
@@ -1537,7 +1537,7 @@ var dependencies = {
|
|
|
1537
1537
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
1538
1538
|
"@form8ion/github": "3.0.0-beta.5",
|
|
1539
1539
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
1540
|
-
"@form8ion/github-core": "1.0.0
|
|
1540
|
+
"@form8ion/github-core": "1.0.0",
|
|
1541
1541
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
1542
1542
|
"@form8ion/javascript": "14.3.2",
|
|
1543
1543
|
"@form8ion/javascript-core": "12.3.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.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^20.19.0 || >=22.14.0"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
61
61
|
"@form8ion/github": "3.0.0-beta.5",
|
|
62
62
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
63
|
-
"@form8ion/github-core": "1.0.0
|
|
63
|
+
"@form8ion/github-core": "1.0.0",
|
|
64
64
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
65
65
|
"@form8ion/javascript": "14.3.2",
|
|
66
66
|
"@form8ion/javascript-core": "12.3.0",
|