@fabriccode/cli 7.0.72 → 7.0.74

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/bin/kilo +1 -1
  2. package/package.json +12 -12
package/bin/kilo CHANGED
@@ -17,7 +17,7 @@ function run(target) {
17
17
  process.exit(code)
18
18
  }
19
19
 
20
- const envPath = process.env.KILO_BIN_PATH
20
+ const envPath = process.env.FABRIC_BIN_PATH || process.env.KILO_BIN_PATH
21
21
  if (envPath) {
22
22
  run(envPath)
23
23
  }
package/package.json CHANGED
@@ -7,20 +7,20 @@
7
7
  "scripts": {
8
8
  "postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
9
9
  },
10
- "version": "7.0.72",
10
+ "version": "7.0.74",
11
11
  "license": "MIT",
12
12
  "optionalDependencies": {
13
- "@fabriccode/cli-linux-x64-musl": "7.0.72",
14
- "@fabriccode/cli-darwin-x64": "7.0.72",
15
- "@fabriccode/cli-darwin-x64-baseline": "7.0.72",
16
- "@fabriccode/cli-linux-x64-baseline-musl": "7.0.72",
17
- "@fabriccode/cli-linux-x64-baseline": "7.0.72",
18
- "@fabriccode/cli-linux-arm64": "7.0.72",
19
- "@fabriccode/cli-linux-arm64-musl": "7.0.72",
20
- "@fabriccode/cli-windows-x64": "7.0.72",
21
- "@fabriccode/cli-darwin-arm64": "7.0.72",
22
- "@fabriccode/cli-windows-x64-baseline": "7.0.72",
23
- "@fabriccode/cli-linux-x64": "7.0.72"
13
+ "@fabriccode/cli-linux-x64-musl": "7.0.74",
14
+ "@fabriccode/cli-darwin-x64": "7.0.74",
15
+ "@fabriccode/cli-darwin-x64-baseline": "7.0.74",
16
+ "@fabriccode/cli-linux-x64-baseline-musl": "7.0.74",
17
+ "@fabriccode/cli-linux-x64-baseline": "7.0.74",
18
+ "@fabriccode/cli-linux-arm64": "7.0.74",
19
+ "@fabriccode/cli-linux-arm64-musl": "7.0.74",
20
+ "@fabriccode/cli-windows-x64": "7.0.74",
21
+ "@fabriccode/cli-darwin-arm64": "7.0.74",
22
+ "@fabriccode/cli-windows-x64-baseline": "7.0.74",
23
+ "@fabriccode/cli-linux-x64": "7.0.74"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",