@provablehq/sdk 0.6.12 → 0.6.13

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -232,7 +232,7 @@ class AleoNetworkClient {
232
232
  else {
233
233
  this.headers = {
234
234
  // This is replaced by the actual version by a Rollup plugin
235
- "X-Aleo-SDK-Version": "0.6.11",
235
+ "X-Aleo-SDK-Version": "0.6.12",
236
236
  };
237
237
  }
238
238
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provablehq/sdk",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
4
4
  "description": "A Software Development Kit (SDK) for Zero-Knowledge Transactions",
5
5
  "collaborators": [
6
6
  "The Provable Team"