@coherent.js/core 1.0.0-rc.4 → 1.0.0-rc.6
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 -2
- package/dist/index.js.map +2 -2
- package/package.json +4 -5
- package/dist/index.cjs +0 -6671
- package/dist/index.cjs.map +0 -7
package/dist/index.js
CHANGED
|
@@ -6417,7 +6417,7 @@ function deepClone2(obj) {
|
|
|
6417
6417
|
}
|
|
6418
6418
|
return cloned;
|
|
6419
6419
|
}
|
|
6420
|
-
var VERSION = "1.0.0-
|
|
6420
|
+
var VERSION = true ? "1.0.0-rc.6" : JSON.parse(readFileSync(new URL("../package.json", import.meta.url), "utf8")).version;
|
|
6421
6421
|
var fp = {
|
|
6422
6422
|
/**
|
|
6423
6423
|
* Curried map: fp.map(fn)(array)
|
|
@@ -6575,7 +6575,6 @@ export {
|
|
|
6575
6575
|
* Coherent.js - Object-Based Rendering Framework
|
|
6576
6576
|
* A pure JavaScript framework for server-side rendering using natural object syntax
|
|
6577
6577
|
*
|
|
6578
|
-
* @version 1.0.0-beta.8
|
|
6579
6578
|
* @author Coherent Framework Team
|
|
6580
6579
|
* @license MIT
|
|
6581
6580
|
*/
|