@unhead/schema 1.7.0 → 1.7.3
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/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -244,9 +244,9 @@ interface TagPriority {
|
|
|
244
244
|
* (besides some special tags).
|
|
245
245
|
*
|
|
246
246
|
* The following special tags have default priorities:
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
*
|
|
247
|
+
* -2 `<meta charset ...>`
|
|
248
|
+
* -1 `<base>`
|
|
249
|
+
* 0 `<meta http-equiv="content-security-policy" ...>`
|
|
250
250
|
*
|
|
251
251
|
* All other tags have a default priority of 10: `<meta>`, `<script>`, `<link>`, `<style>`, etc
|
|
252
252
|
*/
|
package/dist/index.d.mts
CHANGED
|
@@ -244,9 +244,9 @@ interface TagPriority {
|
|
|
244
244
|
* (besides some special tags).
|
|
245
245
|
*
|
|
246
246
|
* The following special tags have default priorities:
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
*
|
|
247
|
+
* -2 `<meta charset ...>`
|
|
248
|
+
* -1 `<base>`
|
|
249
|
+
* 0 `<meta http-equiv="content-security-policy" ...>`
|
|
250
250
|
*
|
|
251
251
|
* All other tags have a default priority of 10: `<meta>`, `<script>`, `<link>`, `<style>`, etc
|
|
252
252
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -244,9 +244,9 @@ interface TagPriority {
|
|
|
244
244
|
* (besides some special tags).
|
|
245
245
|
*
|
|
246
246
|
* The following special tags have default priorities:
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
*
|
|
247
|
+
* -2 `<meta charset ...>`
|
|
248
|
+
* -1 `<base>`
|
|
249
|
+
* 0 `<meta http-equiv="content-security-policy" ...>`
|
|
250
250
|
*
|
|
251
251
|
* All other tags have a default priority of 10: `<meta>`, `<script>`, `<link>`, `<style>`, etc
|
|
252
252
|
*/
|