@form8ion/utils-cli 10.2.5 → 10.2.7
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
|
@@ -1877,7 +1877,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1877
1877
|
var name = "@form8ion/utils-cli";
|
|
1878
1878
|
var description = "cli for various tools for the organization";
|
|
1879
1879
|
var license = "MIT";
|
|
1880
|
-
var version = "10.2.
|
|
1880
|
+
var version = "10.2.7";
|
|
1881
1881
|
var type = "module";
|
|
1882
1882
|
var engines = {
|
|
1883
1883
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1926,7 +1926,7 @@ var publishConfig = {
|
|
|
1926
1926
|
provenance: true
|
|
1927
1927
|
};
|
|
1928
1928
|
var dependencies = {
|
|
1929
|
-
"@form8ion/codecov": "
|
|
1929
|
+
"@form8ion/codecov": "6.2.0",
|
|
1930
1930
|
"@form8ion/cucumber-scaffolder": "4.0.0",
|
|
1931
1931
|
"@form8ion/github": "2.0.0",
|
|
1932
1932
|
"@form8ion/github-actions-node-ci": "4.4.0",
|
|
@@ -1948,7 +1948,7 @@ var dependencies = {
|
|
|
1948
1948
|
"@form8ion/scaffolder-scaffolder": "6.1.0",
|
|
1949
1949
|
"@form8ion/vite": "2.0.1",
|
|
1950
1950
|
"@form8ion/vitest": "4.2.0",
|
|
1951
|
-
"update-notifier": "7.
|
|
1951
|
+
"update-notifier": "7.3.0",
|
|
1952
1952
|
yargs: "17.7.2"
|
|
1953
1953
|
};
|
|
1954
1954
|
var devDependencies = {
|
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.2.
|
|
5
|
+
"version": "10.2.7",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"provenance": true
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@form8ion/codecov": "
|
|
54
|
+
"@form8ion/codecov": "6.2.0",
|
|
55
55
|
"@form8ion/cucumber-scaffolder": "4.0.0",
|
|
56
56
|
"@form8ion/github": "2.0.0",
|
|
57
57
|
"@form8ion/github-actions-node-ci": "4.4.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
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.
|
|
76
|
+
"update-notifier": "7.3.0",
|
|
77
77
|
"yargs": "17.7.2"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|