@domql/utils 2.5.42 → 2.5.46

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/dist/cjs/tags.js CHANGED
@@ -117,6 +117,7 @@ const HTML_TAGS = {
117
117
  "picture",
118
118
  "pre",
119
119
  "progress",
120
+ "hgroup",
120
121
  "q",
121
122
  "rp",
122
123
  "rt",
@@ -138,6 +139,7 @@ const HTML_TAGS = {
138
139
  "tbody",
139
140
  "td",
140
141
  "template",
142
+ "hgroup",
141
143
  "textarea",
142
144
  "tfoot",
143
145
  "th",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domql/utils",
3
- "version": "2.5.42",
3
+ "version": "2.5.46",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "index.js",
@@ -23,7 +23,7 @@
23
23
  "build": "yarn build:cjs",
24
24
  "prepublish": "rimraf -I dist && yarn build && yarn copy:package:cjs"
25
25
  },
26
- "gitHead": "76fbbf8ab997ee90fc3a791b21e49677d1b53993",
26
+ "gitHead": "9204dcaa75cdcc20bcb434451fe81b473194e009",
27
27
  "devDependencies": {
28
28
  "@babel/core": "^7.12.0"
29
29
  }
package/tags.js CHANGED
@@ -97,6 +97,7 @@ export const HTML_TAGS = {
97
97
  'picture',
98
98
  'pre',
99
99
  'progress',
100
+ 'hgroup',
100
101
  'q',
101
102
  'rp',
102
103
  'rt',
@@ -118,6 +119,7 @@ export const HTML_TAGS = {
118
119
  'tbody',
119
120
  'td',
120
121
  'template',
122
+ 'hgroup',
121
123
  'textarea',
122
124
  'tfoot',
123
125
  'th',