novita-sandbox 2.0.2-a1 → 2.0.2
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-NOQBT5DI.mjs → chunk-D6URLV2Y.mjs} +3 -3
- package/dist/chunk-D6URLV2Y.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-NOQBT5DI.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.2
|
|
63
|
+
var version = "2.0.2";
|
|
64
64
|
|
|
65
65
|
// src/core/utils.ts
|
|
66
66
|
import platform from "platform";
|
|
@@ -390,7 +390,7 @@ var LEGACY_NOVITA_DOMAINS = [
|
|
|
390
390
|
"us-01.sandbox.novita.ai",
|
|
391
391
|
"us-ga-01.sandbox.novita.ai"
|
|
392
392
|
];
|
|
393
|
-
var LATEST_LEGACY_SDK_VERSION = "1.2.
|
|
393
|
+
var LATEST_LEGACY_SDK_VERSION = "1.2.3a1";
|
|
394
394
|
function validateNovitaDomain(domain) {
|
|
395
395
|
if (LEGACY_NOVITA_DOMAINS.includes(domain)) {
|
|
396
396
|
throw new Error(
|
|
@@ -6391,4 +6391,4 @@ export {
|
|
|
6391
6391
|
Sandbox,
|
|
6392
6392
|
core_default
|
|
6393
6393
|
};
|
|
6394
|
-
//# sourceMappingURL=chunk-
|
|
6394
|
+
//# sourceMappingURL=chunk-D6URLV2Y.mjs.map
|