@superlinked/sie-sdk 0.1.8 → 0.1.9

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
@@ -658,7 +658,7 @@ declare class SIEClient {
658
658
  private detectEndpointType;
659
659
  }
660
660
 
661
- declare const SDK_VERSION = "0.1.8";
661
+ declare const SDK_VERSION = "0.1.9";
662
662
 
663
663
  /**
664
664
  * Error classes for the SIE TypeScript SDK.
package/dist/index.d.ts CHANGED
@@ -658,7 +658,7 @@ declare class SIEClient {
658
658
  private detectEndpointType;
659
659
  }
660
660
 
661
- declare const SDK_VERSION = "0.1.8";
661
+ declare const SDK_VERSION = "0.1.9";
662
662
 
663
663
  /**
664
664
  * Error classes for the SIE TypeScript SDK.
package/dist/index.js CHANGED
@@ -105,7 +105,7 @@ var SDK_VERSION_HEADER = "X-SIE-SDK-Version";
105
105
  var SERVER_VERSION_HEADER = "X-SIE-Server-Version";
106
106
 
107
107
  // src/version.ts
108
- var SDK_VERSION = "0.1.8";
108
+ var SDK_VERSION = "0.1.9";
109
109
  var EXT_TYPE_NUMPY = 78;
110
110
  function parseDtype(dtype) {
111
111
  const typeChar = dtype.slice(-2, -1);