@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.js +0 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24367,10 +24367,6 @@ var MicrosandboxRemoteProvider = class {
|
|
|
24367
24367
|
});
|
|
24368
24368
|
}
|
|
24369
24369
|
async createSandbox(name, config) {
|
|
24370
|
-
const existing = this.instances.get(name);
|
|
24371
|
-
if (existing) {
|
|
24372
|
-
return existing;
|
|
24373
|
-
}
|
|
24374
24370
|
const inFlight = this.creating.get(name);
|
|
24375
24371
|
if (inFlight) {
|
|
24376
24372
|
return inFlight;
|