@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
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.
|
|
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);
|