mikel 0.8.0 → 0.8.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -45,7 +45,7 @@ const compile = (tokens, output, context, partials, helpers, vars, fn = {}, inde
45
45
  }));
46
46
  // Make sure that this block is executed at least once
47
47
  if (i + 1 === j) {
48
- i = compile(tokens, [], {}, {}, {}, {}, {}, j, t);
48
+ i = compile(tokens, [], {}, {}, helpers, {}, {}, j, t);
49
49
  }
50
50
  }
51
51
  else if (tokens[i].startsWith("#") || tokens[i].startsWith("^")) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mikel",
3
3
  "description": "Micro templating library with zero dependencies",
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "type": "module",
6
6
  "author": {
7
7
  "name": "Josemi Juanes",