vite-plugin-blocklet 0.14.2 → 0.14.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.
package/dist/index.cjs CHANGED
@@ -1050,8 +1050,8 @@ function createBlockletPlugin(options = {}) {
1050
1050
  include: ['buffer'],
1051
1051
  globals: {
1052
1052
  buffer: true,
1053
- global: false,
1054
- process: false,
1053
+ global: true,
1054
+ process: true,
1055
1055
  }
1056
1056
  });
1057
1057
  plugins.push(vitePluginNodePolyfills.nodePolyfills(mergedOptions));
package/index.js CHANGED
@@ -93,8 +93,8 @@ export function createBlockletPlugin(options = {}) {
93
93
  include: ['buffer'],
94
94
  globals: {
95
95
  buffer: true,
96
- global: false,
97
- process: false,
96
+ global: true,
97
+ process: true,
98
98
  }
99
99
  });
100
100
  plugins.push(nodePolyfills(mergedOptions));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-blocklet",
3
3
  "type": "module",
4
- "version": "0.14.2",
4
+ "version": "0.14.3",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "files": [