render-core 1.4.12 → 1.4.13

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.
@@ -22,7 +22,7 @@ export function parse_directive_for_of(elements, data) {
22
22
  i--;
23
23
  }
24
24
  else {
25
- console.log("Instruction @list need an array datatype to extract!");
25
+ console.log("Instruction @for need an array datatype to extract!");
26
26
  }
27
27
  }
28
28
  if (elements[i]) {
@@ -14,7 +14,7 @@ export function parse_directive_for_map(elements, data) {
14
14
  resolver_map_single(elements[i], data[dataName]);
15
15
  }
16
16
  else {
17
- console.log("Instruction @document need an object datatype to extract!");
17
+ console.log("Instruction @map need an object datatype to extract!");
18
18
  }
19
19
  }
20
20
  if (elements[i]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "render-core",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "The extendable javascript web framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",