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.
@@ -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.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
- `\u5F53\u524D SDK \u7248\u672C\u4E0D\u652F\u6301\u4F60\u4F20\u5165\u7684 domain: ${domain}\uFF0C\u8BF7\u4F7F\u7528 ${LATEST_LEGACY_SDK_VERSION} \u7248\u672C\u3002`
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-VUUWYZCE.mjs.map
6390
+ //# sourceMappingURL=chunk-BVTDJ3EJ.mjs.map