@form8ion/utils-cli 10.1.8 → 10.1.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 +3 -3
- package/package.json +3 -3
package/bin/form8ion-utils.js
CHANGED
|
@@ -1876,7 +1876,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1876
1876
|
var name = "@form8ion/utils-cli";
|
|
1877
1877
|
var description = "cli for various tools for the organization";
|
|
1878
1878
|
var license = "MIT";
|
|
1879
|
-
var version = "10.1.
|
|
1879
|
+
var version = "10.1.9";
|
|
1880
1880
|
var type = "module";
|
|
1881
1881
|
var engines = {
|
|
1882
1882
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1930,7 +1930,7 @@ var dependencies = {
|
|
|
1930
1930
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
1931
1931
|
"@form8ion/javascript": "11.10.4",
|
|
1932
1932
|
"@form8ion/javascript-core": "10.1.0",
|
|
1933
|
-
"@form8ion/jetbrains": "1.1.
|
|
1933
|
+
"@form8ion/jetbrains": "1.1.3",
|
|
1934
1934
|
"@form8ion/lift": "9.0.1",
|
|
1935
1935
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
1936
1936
|
"@form8ion/octoherd-script": "1.0.0",
|
|
@@ -1952,7 +1952,7 @@ var dependencies = {
|
|
|
1952
1952
|
var devDependencies = {
|
|
1953
1953
|
"@cucumber/cucumber": "10.2.1",
|
|
1954
1954
|
"@form8ion/commitlint-config": "1.0.66",
|
|
1955
|
-
"@form8ion/core": "4.
|
|
1955
|
+
"@form8ion/core": "4.2.0",
|
|
1956
1956
|
"@form8ion/eslint-config": "7.0.8",
|
|
1957
1957
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1958
1958
|
"@form8ion/eslint-config-mocha": "3.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": "10.1.
|
|
5
|
+
"version": "10.1.9",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@form8ion/hapi-scaffolder": "4.0.7",
|
|
57
57
|
"@form8ion/javascript": "11.10.4",
|
|
58
58
|
"@form8ion/javascript-core": "10.1.0",
|
|
59
|
-
"@form8ion/jetbrains": "1.1.
|
|
59
|
+
"@form8ion/jetbrains": "1.1.3",
|
|
60
60
|
"@form8ion/lift": "9.0.1",
|
|
61
61
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
62
62
|
"@form8ion/octoherd-script": "1.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@cucumber/cucumber": "10.2.1",
|
|
80
80
|
"@form8ion/commitlint-config": "1.0.66",
|
|
81
|
-
"@form8ion/core": "4.
|
|
81
|
+
"@form8ion/core": "4.2.0",
|
|
82
82
|
"@form8ion/eslint-config": "7.0.8",
|
|
83
83
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
84
84
|
"@form8ion/eslint-config-mocha": "3.0.1",
|