@itrocks/template 0.0.10 → 0.0.11

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.d.ts CHANGED
@@ -73,4 +73,3 @@ export default class Template {
73
73
  startsExpression(char: string, open?: string, close?: string): boolean;
74
74
  trimEndLine(string: string): string;
75
75
  }
76
- //# sourceMappingURL=template.d.ts.map
package/cjs/template.js CHANGED
@@ -778,4 +778,3 @@ class Template {
778
778
  }
779
779
  exports.default = Template;
780
780
  exports.Template = Template;
781
- //# sourceMappingURL=template.js.map
package/esm/template.d.ts CHANGED
@@ -73,4 +73,3 @@ export default class Template {
73
73
  startsExpression(char: string, open?: string, close?: string): boolean;
74
74
  trimEndLine(string: string): string;
75
75
  }
76
- //# sourceMappingURL=template.d.ts.map
package/esm/template.js CHANGED
@@ -771,4 +771,3 @@ export default class Template {
771
771
  return string.substring(0, index);
772
772
  }
773
773
  }
774
- //# sourceMappingURL=template.js.map
package/package.json CHANGED
@@ -57,5 +57,5 @@
57
57
  "test": "jest"
58
58
  },
59
59
  "types": "./esm/template.d.ts",
60
- "version": "0.0.10"
60
+ "version": "0.0.11"
61
61
  }