@superlinked/sie-sdk 0.3.2 → 0.3.3

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/index.d.cts CHANGED
@@ -732,7 +732,7 @@ declare class SIEClient {
732
732
  private detectEndpointType;
733
733
  }
734
734
 
735
- declare const SDK_VERSION = "0.3.2";
735
+ declare const SDK_VERSION = "0.3.3";
736
736
 
737
737
  /**
738
738
  * Helpers for converting SIE encode results to plain JavaScript types.
package/dist/index.d.ts CHANGED
@@ -732,7 +732,7 @@ declare class SIEClient {
732
732
  private detectEndpointType;
733
733
  }
734
734
 
735
- declare const SDK_VERSION = "0.3.2";
735
+ declare const SDK_VERSION = "0.3.3";
736
736
 
737
737
  /**
738
738
  * Helpers for converting SIE encode results to plain JavaScript types.
package/dist/index.js CHANGED
@@ -529,7 +529,7 @@ function parseCapacityInfo(data, gpuFilter) {
529
529
  }
530
530
 
531
531
  // src/version.ts
532
- var SDK_VERSION = "0.3.2";
532
+ var SDK_VERSION = "0.3.3";
533
533
 
534
534
  // src/client.ts
535
535
  function sleep(ms) {