htmljs-parser 5.8.0 → 5.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.
@@ -126,7 +126,7 @@ export declare enum ErrorCode {
126
126
  INVALID_TAG_TYPES = 27,
127
127
  INVALID_ATTR_TYPE_PARAMS = 28
128
128
  }
129
- export declare const enum TagType {
129
+ export declare enum TagType {
130
130
  html = 0,
131
131
  text = 1,
132
132
  void = 2,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "htmljs-parser",
3
3
  "description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
4
- "version": "5.8.0",
4
+ "version": "5.8.1",
5
5
  "devDependencies": {
6
6
  "@changesets/changelog-github": "^0.5.0",
7
7
  "@changesets/cli": "^2.27.1",