flash-builder 1.0.6 → 1.0.7

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/dist/index.cjs CHANGED
@@ -9836,7 +9836,7 @@ var LLM_BASE_URL = ENV.LLM_BASE_URL;
9836
9836
  var LLM_API_KEY = ENV.LLM_API_KEY || "";
9837
9837
 
9838
9838
  // src/banner.ts
9839
- var packageJsonPath = FROM_NODE_MODULE ? import_path2.default.join(PWD, "package.json") : import_path2.default.join(PWD, "node_modules", "flash-builder", "package.json");
9839
+ var packageJsonPath = FROM_NODE_MODULE ? import_path2.default.join(PWD, "node_modules", "flash-builder", "package.json") : import_path2.default.join(PWD, "package.json");
9840
9840
  var packageJson = JSON.parse(import_fs2.default.readFileSync(packageJsonPath, "utf-8"));
9841
9841
  var packageVersion = packageJson.version;
9842
9842
  console.log({
package/dist/index.js CHANGED
@@ -9837,7 +9837,7 @@ var LLM_BASE_URL = ENV.LLM_BASE_URL;
9837
9837
  var LLM_API_KEY = ENV.LLM_API_KEY || "";
9838
9838
 
9839
9839
  // src/banner.ts
9840
- var packageJsonPath = FROM_NODE_MODULE ? path3.join(PWD, "package.json") : path3.join(PWD, "node_modules", "flash-builder", "package.json");
9840
+ var packageJsonPath = FROM_NODE_MODULE ? path3.join(PWD, "node_modules", "flash-builder", "package.json") : path3.join(PWD, "package.json");
9841
9841
  var packageJson = JSON.parse(fs2.readFileSync(packageJsonPath, "utf-8"));
9842
9842
  var packageVersion = packageJson.version;
9843
9843
  console.log({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flash-builder",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/jefripunza/flash-builder-cli#readme",
6
6
  "repository": {