Comparing version 0.1.0 to 0.2.0
@@ -1,10 +0,3 @@ | ||
import * as Lazy from "fxjs2/Lazy/index.js"; | ||
import * as Concurrency from "fxjs2/Concurrency/index.js"; | ||
import * as _Lazy from "./Lazy/index.js"; | ||
import * as _Concurrency from "./Concurrency/index.js"; | ||
export * from "fxjs2/Strict/index.js"; | ||
export * from "./Strict/index.js"; | ||
export const L = { ...Lazy, ..._Lazy }; | ||
export const C = { ...Concurrency, ..._Concurrency }; | ||
export * as L from "./Lazy/index.js"; | ||
export * as C from "./Concurrency/index.js" |
{ | ||
"name": "fx-contrib", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
2903
21