mam 1.11.814 → 1.11.815

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/node.js CHANGED
@@ -2435,7 +2435,7 @@ var $;
2435
2435
 
2436
2436
  ;
2437
2437
  "use strict";
2438
- var $node = new Proxy({ require: require('node:module').createRequire(process.cwd() + '/package.json') }, {
2438
+ var $node = new Proxy({ require }, {
2439
2439
  get(target, name, wrapper) {
2440
2440
  if (target[name])
2441
2441
  return target[name];