@nuxt/scripts 2.0.0-beta.6 → 2.0.0-beta.7
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/devtools-client/200.html +1 -1
- package/dist/devtools-client/404.html +1 -1
- package/dist/devtools-client/_nuxt/{CP6K2Qm6.js → BI6wdYky.js} +1 -1
- package/dist/devtools-client/_nuxt/{Bagqfgzu.js → BQKaRBnk.js} +3 -3
- package/dist/devtools-client/_nuxt/{CWci3Eb_.js → BckE5qrE.js} +1 -1
- package/dist/devtools-client/_nuxt/{D_hceTm9.js → Cs0md1ml.js} +1 -1
- package/dist/devtools-client/_nuxt/{DZ6h2v9A.js → DN3hUMR_.js} +1 -1
- package/dist/devtools-client/_nuxt/{DXDqMNFL.js → DXEYGql4.js} +1 -1
- package/dist/devtools-client/_nuxt/{utTTwIIR.js → Divy0_cA.js} +3 -3
- package/dist/devtools-client/_nuxt/builds/latest.json +1 -1
- package/dist/devtools-client/_nuxt/builds/meta/7f4505e1-4a64-4e0a-b3dd-aa394b0cd7f2.json +1 -0
- package/dist/devtools-client/_nuxt/{entry.CuI_2OaG.css → entry.-RqqMwHr.css} +1 -1
- package/dist/devtools-client/_nuxt/error-404.BJ1JSMYb.css +1 -0
- package/dist/devtools-client/_nuxt/error-500.BBf0uW5X.css +1 -0
- package/dist/devtools-client/docs/index.html +1 -1
- package/dist/devtools-client/first-party/index.html +1 -1
- package/dist/devtools-client/index.html +1 -1
- package/dist/devtools-client/registry/index.html +1 -1
- package/dist/module.d.mts +1 -0
- package/dist/module.d.ts +1 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +4 -1
- package/dist/registry.mjs +24 -1
- package/dist/runtime/components/Leaflet/ScriptLeafletMap.d.vue.ts +5 -5
- package/dist/runtime/components/Leaflet/ScriptLeafletMap.vue.d.ts +5 -5
- package/dist/runtime/components/MapLibre/ScriptMapLibreGeoJson.d.vue.ts +14 -35
- package/dist/runtime/components/MapLibre/ScriptMapLibreGeoJson.vue +194 -12
- package/dist/runtime/components/MapLibre/ScriptMapLibreGeoJson.vue.d.ts +14 -35
- package/dist/runtime/components/MapLibre/ScriptMapLibreMap.d.vue.ts +22 -86
- package/dist/runtime/components/MapLibre/ScriptMapLibreMap.vue +13 -2
- package/dist/runtime/components/MapLibre/ScriptMapLibreMap.vue.d.ts +22 -86
- package/dist/runtime/components/MapLibre/ScriptMapLibreMarker.d.vue.ts +3 -12
- package/dist/runtime/components/MapLibre/ScriptMapLibreMarker.vue.d.ts +3 -12
- package/dist/runtime/components/MapLibre/ScriptMapLibreNavigationControl.d.vue.ts +3 -8
- package/dist/runtime/components/MapLibre/ScriptMapLibreNavigationControl.vue.d.ts +3 -8
- package/dist/runtime/components/MapLibre/ScriptMapLibrePopup.d.vue.ts +3 -10
- package/dist/runtime/components/MapLibre/ScriptMapLibrePopup.vue.d.ts +3 -10
- package/dist/runtime/components/MapLibre/types.d.ts +186 -0
- package/dist/runtime/components/MapLibre/types.js +0 -0
- package/dist/runtime/components/MapLibre/useMapLibreResource.d.ts +8 -1
- package/dist/runtime/components/MapLibre/useMapLibreResource.js +9 -2
- package/dist/runtime/registry/pulse-analytics.d.ts +32 -0
- package/dist/runtime/registry/pulse-analytics.js +80 -0
- package/dist/runtime/registry/schemas.d.ts +42 -0
- package/dist/runtime/registry/schemas.js +42 -0
- package/dist/runtime/registry/tawk-to.d.ts +126 -0
- package/dist/runtime/registry/tawk-to.js +147 -0
- package/dist/runtime/types.d.ts +6 -1
- package/dist/stats.mjs +81 -0
- package/dist/types-source.mjs +157 -4
- package/dist/types.d.mts +2 -0
- package/package.json +10 -10
- package/dist/devtools-client/_nuxt/builds/meta/8bf6d5ed-9af4-4b18-be50-90e3f19066d5.json +0 -1
- package/dist/devtools-client/_nuxt/error-404.Bn3cR6N7.css +0 -1
- package/dist/devtools-client/_nuxt/error-500.ClHmgt9z.css +0 -1
package/dist/types.d.mts
CHANGED
|
@@ -4,6 +4,8 @@ declare module '@nuxt/schema' {
|
|
|
4
4
|
interface NuxtHooks extends ModuleHooks {}
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
+
export { type ScriptMapLibreGeoJsonEmits, type ScriptMapLibreGeoJsonLayer, type ScriptMapLibreGeoJsonProps, type ScriptMapLibreGeoJsonResource, type ScriptMapLibreMapEmits, type ScriptMapLibreMapExpose, type ScriptMapLibreMapProps, type ScriptMapLibreMapSlots, type ScriptMapLibreMarkerEmits, type ScriptMapLibreMarkerProps, type ScriptMapLibreNavigationControlProps, type ScriptMapLibrePopupEmits, type ScriptMapLibrePopupProps } from '../dist/runtime/components/MapLibre/types.js'
|
|
8
|
+
|
|
7
9
|
export { type FirstPartyPrivacy } from '../dist/runtime/types.js'
|
|
8
10
|
|
|
9
11
|
export { type STATIC_PROXY_PRESETS, type applyAutoInject, default, type findMissingRequiredFields, type isProxyDisabled, type isStaticProxyTarget, type normalizeNitroPreset, type resolveConfiguredProxyDomains } from './module.mjs'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/scripts",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.7",
|
|
5
5
|
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -72,17 +72,17 @@
|
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"@googlemaps/markerclusterer": "^2.6.2",
|
|
75
|
-
"@paypal/paypal-js": "^11.0.
|
|
75
|
+
"@paypal/paypal-js": "^11.0.1",
|
|
76
76
|
"@speedcurve/lux": "^4.5.2",
|
|
77
|
-
"@stripe/stripe-js": "^9.
|
|
77
|
+
"@stripe/stripe-js": "^9.16.0",
|
|
78
78
|
"@types/geojson": "^7946.0.16",
|
|
79
79
|
"@types/google.maps": "^3.66.2",
|
|
80
80
|
"@types/leaflet": "^1.9.22",
|
|
81
81
|
"@types/vimeo__player": "^2.18.3",
|
|
82
82
|
"@types/youtube": "^0.3.0",
|
|
83
83
|
"@unhead/vue": "^3.4.0",
|
|
84
|
-
"maplibre-gl": "^6.
|
|
85
|
-
"posthog-js": "^1.
|
|
84
|
+
"maplibre-gl": "^6.9.1",
|
|
85
|
+
"posthog-js": "^1.433.3",
|
|
86
86
|
"unhead": "^3.4.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependenciesMeta": {
|
|
@@ -122,13 +122,13 @@
|
|
|
122
122
|
},
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"@nuxt/devtools-kit": "^3.4.2",
|
|
125
|
-
"@oxc-project/types": "^0.
|
|
125
|
+
"@oxc-project/types": "^0.150.0",
|
|
126
126
|
"@vueuse/core": "^14.4.0",
|
|
127
127
|
"@vueuse/shared": "^14.4.0",
|
|
128
128
|
"consola": "^3.4.2",
|
|
129
129
|
"defu": "^6.1.7",
|
|
130
130
|
"h3": "^1.15.11",
|
|
131
|
-
"magic-string": "^1.
|
|
131
|
+
"magic-string": "^1.4.1",
|
|
132
132
|
"ofetch": "^1.5.1",
|
|
133
133
|
"ohash": "^2.0.12",
|
|
134
134
|
"oxc-walker": "^1.1.1",
|
|
@@ -140,17 +140,17 @@
|
|
|
140
140
|
"ultrahtml": "^1.7.0",
|
|
141
141
|
"unplugin": "^3.3.0",
|
|
142
142
|
"unstorage": "^1.17.5",
|
|
143
|
-
"valibot": "^1.
|
|
143
|
+
"valibot": "^1.5.0"
|
|
144
144
|
},
|
|
145
145
|
"devDependencies": {
|
|
146
146
|
"@nuxt/kit": "^4.5.2",
|
|
147
147
|
"@nuxt/module-builder": "^1.0.3",
|
|
148
148
|
"@speedcurve/lux": "^4.5.2",
|
|
149
149
|
"@unhead/vue": "^3.4.0",
|
|
150
|
-
"rollup": "^4.63.
|
|
150
|
+
"rollup": "^4.63.3",
|
|
151
151
|
"unbuild": "^3.6.1",
|
|
152
152
|
"unhead": "^3.4.0",
|
|
153
|
-
"unimport": "^7.0.
|
|
153
|
+
"unimport": "^7.0.2"
|
|
154
154
|
},
|
|
155
155
|
"scripts": {
|
|
156
156
|
"build": "nuxt-module-build build",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"8bf6d5ed-9af4-4b18-be50-90e3f19066d5","timestamp":1788930424409,"prerendered":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.grid[data-v-181b2d44]{display:grid}.mb-2[data-v-181b2d44]{margin-bottom:.5rem}.mb-4[data-v-181b2d44]{margin-bottom:1rem}.max-w-520px[data-v-181b2d44]{max-width:520px}.min-h-screen[data-v-181b2d44]{min-height:100vh}.w-full[data-v-181b2d44]{width:100%}.flex[data-v-181b2d44]{display:flex}.place-content-center[data-v-181b2d44]{place-content:center}.items-center[data-v-181b2d44]{align-items:center}.justify-center[data-v-181b2d44]{justify-content:center}.overflow-hidden[data-v-181b2d44]{overflow:hidden}.bg-white[data-v-181b2d44]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-2[data-v-181b2d44]{padding-left:.5rem;padding-right:.5rem}.text-center[data-v-181b2d44]{text-align:center}.text-\[80px\][data-v-181b2d44]{font-size:80px}.text-2xl[data-v-181b2d44]{font-size:1.5rem;line-height:2rem}.text-sm[data-v-181b2d44]{font-size:.875rem;line-height:1.25rem}.text-\[\#020420\][data-v-181b2d44]{--un-text-opacity:1;color:rgb(2 4 32/var(--un-text-opacity))}.text-\[\#64748B\][data-v-181b2d44]{--un-text-opacity:1;color:rgb(100 116 139/var(--un-text-opacity))}.hover\:text-\[\#00DC82\][data-v-181b2d44]:hover{--un-text-opacity:1;color:rgb(0 220 130/var(--un-text-opacity))}.font-medium[data-v-181b2d44]{font-weight:500}.font-semibold[data-v-181b2d44]{font-weight:600}.leading-none[data-v-181b2d44]{line-height:1}.tracking-wide[data-v-181b2d44]{letter-spacing:.025em}.font-sans[data-v-181b2d44]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tabular-nums[data-v-181b2d44]{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.underline[data-v-181b2d44]{text-decoration-line:underline}.underline-offset-3[data-v-181b2d44]{text-underline-offset:3px}.antialiased[data-v-181b2d44]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-\[\#020420\][data-v-181b2d44]{--un-bg-opacity:1;background-color:rgb(2 4 32/var(--un-bg-opacity))}.dark\:text-white[data-v-181b2d44]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (width>=640px){.sm\:text-\[110px\][data-v-181b2d44]{font-size:110px}.sm\:text-3xl[data-v-181b2d44]{font-size:1.875rem;line-height:2.25rem}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.grid[data-v-c475b792]{display:grid}.mb-2[data-v-c475b792]{margin-bottom:.5rem}.mb-4[data-v-c475b792]{margin-bottom:1rem}.max-w-520px[data-v-c475b792]{max-width:520px}.min-h-screen[data-v-c475b792]{min-height:100vh}.place-content-center[data-v-c475b792]{place-content:center}.overflow-hidden[data-v-c475b792]{overflow:hidden}.bg-white[data-v-c475b792]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-2[data-v-c475b792]{padding-left:.5rem;padding-right:.5rem}.text-center[data-v-c475b792]{text-align:center}.text-\[80px\][data-v-c475b792]{font-size:80px}.text-2xl[data-v-c475b792]{font-size:1.5rem;line-height:2rem}.text-\[\#020420\][data-v-c475b792]{--un-text-opacity:1;color:rgb(2 4 32/var(--un-text-opacity))}.text-\[\#64748B\][data-v-c475b792]{--un-text-opacity:1;color:rgb(100 116 139/var(--un-text-opacity))}.font-semibold[data-v-c475b792]{font-weight:600}.leading-none[data-v-c475b792]{line-height:1}.tracking-wide[data-v-c475b792]{letter-spacing:.025em}.font-sans[data-v-c475b792]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tabular-nums[data-v-c475b792]{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.antialiased[data-v-c475b792]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-\[\#020420\][data-v-c475b792]{--un-bg-opacity:1;background-color:rgb(2 4 32/var(--un-bg-opacity))}.dark\:text-white[data-v-c475b792]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (width>=640px){.sm\:text-\[110px\][data-v-c475b792]{font-size:110px}.sm\:text-3xl[data-v-c475b792]{font-size:1.875rem;line-height:2.25rem}}
|