@provablehq/shield-swap-cli 0.7.0 → 0.7.1

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/session.d.ts CHANGED
@@ -135,6 +135,7 @@ declare function loadSession(options?: {
135
135
  account: _provablehq_veil_core.LocalAccount<"privateKey">;
136
136
  scanner: _provablehq_veil_core.RecordProvider & {
137
137
  setSession: (session: _provablehq_veil_aleo_sdk.ProvableSession) => void;
138
+ setAuth: (auth: _provablehq_veil_aleo_sdk.ProvableKeyedAuth) => void;
138
139
  };
139
140
  state: ShieldSwapState;
140
141
  aleo: _provablehq_veil_aleo_sdk.AleoSdk;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provablehq/shield-swap-cli",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Command line trader for the Shield Swap AMM DEX on Aleo.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -29,8 +29,8 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@provablehq/shield-swap-sdk": "^0.7.0",
33
- "@provablehq/veil-aleo-sdk": "^0.7.0"
32
+ "@provablehq/shield-swap-sdk": "^0.7.1",
33
+ "@provablehq/veil-aleo-sdk": "^0.7.1"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup",