@itrocks/template 0.0.23 → 0.0.24

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/cjs/template.js CHANGED
@@ -792,3 +792,4 @@ class Template {
792
792
  }
793
793
  exports.default = Template;
794
794
  exports.Template = Template;
795
+ //# sourceMappingURL=template.js.map
package/esm/template.js CHANGED
@@ -785,3 +785,4 @@ export default class Template {
785
785
  return string.substring(0, index);
786
786
  }
787
787
  }
788
+ //# sourceMappingURL=template.js.map
package/package.json CHANGED
@@ -67,5 +67,5 @@
67
67
  "test": "jest"
68
68
  },
69
69
  "types": "./esm/template.d.ts",
70
- "version": "0.0.23"
70
+ "version": "0.0.24"
71
71
  }