@afroze9/terrastudio-cli 0.51.5 → 0.51.6

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
@@ -34248,7 +34248,7 @@ function makeTerraformCommand() {
34248
34248
  }
34249
34249
 
34250
34250
  // dist/cli.js
34251
- var version = true ? "0.51.5" : "0.0.0-dev";
34251
+ var version = true ? "0.51.6" : "0.0.0-dev";
34252
34252
  var program2 = new Command();
34253
34253
  program2.name("tstudio").description("TerraStudio CLI \u2014 headless project manipulation and HCL generation").version(version);
34254
34254
  program2.addCommand(makeProjectCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afroze9/terrastudio-cli",
3
- "version": "0.51.5",
3
+ "version": "0.51.6",
4
4
  "description": "CLI for TerraStudio — headless project manipulation and HCL generation",
5
5
  "author": "afroze9",
6
6
  "license": "AGPL-3.0-only",