@wry/context
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -199,1 +199,2 @@ // This currentContext variable will only be used if the makeSlotClass | ||
export { Slot, asyncFromGen, bind, noContext, setTimeoutWithContext as setTimeout, wrapYieldingFiberMethods }; | ||
//# sourceMappingURL=context.esm.js.map |
{ | ||
"name": "@wry/context", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"author": "Ben Newman <ben@eloper.dev>", | ||
@@ -32,3 +32,3 @@ "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around", | ||
}, | ||
"gitHead": "6dd80e9b4179166e6f4c9d90035d2a2bec63f608" | ||
"gitHead": "50e7d6181b0b937ad54b543118e823ad98e2bca9" | ||
} |
@@ -19,3 +19,3 @@ import typescriptPlugin from 'rollup-plugin-typescript2'; | ||
format: "esm", | ||
sourceMap: true, | ||
sourcemap: true, | ||
globals, | ||
@@ -22,0 +22,0 @@ }, |
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
43964
14
609