@provablehq/sdk 0.10.1 → 0.10.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.
package/dist/mainnet/browser.js
CHANGED
|
@@ -849,7 +849,7 @@ class AleoNetworkClient {
|
|
|
849
849
|
else {
|
|
850
850
|
this.headers = {
|
|
851
851
|
// This is replaced by the actual version by a Rollup plugin
|
|
852
|
-
"X-Aleo-SDK-Version": "0.10.
|
|
852
|
+
"X-Aleo-SDK-Version": "0.10.2",
|
|
853
853
|
"X-Aleo-environment": environment(),
|
|
854
854
|
};
|
|
855
855
|
}
|
|
@@ -865,7 +865,7 @@ class AleoNetworkClient {
|
|
|
865
865
|
else {
|
|
866
866
|
this.headers = {
|
|
867
867
|
// This is replaced by the actual version by a Rollup plugin
|
|
868
|
-
"X-Aleo-SDK-Version": "0.10.
|
|
868
|
+
"X-Aleo-SDK-Version": "0.10.2",
|
|
869
869
|
"X-Aleo-environment": environment(),
|
|
870
870
|
};
|
|
871
871
|
}
|
package/dist/testnet/browser.js
CHANGED
|
@@ -849,7 +849,7 @@ class AleoNetworkClient {
|
|
|
849
849
|
else {
|
|
850
850
|
this.headers = {
|
|
851
851
|
// This is replaced by the actual version by a Rollup plugin
|
|
852
|
-
"X-Aleo-SDK-Version": "0.10.
|
|
852
|
+
"X-Aleo-SDK-Version": "0.10.2",
|
|
853
853
|
"X-Aleo-environment": environment(),
|
|
854
854
|
};
|
|
855
855
|
}
|
|
@@ -865,7 +865,7 @@ class AleoNetworkClient {
|
|
|
865
865
|
else {
|
|
866
866
|
this.headers = {
|
|
867
867
|
// This is replaced by the actual version by a Rollup plugin
|
|
868
|
-
"X-Aleo-SDK-Version": "0.10.
|
|
868
|
+
"X-Aleo-SDK-Version": "0.10.2",
|
|
869
869
|
"X-Aleo-environment": environment(),
|
|
870
870
|
};
|
|
871
871
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provablehq/sdk",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "A Software Development Kit (SDK) for Zero-Knowledge Transactions",
|
|
5
5
|
"collaborators": [
|
|
6
6
|
"The Provable Team"
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://github.com/ProvableHQ/sdk#readme",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@provablehq/wasm": "^0.10.
|
|
54
|
+
"@provablehq/wasm": "^0.10.2",
|
|
55
55
|
"@scure/base": "^2.0.0",
|
|
56
56
|
"comlink": "^4.4.2",
|
|
57
57
|
"core-js": "^3.40.0",
|
|
58
|
-
"mime": "^4.0.6",
|
|
59
58
|
"libsodium-wrappers": "^0.8.2",
|
|
59
|
+
"mime": "^4.0.6",
|
|
60
60
|
"xmlhttprequest-ssl": "^4.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|