@form8ion/utils-cli 9.1.44 → 9.1.45
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
|
@@ -1875,7 +1875,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1875
1875
|
var name = "@form8ion/utils-cli";
|
|
1876
1876
|
var description = "cli for various tools for the organization";
|
|
1877
1877
|
var license = "MIT";
|
|
1878
|
-
var version = "9.1.
|
|
1878
|
+
var version = "9.1.45";
|
|
1879
1879
|
var type = "module";
|
|
1880
1880
|
var engines = {
|
|
1881
1881
|
node: "^16.14.0 || >=18"
|
|
@@ -1924,7 +1924,7 @@ var publishConfig = {
|
|
|
1924
1924
|
var dependencies = {
|
|
1925
1925
|
"@form8ion/codecov": "4.0.1",
|
|
1926
1926
|
"@form8ion/cucumber-scaffolder": "2.1.0",
|
|
1927
|
-
"@form8ion/github-actions-node-ci": "3.14.
|
|
1927
|
+
"@form8ion/github-actions-node-ci": "3.14.6",
|
|
1928
1928
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
1929
1929
|
"@form8ion/javascript": "11.5.6",
|
|
1930
1930
|
"@form8ion/javascript-core": "10.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": "9.1.
|
|
5
|
+
"version": "9.1.45",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^16.14.0 || >=18"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@form8ion/codecov": "4.0.1",
|
|
53
53
|
"@form8ion/cucumber-scaffolder": "2.1.0",
|
|
54
|
-
"@form8ion/github-actions-node-ci": "3.14.
|
|
54
|
+
"@form8ion/github-actions-node-ci": "3.14.6",
|
|
55
55
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
56
56
|
"@form8ion/javascript": "11.5.6",
|
|
57
57
|
"@form8ion/javascript-core": "10.0.1",
|