@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.cjs CHANGED
@@ -107,7 +107,7 @@ var SDK_VERSION_HEADER = "X-SIE-SDK-Version";
107
107
  var SERVER_VERSION_HEADER = "X-SIE-Server-Version";
108
108
 
109
109
  // src/version.ts
110
- var SDK_VERSION = "0.1.8";
110
+ var SDK_VERSION = "0.1.9";
111
111
  var EXT_TYPE_NUMPY = 78;
112
112
  function parseDtype(dtype) {
113
113
  const typeChar = dtype.slice(-2, -1);