compelem 0.6.3-b1 → 0.6.4-b1

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/compelem.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * compelem v0.6.3-b1.1752063393
2
+ * compelem v0.6.4-b1.1753001995
3
3
  * A modern, reactive, fast, lightweight and flexible lib for building web components
4
4
  * @holyhigh2
5
5
  * https://github.com/holyhigh2/compelem
@@ -1,2 +1,2 @@
1
1
  import { TmplFn } from "../types";
2
- export declare const forEach: (value: any[] | Record<string, any[]>, cbk: TmplFn) => import("../directive/index").DirectiveWrapper;
2
+ export declare const forEach: (value: any[] | Record<string, any>, cbk: TmplFn) => import("../directive/index").DirectiveWrapper;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * compelem v0.6.3-b1.1752063393
2
+ * compelem v0.6.4-b1.1753001995
3
3
  * A modern, reactive, fast, lightweight and flexible lib for building web components
4
4
  * @holyhigh2
5
5
  * https://github.com/holyhigh2/compelem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compelem",
3
- "version": "0.6.3-b1",
3
+ "version": "0.6.4-b1",
4
4
  "description": "A modern, reactive, fast, lightweight and flexible lib for building web components",
5
5
  "main": "index.js",
6
6
  "module": "index.js",