@afroze9/terrastudio-cli 0.48.0 → 0.48.2

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.
Files changed (2) hide show
  1. package/bundle/cli.cjs +1 -1
  2. package/package.json +1 -1
package/bundle/cli.cjs CHANGED
@@ -29855,7 +29855,7 @@ function makeTerraformCommand() {
29855
29855
  }
29856
29856
 
29857
29857
  // dist/cli.js
29858
- var version = true ? "0.48.0" : "0.0.0-dev";
29858
+ var version = true ? "0.48.2" : "0.0.0-dev";
29859
29859
  var program2 = new Command();
29860
29860
  program2.name("tstudio").description("TerraStudio CLI \u2014 headless project manipulation and HCL generation").version(version);
29861
29861
  program2.addCommand(makeProjectCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afroze9/terrastudio-cli",
3
- "version": "0.48.0",
3
+ "version": "0.48.2",
4
4
  "description": "CLI for TerraStudio — headless project manipulation and HCL generation",
5
5
  "author": "afroze9",
6
6
  "license": "AGPL-3.0-only",