@hahnpro/flow-cli 2025.10.2 → 2025.10.3

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/main.js +1 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -360,7 +360,7 @@ if (process.env.https_proxy || process.env.http_proxy) {
360
360
  }
361
361
  var apiToken;
362
362
  var projectsRoot = "modules";
363
- var packageJson = JSON.parse(fs2.readFileSync(path3.join(__dirname2, "..", "package.json")).toString());
363
+ var packageJson = JSON.parse(fs2.readFileSync(path3.join(__dirname2, "package.json")).toString());
364
364
  var CMD = {
365
365
  AUDIT: "audit",
366
366
  BUILD: "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hahnpro/flow-cli",
3
- "version": "2025.10.2",
3
+ "version": "2025.10.3",
4
4
  "description": "CLI for managing Flow Modules",
5
5
  "license": "MIT",
6
6
  "type": "module",