@neon-rs/load
Advanced tools
Comparing version 0.0.154 to 0.0.155
@@ -126,3 +126,3 @@ "use strict"; | ||
let module = {}; | ||
for (const key of exports) { | ||
for (const key of options.exports) { | ||
Object.defineProperty(module, key, { get() { return load()[key]; } }); | ||
@@ -129,0 +129,0 @@ } |
{ | ||
"name": "@neon-rs/load", | ||
"version": "0.0.154", | ||
"version": "0.0.155", | ||
"description": "Utilities for loading Neon modules.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6409