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