@openfort/cli 0.1.2 → 0.1.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/bin.js CHANGED
@@ -1,6 +1,7 @@
1
+ #!/usr/bin/env node
1
2
  import {
2
3
  CREDENTIALS_PATH
3
- } from "./chunk-SZO4OB6U.js";
4
+ } from "./chunk-QJGHQ7ID.js";
4
5
 
5
6
  // src/bin.ts
6
7
  import { existsSync, readFileSync } from "fs";
@@ -1,3 +1,5 @@
1
+ #!/usr/bin/env node
2
+
1
3
  // src/config.ts
2
4
  import { homedir } from "os";
3
5
  import { join } from "path";
package/dist/cli.js CHANGED
@@ -1,7 +1,8 @@
1
+ #!/usr/bin/env node
1
2
  import {
2
3
  CREDENTIALS_PATH,
3
4
  ensureConfigDir
4
- } from "./chunk-SZO4OB6U.js";
5
+ } from "./chunk-QJGHQ7ID.js";
5
6
 
6
7
  // src/cli.ts
7
8
  import { Cli as Cli12, z as z14, Errors as Errors4 } from "incur";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Openfort CLI — manage wallets, policies, and transactions from the terminal.",
5
5
  "author": "Openfort (https://www.openfort.io)",
6
6
  "bugs": "https://github.com/openfort-xyz/cli/issues",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "scripts": {
31
31
  "dev": "node --import tsx src/bin.ts",
32
- "build": "tsup src/bin.ts src/cli.ts --format esm --clean",
32
+ "build": "tsup",
33
33
  "openfort": "node --import tsx src/bin.ts",
34
34
  "skills": "pnpm openfort skills add",
35
35
  "changeset": "changeset",