@form8ion/utils-cli 12.1.0-alpha.1 → 12.1.0
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 +1 -1
- package/package.json +1 -1
package/bin/form8ion-utils.js
CHANGED
|
@@ -1478,7 +1478,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1478
1478
|
var name = "@form8ion/utils-cli";
|
|
1479
1479
|
var description = "cli for various tools for the organization";
|
|
1480
1480
|
var license = "MIT";
|
|
1481
|
-
var version = "12.1.0
|
|
1481
|
+
var version = "12.1.0";
|
|
1482
1482
|
var type = "module";
|
|
1483
1483
|
var engines = {
|
|
1484
1484
|
node: "^18.19.0 || ^20.9.0 || >=22.11.0"
|
package/package.json
CHANGED