@provablehq/sdk 0.10.5-rc.1 → 0.10.5

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.
@@ -864,7 +864,7 @@ class AleoNetworkClient {
864
864
  else {
865
865
  this.headers = {
866
866
  // This is replaced by the actual version by a Rollup plugin
867
- "X-Aleo-SDK-Version": "0.10.5-rc.1",
867
+ "X-Aleo-SDK-Version": "0.10.5",
868
868
  "X-Aleo-environment": environment(),
869
869
  };
870
870
  }
@@ -880,7 +880,7 @@ class AleoNetworkClient {
880
880
  else {
881
881
  this.headers = {
882
882
  // This is replaced by the actual version by a Rollup plugin
883
- "X-Aleo-SDK-Version": "0.10.5-rc.1",
883
+ "X-Aleo-SDK-Version": "0.10.5",
884
884
  "X-Aleo-environment": environment(),
885
885
  };
886
886
  }