@domql/utils 2.5.42 → 2.5.45

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
@@ -34,23 +34,21 @@ const HTML_TAGS = {
34
34
  "style"
35
35
  ],
36
36
  body: [
37
- "string",
38
- "fragment",
39
37
  "a",
40
38
  "abbr",
41
39
  "acronym",
42
40
  "address",
43
- "applet",
44
41
  "area",
45
42
  "article",
46
43
  "aside",
47
44
  "audio",
48
45
  "b",
49
- "basefont",
46
+ "base",
50
47
  "bdi",
51
48
  "bdo",
52
49
  "big",
53
50
  "blockquote",
51
+ "body",
54
52
  "br",
55
53
  "button",
56
54
  "canvas",
@@ -82,16 +80,14 @@ const HTML_TAGS = {
82
80
  "frame",
83
81
  "frameset",
84
82
  "h1",
85
- "h2",
86
- "h3",
87
- "h4",
88
- "h5",
89
- "h6",
90
83
  "head",
91
84
  "header",
85
+ "hgroup",
92
86
  "hr",
87
+ "html",
93
88
  "i",
94
89
  "iframe",
90
+ "image",
95
91
  "img",
96
92
  "input",
97
93
  "ins",
@@ -103,8 +99,14 @@ const HTML_TAGS = {
103
99
  "main",
104
100
  "map",
105
101
  "mark",
102
+ "marquee",
103
+ "menu",
104
+ "menuitem",
105
+ "meta",
106
106
  "meter",
107
107
  "nav",
108
+ "nobr",
109
+ "noembed",
108
110
  "noframes",
109
111
  "noscript",
110
112
  "object",
@@ -115,22 +117,29 @@ const HTML_TAGS = {
115
117
  "p",
116
118
  "param",
117
119
  "picture",
120
+ "plaintext",
121
+ "portal",
118
122
  "pre",
119
123
  "progress",
120
124
  "q",
125
+ "rb",
121
126
  "rp",
122
127
  "rt",
128
+ "rtc",
123
129
  "ruby",
124
130
  "s",
125
131
  "samp",
126
132
  "script",
133
+ "search",
127
134
  "section",
128
135
  "select",
136
+ "slot",
129
137
  "small",
130
138
  "source",
131
139
  "span",
132
140
  "strike",
133
141
  "strong",
142
+ "style",
134
143
  "sub",
135
144
  "summary",
136
145
  "sup",
@@ -143,6 +152,7 @@ const HTML_TAGS = {
143
152
  "th",
144
153
  "thead",
145
154
  "time",
155
+ "title",
146
156
  "tr",
147
157
  "track",
148
158
  "tt",
@@ -151,6 +161,7 @@ const HTML_TAGS = {
151
161
  "var",
152
162
  "video",
153
163
  "wbr",
164
+ "xmp",
154
165
  // SVG
155
166
  "svg",
156
167
  "path"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domql/utils",
3
- "version": "2.5.42",
3
+ "version": "2.5.45",
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": "d27f2c6a7f03bf170b68c5bfb2c45bddb8bf5e94",
27
27
  "devDependencies": {
28
28
  "@babel/core": "^7.12.0"
29
29
  }
package/tags.js CHANGED
@@ -14,23 +14,21 @@ export const HTML_TAGS = {
14
14
  ],
15
15
 
16
16
  body: [
17
- 'string',
18
- 'fragment',
19
17
  'a',
20
18
  'abbr',
21
19
  'acronym',
22
20
  'address',
23
- 'applet',
24
21
  'area',
25
22
  'article',
26
23
  'aside',
27
24
  'audio',
28
25
  'b',
29
- 'basefont',
26
+ 'base',
30
27
  'bdi',
31
28
  'bdo',
32
29
  'big',
33
30
  'blockquote',
31
+ 'body',
34
32
  'br',
35
33
  'button',
36
34
  'canvas',
@@ -62,16 +60,14 @@ export const HTML_TAGS = {
62
60
  'frame',
63
61
  'frameset',
64
62
  'h1',
65
- 'h2',
66
- 'h3',
67
- 'h4',
68
- 'h5',
69
- 'h6',
70
63
  'head',
71
64
  'header',
65
+ 'hgroup',
72
66
  'hr',
67
+ 'html',
73
68
  'i',
74
69
  'iframe',
70
+ 'image',
75
71
  'img',
76
72
  'input',
77
73
  'ins',
@@ -83,8 +79,14 @@ export const HTML_TAGS = {
83
79
  'main',
84
80
  'map',
85
81
  'mark',
82
+ 'marquee',
83
+ 'menu',
84
+ 'menuitem',
85
+ 'meta',
86
86
  'meter',
87
87
  'nav',
88
+ 'nobr',
89
+ 'noembed',
88
90
  'noframes',
89
91
  'noscript',
90
92
  'object',
@@ -95,22 +97,29 @@ export const HTML_TAGS = {
95
97
  'p',
96
98
  'param',
97
99
  'picture',
100
+ 'plaintext',
101
+ 'portal',
98
102
  'pre',
99
103
  'progress',
100
104
  'q',
105
+ 'rb',
101
106
  'rp',
102
107
  'rt',
108
+ 'rtc',
103
109
  'ruby',
104
110
  's',
105
111
  'samp',
106
112
  'script',
113
+ 'search',
107
114
  'section',
108
115
  'select',
116
+ 'slot',
109
117
  'small',
110
118
  'source',
111
119
  'span',
112
120
  'strike',
113
121
  'strong',
122
+ 'style',
114
123
  'sub',
115
124
  'summary',
116
125
  'sup',
@@ -123,6 +132,7 @@ export const HTML_TAGS = {
123
132
  'th',
124
133
  'thead',
125
134
  'time',
135
+ 'title',
126
136
  'tr',
127
137
  'track',
128
138
  'tt',
@@ -131,6 +141,7 @@ export const HTML_TAGS = {
131
141
  'var',
132
142
  'video',
133
143
  'wbr',
144
+ 'xmp',
134
145
 
135
146
  // SVG
136
147
  'svg',