@axiom-lattice/core 2.1.84 → 2.1.85

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.mjs CHANGED
@@ -22655,10 +22655,6 @@ var MicrosandboxRemoteProvider = class {
22655
22655
  });
22656
22656
  }
22657
22657
  async createSandbox(name, config) {
22658
- const existing = this.instances.get(name);
22659
- if (existing) {
22660
- return existing;
22661
- }
22662
22658
  const inFlight = this.creating.get(name);
22663
22659
  if (inFlight) {
22664
22660
  return inFlight;