@nuxt/scripts 0.11.7 → 0.11.9
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/client/200.html +1 -11
- package/dist/client/404.html +1 -11
- package/dist/client/_nuxt/BlmEfDGv.js +1 -0
- package/dist/client/_nuxt/Bqz6dnGY.js +1 -0
- package/dist/client/_nuxt/DK4kQ6nK.js +1 -0
- package/dist/client/_nuxt/DoRSvGnG.js +21 -0
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/8f7376df-adce-4575-a756-33070a325389.json +1 -0
- package/dist/client/_nuxt/entry.bAQEPFjX.css +1 -0
- package/dist/client/_nuxt/error-404.DEqKCcKa.css +1 -0
- package/dist/client/_nuxt/error-500.B881-kyH.css +1 -0
- package/dist/client/index.html +1 -11
- package/dist/module.d.mts +2 -1
- package/dist/module.json +2 -3
- package/dist/module.mjs +6 -5
- package/dist/runtime/components/ScriptCrisp.vue.d.ts +1 -3
- package/dist/runtime/components/ScriptGoogleAdsense.vue.d.ts +1 -4
- package/dist/runtime/components/ScriptGoogleMaps.vue +4 -4
- package/dist/runtime/components/ScriptGoogleMaps.vue.d.ts +5 -9
- package/dist/runtime/components/ScriptIntercom.vue.d.ts +1 -3
- package/dist/runtime/components/ScriptLemonSqueezy.vue.d.ts +1 -3
- package/dist/runtime/components/ScriptLoadingIndicator.vue.d.ts +1 -4
- package/dist/runtime/components/ScriptStripePricingTable.vue.d.ts +1 -3
- package/dist/runtime/components/ScriptVimeoPlayer.vue +12 -4
- package/dist/runtime/components/ScriptVimeoPlayer.vue.d.ts +5 -7
- package/dist/runtime/components/ScriptYouTubePlayer.vue.d.ts +5 -13
- package/dist/runtime/registry/meta-pixel.d.ts +4 -2
- package/dist/runtime/registry/rybbit-analytics.d.ts +34 -2
- package/dist/runtime/registry/rybbit-analytics.js +28 -6
- package/dist/runtime/registry/umami-analytics.d.ts +7 -1
- package/dist/runtime/registry/umami-analytics.js +22 -3
- package/dist/runtime/validation/mock.d.ts +3 -0
- package/dist/runtime/validation/mock.js +1 -0
- package/dist/types.d.mts +3 -1
- package/package.json +31 -30
- package/dist/client/_nuxt/D3ZVEC_8.js +0 -1
- package/dist/client/_nuxt/DmiqYg4r.js +0 -21
- package/dist/client/_nuxt/_5UZfQdF.js +0 -1
- package/dist/client/_nuxt/builds/meta/93bac187-07c5-4a76-83a2-cefcf05c0b88.json +0 -1
- package/dist/client/_nuxt/entry.DExDtQtx.css +0 -1
- package/dist/client/_nuxt/error-404.CpID9NZX.css +0 -1
- package/dist/client/_nuxt/error-500.BzWA0Bp3.css +0 -1
- package/dist/client/_nuxt/z8Iwlb2L.js +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/scripts",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.9",
|
|
5
5
|
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
|
|
6
6
|
"author": {
|
|
7
7
|
"website": "https://harlanzw.com",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@nuxt/kit": "^3.17.
|
|
80
|
-
"@vueuse/core": "^13.
|
|
79
|
+
"@nuxt/kit": "^3.17.6",
|
|
80
|
+
"@vueuse/core": "^13.5.0",
|
|
81
81
|
"consola": "^3.4.2",
|
|
82
82
|
"defu": "^6.1.4",
|
|
83
83
|
"h3": "^1.15.3",
|
|
@@ -85,47 +85,48 @@
|
|
|
85
85
|
"ofetch": "^1.4.1",
|
|
86
86
|
"ohash": "^2.0.11",
|
|
87
87
|
"pathe": "^2.0.3",
|
|
88
|
-
"pkg-types": "^2.
|
|
88
|
+
"pkg-types": "^2.2.0",
|
|
89
89
|
"sirv": "^3.0.1",
|
|
90
90
|
"std-env": "^3.9.0",
|
|
91
91
|
"ufo": "^1.6.1",
|
|
92
|
-
"unplugin": "^2.3.
|
|
92
|
+
"unplugin": "^2.3.5",
|
|
93
93
|
"unstorage": "^1.16.0",
|
|
94
94
|
"valibot": "^1.1.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@nuxt/devtools-kit": "^2.
|
|
98
|
-
"@nuxt/devtools-ui-kit": "^2.
|
|
99
|
-
"@nuxt/eslint-config": "^1.
|
|
97
|
+
"@nuxt/devtools-kit": "^2.6.2",
|
|
98
|
+
"@nuxt/devtools-ui-kit": "^2.6.2",
|
|
99
|
+
"@nuxt/eslint-config": "^1.5.2",
|
|
100
100
|
"@nuxt/module-builder": "^1.0.1",
|
|
101
|
-
"@nuxt/test-utils": "3.19.
|
|
101
|
+
"@nuxt/test-utils": "3.19.2",
|
|
102
102
|
"@types/semver": "^7.7.0",
|
|
103
|
-
"@typescript-eslint/typescript-estree": "^8.
|
|
104
|
-
"acorn-loose": "^8.5.
|
|
105
|
-
"bumpp": "^10.
|
|
103
|
+
"@typescript-eslint/typescript-estree": "^8.35.1",
|
|
104
|
+
"acorn-loose": "^8.5.2",
|
|
105
|
+
"bumpp": "^10.2.0",
|
|
106
106
|
"changelogen": "^0.6.1",
|
|
107
|
-
"eslint": "9.
|
|
108
|
-
"eslint-plugin-n": "^17.
|
|
109
|
-
"happy-dom": "^
|
|
107
|
+
"eslint": "9.30.1",
|
|
108
|
+
"eslint-plugin-n": "^17.21.0",
|
|
109
|
+
"happy-dom": "^18.0.1",
|
|
110
110
|
"knitwork": "^1.2.0",
|
|
111
|
-
"nuxt": "^3.17.
|
|
112
|
-
"playwright-core": "^1.
|
|
113
|
-
"shiki": "3.
|
|
111
|
+
"nuxt": "^3.17.6",
|
|
112
|
+
"playwright-core": "^1.53.2",
|
|
113
|
+
"shiki": "3.7.0",
|
|
114
114
|
"typescript": "5.8.2",
|
|
115
|
-
"vitest": "^3.
|
|
116
|
-
"vue": "^3.5.
|
|
115
|
+
"vitest": "^3.2.4",
|
|
116
|
+
"vue": "^3.5.17",
|
|
117
117
|
"vue-router": "^4.5.1",
|
|
118
|
-
"vue-tsc": "^
|
|
119
|
-
"@nuxt/scripts": "0.11.
|
|
118
|
+
"vue-tsc": "^3.0.1",
|
|
119
|
+
"@nuxt/scripts": "0.11.9"
|
|
120
120
|
},
|
|
121
121
|
"resolutions": {
|
|
122
|
-
"@nuxt/schema": "catalog:",
|
|
123
122
|
"@nuxt/scripts": "workspace:*",
|
|
124
|
-
"@unhead/vue": "^2.0.
|
|
125
|
-
"nuxt": "
|
|
123
|
+
"@unhead/vue": "^2.0.11",
|
|
124
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.0.0-29191554.69345c32",
|
|
125
|
+
"nuxt": "npm:nuxt-nightly@4.0.0-29191554.69345c32",
|
|
126
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.0.0-29191554.69345c32",
|
|
126
127
|
"typescript": "^5.8.3",
|
|
127
|
-
"unhead": "^2.0.
|
|
128
|
-
"vue": "^3.5.
|
|
128
|
+
"unhead": "^2.0.11",
|
|
129
|
+
"vue": "^3.5.17",
|
|
129
130
|
"vue-router": "^4.5.1"
|
|
130
131
|
},
|
|
131
132
|
"scripts": {
|
|
@@ -134,14 +135,14 @@
|
|
|
134
135
|
"client:dev": "nuxi dev client --port 3300",
|
|
135
136
|
"dev": "nuxi dev playground",
|
|
136
137
|
"dev:ssl": "nuxi dev playground --https",
|
|
137
|
-
"
|
|
138
|
+
"prepare:fixtures": "nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/cdn && nuxi prepare test/fixtures/extend-registry",
|
|
139
|
+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && pnpm run prepare:fixtures",
|
|
138
140
|
"typecheck": "vue-tsc --noEmit",
|
|
139
141
|
"bump": "bumpp package.json --commit --push --tag",
|
|
140
142
|
"release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.md\" && pnpm publish",
|
|
141
143
|
"lint": "eslint .",
|
|
142
144
|
"lint:fix": "eslint . --fix",
|
|
143
|
-
"test": "pnpm dev:prepare && vitest --run
|
|
144
|
-
"test:runtime": "cd test/fixtures/basic && vitest --run",
|
|
145
|
+
"test": "pnpm dev:prepare && vitest --run",
|
|
145
146
|
"test:types": "echo 'broken due to type regeneration, use pnpm typecheck' && npx nuxi typecheck"
|
|
146
147
|
}
|
|
147
148
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as a,c as i,o as u,a as e,t as r,b as c,w as l,d,e as p}from"./DmiqYg4r.js";import{u as f}from"./z8Iwlb2L.js";const m={class:"antialiased bg-white dark:bg-black dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-black"},g={class:"max-w-520px text-center z-20"},b=["textContent"],h=["textContent"],x={class:"flex items-center justify-center w-full"},y={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"Not Found"},description:{type:String,default:"Sorry, the page you are looking for could not be found."},backHome:{type:String,default:"Go back home"}},setup(t){const n=t;return f({title:`${n.statusCode} - ${n.statusMessage} | ${n.appName}`,script:[{innerHTML:`!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver((e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)})).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{innerHTML:'*,:after,:before{border-color:var(--un-default-border-color,#e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}h1{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }'}]}),(k,o)=>{const s=p;return u(),i("div",m,[o[0]||(o[0]=e("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),e("div",g,[e("h1",{class:"font-medium mb-8 sm:text-10xl text-8xl",textContent:r(t.statusCode)},null,8,b),e("p",{class:"font-light leading-tight mb-16 px-8 sm:px-0 sm:text-4xl text-xl",textContent:r(t.description)},null,8,h),e("div",x,[c(s,{to:"/",class:"cursor-pointer gradient-border px-4 py-2 sm:px-6 sm:py-3 sm:text-xl text-md"},{default:l(()=>[d(r(t.backHome),1)]),_:1})])])])}}},v=a(y,[["__scopeId","data-v-b6cf75d7"]]);export{v as default};
|