@meteorjs/rspack 0.0.66 → 0.0.67

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.
@@ -90,7 +90,6 @@ function makeWebNodeBuiltinsAlias(extras = []) {
90
90
  // browser-safe allowlist (these we *don't* mark as false)
91
91
  const allowlist = new Set([
92
92
  "process",
93
- "buffer",
94
93
  "util",
95
94
  "events",
96
95
  "path",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meteorjs/rspack",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "description": "Configuration logic for using Rspack in Meteor projects",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",