ppio-sandbox 2.1.0-a6 → 2.1.0-a7

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.1.0-a6";
63
+ var version = "2.1.0-a7";
64
64
 
65
65
  // src/core/utils.ts
66
66
  import platform from "platform";
@@ -6180,6 +6180,7 @@ var TemplateBase = class _TemplateBase {
6180
6180
  */
6181
6181
  static async getBuildStatus(data, options) {
6182
6182
  const config = new ConnectionConfig(options);
6183
+ raiseIfLegacy(config, "Template.getBuildStatus", BuildError);
6183
6184
  const client = new ApiClient(config);
6184
6185
  return await getBuildStatus(client, {
6185
6186
  templateID: data.templateId,
@@ -7693,12 +7694,12 @@ var PPIO = class {
7693
7694
  this.secret = new SecretNamespace(opts);
7694
7695
  this.codeInterpreter = new RuntimeSandboxNamespace(
7695
7696
  opts,
7696
- () => import("./sandbox-7RXZEFUF.mjs")
7697
+ () => import("./sandbox-E6T32R3Z.mjs")
7697
7698
  );
7698
7699
  this.code_interpreter = this.codeInterpreter;
7699
7700
  this.desktop = new RuntimeSandboxNamespace(
7700
7701
  opts,
7701
- () => import("./sandbox-WP4ABL6S.mjs")
7702
+ () => import("./sandbox-CK3EHN3N.mjs")
7702
7703
  );
7703
7704
  }
7704
7705
  async create(templateOrOpts, opts) {
@@ -7776,4 +7777,4 @@ export {
7776
7777
  ALL_TRAFFIC,
7777
7778
  core_default
7778
7779
  };
7779
- //# sourceMappingURL=chunk-DOWJBACY.mjs.map
7780
+ //# sourceMappingURL=chunk-GFAVCROP.mjs.map