@form8ion/utils-cli 10.1.43 → 10.1.44
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 +10 -10
- package/package.json +10 -10
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.44";
|
|
1880
1880
|
var type = "module";
|
|
1881
1881
|
var engines = {
|
|
1882
1882
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1931,7 +1931,7 @@ var dependencies = {
|
|
|
1931
1931
|
"@form8ion/javascript": "12.6.0",
|
|
1932
1932
|
"@form8ion/javascript-core": "11.0.0",
|
|
1933
1933
|
"@form8ion/jetbrains": "1.1.3",
|
|
1934
|
-
"@form8ion/lift": "9.
|
|
1934
|
+
"@form8ion/lift": "9.2.0",
|
|
1935
1935
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
1936
1936
|
"@form8ion/octoherd-script": "1.0.0",
|
|
1937
1937
|
"@form8ion/ossf-scorecard": "1.2.0",
|
|
@@ -1950,9 +1950,9 @@ var dependencies = {
|
|
|
1950
1950
|
yargs: "17.7.2"
|
|
1951
1951
|
};
|
|
1952
1952
|
var devDependencies = {
|
|
1953
|
-
"@cucumber/cucumber": "10.
|
|
1953
|
+
"@cucumber/cucumber": "10.7.0",
|
|
1954
1954
|
"@form8ion/commitlint-config": "1.0.76",
|
|
1955
|
-
"@form8ion/core": "4.
|
|
1955
|
+
"@form8ion/core": "4.3.0",
|
|
1956
1956
|
"@form8ion/eslint-config": "7.0.9",
|
|
1957
1957
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1958
1958
|
"@form8ion/eslint-config-mocha": "3.0.5",
|
|
@@ -1962,7 +1962,7 @@ var devDependencies = {
|
|
|
1962
1962
|
"ban-sensitive-files": "1.10.2",
|
|
1963
1963
|
c8: "9.1.0",
|
|
1964
1964
|
camelcase: "8.0.0",
|
|
1965
|
-
chai: "5.1.
|
|
1965
|
+
chai: "5.1.1",
|
|
1966
1966
|
"clear-module": "4.1.2",
|
|
1967
1967
|
"cross-env": "7.0.3",
|
|
1968
1968
|
"cz-conventional-changelog": "3.3.0",
|
|
@@ -1979,11 +1979,11 @@ var devDependencies = {
|
|
|
1979
1979
|
"mdast-zone": "6.1.0",
|
|
1980
1980
|
"mock-fs": "5.2.0",
|
|
1981
1981
|
nock: "13.5.4",
|
|
1982
|
-
"npm-run-all2": "6.
|
|
1983
|
-
publint: "0.2.
|
|
1982
|
+
"npm-run-all2": "6.2.0",
|
|
1983
|
+
publint: "0.2.8",
|
|
1984
1984
|
"remark-cli": "12.0.1",
|
|
1985
|
-
rimraf: "5.0.
|
|
1986
|
-
rollup: "4.
|
|
1985
|
+
rimraf: "5.0.7",
|
|
1986
|
+
rollup: "4.18.0",
|
|
1987
1987
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1988
1988
|
"rollup-plugin-executable": "1.6.3",
|
|
1989
1989
|
"rollup-plugin-json": "4.0.0",
|
|
@@ -1991,7 +1991,7 @@ var devDependencies = {
|
|
|
1991
1991
|
"unist-util-find": "3.0.0",
|
|
1992
1992
|
vitest: "1.6.0"
|
|
1993
1993
|
};
|
|
1994
|
-
var packageManager = "npm@10.
|
|
1994
|
+
var packageManager = "npm@10.8.0";
|
|
1995
1995
|
var pkg = {
|
|
1996
1996
|
name: name,
|
|
1997
1997
|
description: description,
|
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.44",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@form8ion/javascript": "12.6.0",
|
|
58
58
|
"@form8ion/javascript-core": "11.0.0",
|
|
59
59
|
"@form8ion/jetbrains": "1.1.3",
|
|
60
|
-
"@form8ion/lift": "9.
|
|
60
|
+
"@form8ion/lift": "9.2.0",
|
|
61
61
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
62
62
|
"@form8ion/octoherd-script": "1.0.0",
|
|
63
63
|
"@form8ion/ossf-scorecard": "1.2.0",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"yargs": "17.7.2"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@cucumber/cucumber": "10.
|
|
79
|
+
"@cucumber/cucumber": "10.7.0",
|
|
80
80
|
"@form8ion/commitlint-config": "1.0.76",
|
|
81
|
-
"@form8ion/core": "4.
|
|
81
|
+
"@form8ion/core": "4.3.0",
|
|
82
82
|
"@form8ion/eslint-config": "7.0.9",
|
|
83
83
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
84
84
|
"@form8ion/eslint-config-mocha": "3.0.5",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"ban-sensitive-files": "1.10.2",
|
|
89
89
|
"c8": "9.1.0",
|
|
90
90
|
"camelcase": "8.0.0",
|
|
91
|
-
"chai": "5.1.
|
|
91
|
+
"chai": "5.1.1",
|
|
92
92
|
"clear-module": "4.1.2",
|
|
93
93
|
"cross-env": "7.0.3",
|
|
94
94
|
"cz-conventional-changelog": "3.3.0",
|
|
@@ -105,11 +105,11 @@
|
|
|
105
105
|
"mdast-zone": "6.1.0",
|
|
106
106
|
"mock-fs": "5.2.0",
|
|
107
107
|
"nock": "13.5.4",
|
|
108
|
-
"npm-run-all2": "6.
|
|
109
|
-
"publint": "0.2.
|
|
108
|
+
"npm-run-all2": "6.2.0",
|
|
109
|
+
"publint": "0.2.8",
|
|
110
110
|
"remark-cli": "12.0.1",
|
|
111
|
-
"rimraf": "5.0.
|
|
112
|
-
"rollup": "4.
|
|
111
|
+
"rimraf": "5.0.7",
|
|
112
|
+
"rollup": "4.18.0",
|
|
113
113
|
"rollup-plugin-auto-external": "2.0.0",
|
|
114
114
|
"rollup-plugin-executable": "1.6.3",
|
|
115
115
|
"rollup-plugin-json": "4.0.0",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"unist-util-find": "3.0.0",
|
|
118
118
|
"vitest": "1.6.0"
|
|
119
119
|
},
|
|
120
|
-
"packageManager": "npm@10.
|
|
120
|
+
"packageManager": "npm@10.8.0"
|
|
121
121
|
}
|