@form8ion/utils-cli 9.0.8 → 9.0.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
|
@@ -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 = "9.0.
|
|
1877
|
+
var version = "9.0.9";
|
|
1878
1878
|
var type = "module";
|
|
1879
1879
|
var engines = {
|
|
1880
1880
|
node: "^16.14.0 || >=18"
|
|
@@ -1923,7 +1923,7 @@ var publishConfig = {
|
|
|
1923
1923
|
var dependencies = {
|
|
1924
1924
|
"@form8ion/codecov": "4.0.1",
|
|
1925
1925
|
"@form8ion/cucumber-scaffolder": "2.1.0",
|
|
1926
|
-
"@form8ion/github-actions-node-ci": "3.
|
|
1926
|
+
"@form8ion/github-actions-node-ci": "3.14.0",
|
|
1927
1927
|
"@form8ion/hapi-scaffolder": "4.0.5",
|
|
1928
1928
|
"@form8ion/javascript": "10.6.2",
|
|
1929
1929
|
"@form8ion/javascript-core": "9.0.0",
|
|
@@ -1976,7 +1976,7 @@ var devDependencies = {
|
|
|
1976
1976
|
"npm-run-all": "4.1.5",
|
|
1977
1977
|
"remark-cli": "11.0.0",
|
|
1978
1978
|
rimraf: "5.0.0",
|
|
1979
|
-
rollup: "3.20.
|
|
1979
|
+
rollup: "3.20.7",
|
|
1980
1980
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1981
1981
|
"rollup-plugin-executable": "1.6.3",
|
|
1982
1982
|
"rollup-plugin-json": "4.0.0",
|
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": "9.0.
|
|
5
|
+
"version": "9.0.9",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^16.14.0 || >=18"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@form8ion/codecov": "4.0.1",
|
|
53
53
|
"@form8ion/cucumber-scaffolder": "2.1.0",
|
|
54
|
-
"@form8ion/github-actions-node-ci": "3.
|
|
54
|
+
"@form8ion/github-actions-node-ci": "3.14.0",
|
|
55
55
|
"@form8ion/hapi-scaffolder": "4.0.5",
|
|
56
56
|
"@form8ion/javascript": "10.6.2",
|
|
57
57
|
"@form8ion/javascript-core": "9.0.0",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"npm-run-all": "4.1.5",
|
|
105
105
|
"remark-cli": "11.0.0",
|
|
106
106
|
"rimraf": "5.0.0",
|
|
107
|
-
"rollup": "3.20.
|
|
107
|
+
"rollup": "3.20.7",
|
|
108
108
|
"rollup-plugin-auto-external": "2.0.0",
|
|
109
109
|
"rollup-plugin-executable": "1.6.3",
|
|
110
110
|
"rollup-plugin-json": "4.0.0",
|