@coherent.js/core 1.0.1 → 1.1.0
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6517,7 +6517,7 @@ function deepClone2(obj) {
|
|
|
6517
6517
|
}
|
|
6518
6518
|
return cloned;
|
|
6519
6519
|
}
|
|
6520
|
-
var VERSION = true ? "1.0
|
|
6520
|
+
var VERSION = true ? "1.1.0" : JSON.parse(readFileSync(new URL("../package.json", import.meta.url), "utf8")).version;
|
|
6521
6521
|
var fp = {
|
|
6522
6522
|
/**
|
|
6523
6523
|
* Curried map: fp.map(fn)(array)
|