@openfort/cli 0.1.12 → 0.1.14

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/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -2525,7 +2525,7 @@ embeddedWallet.command("setup", {
2525
2525
  body: JSON.stringify({
2526
2526
  providers: {
2527
2527
  openfort: {
2528
- publishable_key: `pk_${environment}_${publishableKey}`
2528
+ publishable_key: `${publishableKey}`
2529
2529
  }
2530
2530
  }
2531
2531
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/cli",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
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",
@@ -20,7 +20,7 @@
20
20
  "main": "./dist/cli.js",
21
21
  "dependencies": {
22
22
  "@openfort/openfort-node": "^0.10.2",
23
- "incur": "^0.3.4",
23
+ "incur": "^0.3.25",
24
24
  "open": "^11.0.0",
25
25
  "viem": "^2.47.2"
26
26
  },