@ijfw/install 1.6.2 → 1.6.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.
package/dist/ijfw.js CHANGED
@@ -1,8 +1,13 @@
1
1
  #!/usr/bin/env node
2
2
  var __defProp = Object.defineProperty;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __esm = (fn, res) => function __init() {
5
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
4
+ var __esm = (fn, res, err) => function __init() {
5
+ if (err) throw err[0];
6
+ try {
7
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
8
+ } catch (e) {
9
+ throw err = [e], e;
10
+ }
6
11
  };
7
12
  var __export = (target, all) => {
8
13
  for (var name12 in all)
@@ -659,7 +664,7 @@ async function run6(ctx) {
659
664
  const res = spawnSync6(
660
665
  "gitleaks",
661
666
  ["detect", "--no-git", "--source", ctx.repoRoot, "--gitleaks-ignore-path", ".gitleaksignore", "-v", "--exit-code", "1"],
662
- { encoding: "utf8", cwd: ctx.repoRoot, timeout: 3e4 }
667
+ { encoding: "utf8", cwd: ctx.repoRoot, timeout: 12e4 }
663
668
  );
664
669
  const durationMs = Date.now() - t0;
665
670
  if (res.status === 0) {
package/dist/install.js CHANGED
@@ -1,8 +1,13 @@
1
1
  #!/usr/bin/env node
2
2
  var __defProp = Object.defineProperty;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __esm = (fn, res) => function __init() {
5
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
4
+ var __esm = (fn, res, err) => function __init() {
5
+ if (err) throw err[0];
6
+ try {
7
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
8
+ } catch (e) {
9
+ throw err = [e], e;
10
+ }
6
11
  };
7
12
  var __export = (target, all) => {
8
13
  for (var name in all)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ijfw/install",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "One-command installer for IJFW -- the AI efficiency layer. One install, every AI coding agent, zero config.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,7 +33,7 @@
33
33
  "prepublishOnly": "npm run build && npm run preflight && npm run pack:check"
34
34
  },
35
35
  "devDependencies": {
36
- "esbuild": "^0.28.0",
36
+ "esbuild": "^0.28.1",
37
37
  "marked": "^18.0.2"
38
38
  },
39
39
  "engines": {