@form8ion/utils-cli 8.1.3 → 8.1.4
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 +4 -4
- package/package.json +4 -4
package/bin/form8ion-utils.js
CHANGED
|
@@ -1874,7 +1874,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1874
1874
|
var name = "@form8ion/utils-cli";
|
|
1875
1875
|
var description = "cli for various tools for the organization";
|
|
1876
1876
|
var license = "MIT";
|
|
1877
|
-
var version = "8.1.
|
|
1877
|
+
var version = "8.1.4";
|
|
1878
1878
|
var type = "module";
|
|
1879
1879
|
var engines = {
|
|
1880
1880
|
node: "^16.13.0 || >=18"
|
|
@@ -1939,7 +1939,7 @@ var dependencies = {
|
|
|
1939
1939
|
"@form8ion/rollup": "2.1.1",
|
|
1940
1940
|
"@form8ion/scaffolder-scaffolder": "4.0.3",
|
|
1941
1941
|
"@form8ion/vite": "1.3.1",
|
|
1942
|
-
"@form8ion/vitest": "3.0.
|
|
1942
|
+
"@form8ion/vitest": "3.0.1",
|
|
1943
1943
|
"@travi/github-scaffolder": "8.0.4",
|
|
1944
1944
|
"update-notifier": "6.0.2",
|
|
1945
1945
|
yargs: "17.7.1"
|
|
@@ -1948,13 +1948,13 @@ var devDependencies = {
|
|
|
1948
1948
|
"@cucumber/cucumber": "9.1.0",
|
|
1949
1949
|
"@form8ion/commitlint-config": "1.0.47",
|
|
1950
1950
|
"@form8ion/core": "2.0.0",
|
|
1951
|
-
"@form8ion/eslint-config": "5.0.
|
|
1951
|
+
"@form8ion/eslint-config": "5.0.28",
|
|
1952
1952
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1953
1953
|
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
1954
1954
|
"@form8ion/remark-lint-preset": "5.0.0",
|
|
1955
1955
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
1956
1956
|
"@travi/any": "2.1.8",
|
|
1957
|
-
"ban-sensitive-files": "1.9.
|
|
1957
|
+
"ban-sensitive-files": "1.9.19",
|
|
1958
1958
|
c8: "7.13.0",
|
|
1959
1959
|
chai: "4.3.7",
|
|
1960
1960
|
"clear-module": "4.1.2",
|
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": "8.1.
|
|
5
|
+
"version": "8.1.4",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^16.13.0 || >=18"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@form8ion/rollup": "2.1.1",
|
|
68
68
|
"@form8ion/scaffolder-scaffolder": "4.0.3",
|
|
69
69
|
"@form8ion/vite": "1.3.1",
|
|
70
|
-
"@form8ion/vitest": "3.0.
|
|
70
|
+
"@form8ion/vitest": "3.0.1",
|
|
71
71
|
"@travi/github-scaffolder": "8.0.4",
|
|
72
72
|
"update-notifier": "6.0.2",
|
|
73
73
|
"yargs": "17.7.1"
|
|
@@ -76,13 +76,13 @@
|
|
|
76
76
|
"@cucumber/cucumber": "9.1.0",
|
|
77
77
|
"@form8ion/commitlint-config": "1.0.47",
|
|
78
78
|
"@form8ion/core": "2.0.0",
|
|
79
|
-
"@form8ion/eslint-config": "5.0.
|
|
79
|
+
"@form8ion/eslint-config": "5.0.28",
|
|
80
80
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
81
81
|
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
82
82
|
"@form8ion/remark-lint-preset": "5.0.0",
|
|
83
83
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
84
84
|
"@travi/any": "2.1.8",
|
|
85
|
-
"ban-sensitive-files": "1.9.
|
|
85
|
+
"ban-sensitive-files": "1.9.19",
|
|
86
86
|
"c8": "7.13.0",
|
|
87
87
|
"chai": "4.3.7",
|
|
88
88
|
"clear-module": "4.1.2",
|