@coherent.js/core 2.0.0-rc.0 → 2.0.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/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6869,7 +6869,7 @@ function deepClone2(obj) {
|
|
|
6869
6869
|
}
|
|
6870
6870
|
return cloned;
|
|
6871
6871
|
}
|
|
6872
|
-
var VERSION = true ? "2.0.0
|
|
6872
|
+
var VERSION = true ? "2.0.0" : JSON.parse(readFileSync(new URL("../package.json", import.meta.url), "utf8")).version;
|
|
6873
6873
|
var fp = {
|
|
6874
6874
|
/**
|
|
6875
6875
|
* Curried map: fp.map(fn)(array)
|