@stacksjs/browser 0.69.1 → 0.69.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.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -14721,7 +14721,7 @@ function useWindowSize(options = {}) {
|
|
|
14721
14721
|
}
|
|
14722
14722
|
return { width, height };
|
|
14723
14723
|
}
|
|
14724
|
-
// ../../../../node_modules/@unhead/dom/node_modules/@unhead/shared/dist/index.mjs
|
|
14724
|
+
// ../../../../node_modules/@vueuse/head/node_modules/@unhead/dom/node_modules/@unhead/shared/dist/index.mjs
|
|
14725
14725
|
var HasElementTags = /* @__PURE__ */ new Set([
|
|
14726
14726
|
"base",
|
|
14727
14727
|
"meta",
|
|
@@ -14903,7 +14903,7 @@ function tagDedupeKey(tag) {
|
|
|
14903
14903
|
var sepSub = "%separator";
|
|
14904
14904
|
var sepSubRe = new RegExp(`${sepSub}(?:\\s*${sepSub})*`, "g");
|
|
14905
14905
|
|
|
14906
|
-
// ../../../../node_modules/@unhead/dom/dist/index.mjs
|
|
14906
|
+
// ../../../../node_modules/@vueuse/head/node_modules/@unhead/dom/dist/index.mjs
|
|
14907
14907
|
async function renderDOMHead(head, options = {}) {
|
|
14908
14908
|
const dom = options.document || head.resolvedOptions.document;
|
|
14909
14909
|
if (!dom || !head.dirty)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/browser",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.69.
|
|
4
|
+
"version": "0.69.3",
|
|
5
5
|
"description": "Stacks core frontend/browser functionalities.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"prepublishOnly": "bun run build"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@stacksjs/development": "0.
|
|
38
|
-
"@stacksjs/utils": "0.
|
|
37
|
+
"@stacksjs/development": "0.69.2",
|
|
38
|
+
"@stacksjs/utils": "0.69.2"
|
|
39
39
|
}
|
|
40
40
|
}
|