@nuxt/scripts 1.0.0-beta.26 → 1.0.0-beta.27
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 -1
- package/dist/client/404.html +1 -1
- package/dist/client/_nuxt/{DjhmCJlE.js → CwXQ1Eqw.js} +3 -3
- package/dist/client/_nuxt/{TJ5JFHov.js → JXDRhrZp.js} +1 -1
- package/dist/client/_nuxt/{C-7nRtzO.js → KCxg59bo.js} +1 -1
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/d0d06e27-af53-4f1a-b7ae-18727423b3ed.json +1 -0
- package/dist/client/_nuxt/{D5k4eN9O.js → viP3Pc9X.js} +1 -1
- package/dist/client/index.html +1 -1
- package/dist/module.d.mts +1 -1
- package/dist/module.d.ts +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +38 -8
- package/dist/registry.mjs +2 -2
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue +4 -2
- package/dist/runtime/server/gravatar-proxy.d.ts +1 -1
- package/dist/runtime/server/gravatar-proxy.js +0 -1
- package/dist/stats.d.mts +82 -11
- package/dist/stats.d.ts +82 -11
- package/dist/stats.mjs +670 -314
- package/package.json +6 -4
- package/dist/client/_nuxt/builds/meta/33e1ac0e-aba1-4856-8beb-775c426be236.json +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/scripts",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.27",
|
|
5
5
|
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"magic-string": "^0.30.21",
|
|
106
106
|
"ofetch": "^1.5.1",
|
|
107
107
|
"ohash": "^2.0.11",
|
|
108
|
-
"oxc-parser": "^0.
|
|
108
|
+
"oxc-parser": "^0.121.0",
|
|
109
109
|
"oxc-walker": "^0.7.0",
|
|
110
110
|
"pathe": "^2.0.3",
|
|
111
111
|
"pkg-types": "^2.3.0",
|
|
@@ -124,14 +124,16 @@
|
|
|
124
124
|
"@nuxt/test-utils": "^4.0.0",
|
|
125
125
|
"@nuxtjs/partytown": "^2.0.0",
|
|
126
126
|
"@paypal/paypal-js": "^9.4.0",
|
|
127
|
+
"@types/jest-image-snapshot": "^6.4.1",
|
|
127
128
|
"@types/semver": "^7.7.1",
|
|
128
129
|
"@types/youtube": "^0.1.2",
|
|
129
130
|
"@typescript-eslint/typescript-estree": "^8.57.1",
|
|
130
131
|
"@vue/test-utils": "^2.4.6",
|
|
131
132
|
"bumpp": "^11.0.1",
|
|
132
133
|
"eslint": "^10.0.3",
|
|
133
|
-
"eslint-plugin-harlanzw": "^0.6.
|
|
134
|
+
"eslint-plugin-harlanzw": "^0.6.1",
|
|
134
135
|
"happy-dom": "^20.8.4",
|
|
136
|
+
"jest-image-snapshot": "^6.5.2",
|
|
135
137
|
"knitwork": "^1.3.0",
|
|
136
138
|
"nuxt": "^4.4.2",
|
|
137
139
|
"playwright-core": "^1.58.2",
|
|
@@ -142,7 +144,7 @@
|
|
|
142
144
|
"vue": "^3.5.30",
|
|
143
145
|
"vue-router": "^5.0.3",
|
|
144
146
|
"vue-tsc": "^3.2.6",
|
|
145
|
-
"@nuxt/scripts": "1.0.0-beta.
|
|
147
|
+
"@nuxt/scripts": "1.0.0-beta.27"
|
|
146
148
|
},
|
|
147
149
|
"resolutions": {
|
|
148
150
|
"@nuxt/scripts": "workspace:*"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"33e1ac0e-aba1-4856-8beb-775c426be236","timestamp":1773896528219,"prerendered":[]}
|