@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.1" : JSON.parse(readFileSync(new URL("../package.json", import.meta.url), "utf8")).version;
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coherent.js/core",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Core runtime for Coherent.js (SSR framework).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",