@provablehq/sdk 0.11.1 → 0.11.2

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.
@@ -177,6 +177,8 @@ declare class AleoNetworkClient {
177
177
  */
178
178
  setHeader(headerName: string, value: string): void;
179
179
  removeHeader(headerName: string): void;
180
+ private userHeaders;
181
+ private method;
180
182
  /**
181
183
  * Fetches data from the Aleo network and returns it as a JSON object.
182
184
  *
@@ -177,6 +177,8 @@ declare class AleoNetworkClient {
177
177
  */
178
178
  setHeader(headerName: string, value: string): void;
179
179
  removeHeader(headerName: string): void;
180
+ private userHeaders;
181
+ private method;
180
182
  /**
181
183
  * Fetches data from the Aleo network and returns it as a JSON object.
182
184
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provablehq/sdk",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "A Software Development Kit (SDK) for Zero-Knowledge Transactions",
5
5
  "collaborators": [
6
6
  "The Provable Team"
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "homepage": "https://github.com/ProvableHQ/sdk#readme",
93
93
  "dependencies": {
94
- "@provablehq/wasm": "^0.11.1",
94
+ "@provablehq/wasm": "^0.11.2",
95
95
  "@scure/base": "^2.0.0",
96
96
  "@serenity-kit/noble-sodium": "0.2.3",
97
97
  "comlink": "^4.4.2",