@form8ion/utils-cli 10.3.1 → 10.3.3
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 +11 -11
- package/package.json +11 -11
package/bin/form8ion-utils.js
CHANGED
|
@@ -1878,7 +1878,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1878
1878
|
var name = "@form8ion/utils-cli";
|
|
1879
1879
|
var description = "cli for various tools for the organization";
|
|
1880
1880
|
var license = "MIT";
|
|
1881
|
-
var version = "10.3.
|
|
1881
|
+
var version = "10.3.3";
|
|
1882
1882
|
var type = "module";
|
|
1883
1883
|
var engines = {
|
|
1884
1884
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1932,7 +1932,7 @@ var dependencies = {
|
|
|
1932
1932
|
"@form8ion/github": "2.0.0",
|
|
1933
1933
|
"@form8ion/github-actions-node-ci": "4.4.0",
|
|
1934
1934
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
1935
|
-
"@form8ion/javascript": "13.0.0-beta.
|
|
1935
|
+
"@form8ion/javascript": "13.0.0-beta.8",
|
|
1936
1936
|
"@form8ion/javascript-core": "11.0.0",
|
|
1937
1937
|
"@form8ion/jetbrains": "1.1.3",
|
|
1938
1938
|
"@form8ion/lift": "9.2.2",
|
|
@@ -1949,14 +1949,14 @@ var dependencies = {
|
|
|
1949
1949
|
"@form8ion/scaffolder-scaffolder": "6.1.0",
|
|
1950
1950
|
"@form8ion/vite": "2.0.1",
|
|
1951
1951
|
"@form8ion/vitest": "4.2.0",
|
|
1952
|
-
"update-notifier": "7.3.
|
|
1952
|
+
"update-notifier": "7.3.1",
|
|
1953
1953
|
yargs: "17.7.2"
|
|
1954
1954
|
};
|
|
1955
1955
|
var devDependencies = {
|
|
1956
|
-
"@cucumber/cucumber": "11.0.
|
|
1956
|
+
"@cucumber/cucumber": "11.0.1",
|
|
1957
1957
|
"@form8ion/commitlint-config": "1.0.76",
|
|
1958
1958
|
"@form8ion/core": "4.8.0",
|
|
1959
|
-
"@form8ion/eslint-config": "7.0.
|
|
1959
|
+
"@form8ion/eslint-config": "7.0.11",
|
|
1960
1960
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
1961
1961
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
1962
1962
|
"@form8ion/remark-lint-preset": "6.0.4",
|
|
@@ -1973,7 +1973,7 @@ var devDependencies = {
|
|
|
1973
1973
|
execa: "8.0.1",
|
|
1974
1974
|
"gherkin-lint": "4.2.4",
|
|
1975
1975
|
"http-status-codes": "2.3.0",
|
|
1976
|
-
husky: "9.1.
|
|
1976
|
+
husky: "9.1.6",
|
|
1977
1977
|
"import-fresh": "3.3.0",
|
|
1978
1978
|
"jest-when": "3.6.0",
|
|
1979
1979
|
"js-yaml": "4.1.0",
|
|
@@ -1982,18 +1982,18 @@ var devDependencies = {
|
|
|
1982
1982
|
"mdast-util-from-markdown": "2.0.1",
|
|
1983
1983
|
"mdast-zone": "6.1.0",
|
|
1984
1984
|
"mock-fs": "5.2.0",
|
|
1985
|
-
msw: "2.4.
|
|
1986
|
-
"npm-run-all2": "6.2.
|
|
1987
|
-
publint: "0.2.
|
|
1985
|
+
msw: "2.4.8",
|
|
1986
|
+
"npm-run-all2": "6.2.3",
|
|
1987
|
+
publint: "0.2.11",
|
|
1988
1988
|
"remark-cli": "12.0.1",
|
|
1989
1989
|
rimraf: "6.0.1",
|
|
1990
|
-
rollup: "4.
|
|
1990
|
+
rollup: "4.22.0",
|
|
1991
1991
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1992
1992
|
"rollup-plugin-executable": "1.6.3",
|
|
1993
1993
|
"rollup-plugin-json": "4.0.0",
|
|
1994
1994
|
testdouble: "3.20.2",
|
|
1995
1995
|
"unist-util-find": "3.0.0",
|
|
1996
|
-
vitest: "2.
|
|
1996
|
+
vitest: "2.1.1"
|
|
1997
1997
|
};
|
|
1998
1998
|
var packageManager = "npm@10.8.3";
|
|
1999
1999
|
var pkg = {
|
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.3.
|
|
5
|
+
"version": "10.3.3",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@form8ion/github": "2.0.0",
|
|
57
57
|
"@form8ion/github-actions-node-ci": "4.4.0",
|
|
58
58
|
"@form8ion/hapi-scaffolder": "4.1.1",
|
|
59
|
-
"@form8ion/javascript": "13.0.0-beta.
|
|
59
|
+
"@form8ion/javascript": "13.0.0-beta.8",
|
|
60
60
|
"@form8ion/javascript-core": "11.0.0",
|
|
61
61
|
"@form8ion/jetbrains": "1.1.3",
|
|
62
62
|
"@form8ion/lift": "9.2.2",
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
"@form8ion/scaffolder-scaffolder": "6.1.0",
|
|
74
74
|
"@form8ion/vite": "2.0.1",
|
|
75
75
|
"@form8ion/vitest": "4.2.0",
|
|
76
|
-
"update-notifier": "7.3.
|
|
76
|
+
"update-notifier": "7.3.1",
|
|
77
77
|
"yargs": "17.7.2"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@cucumber/cucumber": "11.0.
|
|
80
|
+
"@cucumber/cucumber": "11.0.1",
|
|
81
81
|
"@form8ion/commitlint-config": "1.0.76",
|
|
82
82
|
"@form8ion/core": "4.8.0",
|
|
83
|
-
"@form8ion/eslint-config": "7.0.
|
|
83
|
+
"@form8ion/eslint-config": "7.0.11",
|
|
84
84
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
85
85
|
"@form8ion/eslint-config-mocha": "3.0.6",
|
|
86
86
|
"@form8ion/remark-lint-preset": "6.0.4",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"execa": "8.0.1",
|
|
98
98
|
"gherkin-lint": "4.2.4",
|
|
99
99
|
"http-status-codes": "2.3.0",
|
|
100
|
-
"husky": "9.1.
|
|
100
|
+
"husky": "9.1.6",
|
|
101
101
|
"import-fresh": "3.3.0",
|
|
102
102
|
"jest-when": "3.6.0",
|
|
103
103
|
"js-yaml": "4.1.0",
|
|
@@ -106,18 +106,18 @@
|
|
|
106
106
|
"mdast-util-from-markdown": "2.0.1",
|
|
107
107
|
"mdast-zone": "6.1.0",
|
|
108
108
|
"mock-fs": "5.2.0",
|
|
109
|
-
"msw": "2.4.
|
|
110
|
-
"npm-run-all2": "6.2.
|
|
111
|
-
"publint": "0.2.
|
|
109
|
+
"msw": "2.4.8",
|
|
110
|
+
"npm-run-all2": "6.2.3",
|
|
111
|
+
"publint": "0.2.11",
|
|
112
112
|
"remark-cli": "12.0.1",
|
|
113
113
|
"rimraf": "6.0.1",
|
|
114
|
-
"rollup": "4.
|
|
114
|
+
"rollup": "4.22.0",
|
|
115
115
|
"rollup-plugin-auto-external": "2.0.0",
|
|
116
116
|
"rollup-plugin-executable": "1.6.3",
|
|
117
117
|
"rollup-plugin-json": "4.0.0",
|
|
118
118
|
"testdouble": "3.20.2",
|
|
119
119
|
"unist-util-find": "3.0.0",
|
|
120
|
-
"vitest": "2.
|
|
120
|
+
"vitest": "2.1.1"
|
|
121
121
|
},
|
|
122
122
|
"packageManager": "npm@10.8.3"
|
|
123
123
|
}
|