@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.
@@ -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-alpha.1";
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
@@ -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": "12.1.0-alpha.1",
5
+ "version": "12.1.0",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.19.0 || ^20.9.0 || >=22.11.0"