@form8ion/utils-cli 10.2.2 → 10.2.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 +2 -2
- package/package.json +2 -2
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.3";
|
|
1881
1881
|
var type = "module";
|
|
1882
1882
|
var engines = {
|
|
1883
1883
|
node: "^18.17.0 || >=20.6.1"
|
|
@@ -1937,7 +1937,7 @@ var dependencies = {
|
|
|
1937
1937
|
"@form8ion/lift": "9.2.2",
|
|
1938
1938
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
1939
1939
|
"@form8ion/octoherd-script": "1.0.0",
|
|
1940
|
-
"@form8ion/ossf-scorecard": "1.2.
|
|
1940
|
+
"@form8ion/ossf-scorecard": "1.2.1",
|
|
1941
1941
|
"@form8ion/prettier": "2.0.0",
|
|
1942
1942
|
"@form8ion/project": "19.0.1",
|
|
1943
1943
|
"@form8ion/remark-plugin-scaffolder": "3.0.5",
|
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.3",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^18.17.0 || >=20.6.1"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@form8ion/lift": "9.2.2",
|
|
63
63
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
64
64
|
"@form8ion/octoherd-script": "1.0.0",
|
|
65
|
-
"@form8ion/ossf-scorecard": "1.2.
|
|
65
|
+
"@form8ion/ossf-scorecard": "1.2.1",
|
|
66
66
|
"@form8ion/prettier": "2.0.0",
|
|
67
67
|
"@form8ion/project": "19.0.1",
|
|
68
68
|
"@form8ion/remark-plugin-scaffolder": "3.0.5",
|