@stream44.studio/encapsulate 0.2.0-rc.2 → 0.2.0-rc.3

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.

Potentially problematic release.


This version of @stream44.studio/encapsulate might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream44.studio/encapsulate",
3
- "version": "0.2.0-rc.2",
3
+ "version": "0.2.0-rc.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./encapsulate": "./src/encapsulate.ts",
@@ -62,6 +62,9 @@ async function constructNpmUri(absoluteFilepath: string, spineRoot: string): Pro
62
62
  const MODULE_GLOBAL_BUILTINS = new Set([
63
63
 
64
64
  'process',
65
+
66
+ // Bun runtime
67
+ 'Bun',
65
68
 
66
69
  // Console API
67
70
  'console',