novita-sandbox 2.0.0 → 2.0.1
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/{chunk-VUUWYZCE.mjs → chunk-BVTDJ3EJ.mjs} +3 -3
- package/dist/chunk-BVTDJ3EJ.mjs.map +1 -0
- package/dist/code-interpreter.js +2 -2
- package/dist/code-interpreter.js.map +1 -1
- package/dist/code-interpreter.mjs +1 -1
- package/dist/desktop.js +2 -2
- package/dist/desktop.js.map +1 -1
- package/dist/desktop.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-VUUWYZCE.mjs.map +0 -1
|
@@ -60,7 +60,7 @@ import createClient from "openapi-fetch";
|
|
|
60
60
|
import platform2 from "platform";
|
|
61
61
|
|
|
62
62
|
// package.json
|
|
63
|
-
var version = "2.0.
|
|
63
|
+
var version = "2.0.1";
|
|
64
64
|
|
|
65
65
|
// src/core/utils.ts
|
|
66
66
|
import platform from "platform";
|
|
@@ -391,7 +391,7 @@ function validateNovitaDomain(domain) {
|
|
|
391
391
|
return;
|
|
392
392
|
}
|
|
393
393
|
throw new Error(
|
|
394
|
-
|
|
394
|
+
`The current SDK version does not support the domain you provided: ${domain}. Please use version ${LATEST_LEGACY_SDK_VERSION}.`
|
|
395
395
|
);
|
|
396
396
|
}
|
|
397
397
|
var _ConnectionConfig = class _ConnectionConfig {
|
|
@@ -6387,4 +6387,4 @@ export {
|
|
|
6387
6387
|
Sandbox,
|
|
6388
6388
|
core_default
|
|
6389
6389
|
};
|
|
6390
|
-
//# sourceMappingURL=chunk-
|
|
6390
|
+
//# sourceMappingURL=chunk-BVTDJ3EJ.mjs.map
|