luca 3.0.2 → 3.1.0

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.
@@ -165,6 +165,15 @@ export class VM<
165
165
  Buffer,
166
166
  URL,
167
167
  URLSearchParams,
168
+ AbortController,
169
+ AbortSignal,
170
+ FormData,
171
+ Blob,
172
+ File,
173
+ Headers,
174
+ Request,
175
+ Response,
176
+ fetch,
168
177
  ...this.container.context,
169
178
  ...ctx
170
179
  })
@@ -451,6 +460,14 @@ export class VM<
451
460
  Buffer,
452
461
  URL,
453
462
  URLSearchParams,
463
+ AbortController,
464
+ AbortSignal,
465
+ FormData,
466
+ Blob,
467
+ File,
468
+ Headers,
469
+ Request,
470
+ Response,
454
471
  fetch,
455
472
  ...ctx,
456
473
  })
package/index.ts DELETED
@@ -1 +0,0 @@
1
- console.log("Hello via Bun!");