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