@superlinked/sie-sdk 0.1.10 → 0.2.0

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
@@ -706,7 +706,7 @@ declare class SIEClient {
706
706
  private detectEndpointType;
707
707
  }
708
708
 
709
- declare const SDK_VERSION = "0.1.10";
709
+ declare const SDK_VERSION = "0.2.0";
710
710
 
711
711
  /**
712
712
  * Helpers for converting SIE encode results to plain JavaScript types.
package/dist/index.d.ts CHANGED
@@ -706,7 +706,7 @@ declare class SIEClient {
706
706
  private detectEndpointType;
707
707
  }
708
708
 
709
- declare const SDK_VERSION = "0.1.10";
709
+ declare const SDK_VERSION = "0.2.0";
710
710
 
711
711
  /**
712
712
  * Helpers for converting SIE encode results to plain JavaScript types.
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.10";
108
+ var SDK_VERSION = "0.2.0";
109
109
  var EXT_TYPE_NUMPY = 78;
110
110
  function parseDtype(dtype) {
111
111
  const typeChar = dtype.slice(-2, -1);