@nuxt/scripts 1.0.0-beta.15 → 1.0.0-beta.17

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.
Files changed (109) hide show
  1. package/README.md +3 -3
  2. package/dist/client/200.html +1 -1
  3. package/dist/client/404.html +1 -1
  4. package/dist/client/_nuxt/{C4oLgKn5.js → BW6d1nfL.js} +1 -1
  5. package/dist/client/_nuxt/{C4LyqEA2.js → C8R4dwAP.js} +1 -1
  6. package/dist/client/_nuxt/{CSWa0Nc-.js → DI7VRsfF.js} +1 -1
  7. package/dist/client/_nuxt/{CAywURt7.js → NbccNBFl.js} +13 -13
  8. package/dist/client/_nuxt/builds/latest.json +1 -1
  9. package/dist/client/_nuxt/builds/meta/54747b43-880a-49d1-91ff-d00dbcdf3ad7.json +1 -0
  10. package/dist/client/_nuxt/error-404.Cqp3ffuH.css +1 -0
  11. package/dist/client/_nuxt/error-500.B9hH8BAi.css +1 -0
  12. package/dist/client/index.html +1 -1
  13. package/dist/module.json +1 -1
  14. package/dist/module.mjs +22 -7
  15. package/dist/registry.mjs +22 -0
  16. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.d.vue.ts +1 -1
  17. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue.d.ts +1 -1
  18. package/dist/runtime/components/ScriptGravatar.d.vue.ts +22 -0
  19. package/dist/runtime/components/ScriptGravatar.vue +46 -0
  20. package/dist/runtime/components/ScriptGravatar.vue.d.ts +22 -0
  21. package/dist/runtime/components/ScriptLoadingIndicator.d.vue.ts +1 -1
  22. package/dist/runtime/components/ScriptLoadingIndicator.vue.d.ts +1 -1
  23. package/dist/runtime/components/ScriptPayPalButtons.d.vue.ts +42 -31
  24. package/dist/runtime/components/ScriptPayPalButtons.vue +43 -76
  25. package/dist/runtime/components/ScriptPayPalButtons.vue.d.ts +42 -31
  26. package/dist/runtime/components/ScriptPayPalMessages.d.vue.ts +36 -22
  27. package/dist/runtime/components/ScriptPayPalMessages.vue +41 -47
  28. package/dist/runtime/components/ScriptPayPalMessages.vue.d.ts +36 -22
  29. package/dist/runtime/components/ScriptXEmbed.d.vue.ts +1 -1
  30. package/dist/runtime/components/ScriptXEmbed.vue.d.ts +1 -1
  31. package/dist/runtime/registry/clarity.d.ts +2 -7
  32. package/dist/runtime/registry/clarity.js +2 -7
  33. package/dist/runtime/registry/cloudflare-web-analytics.d.ts +2 -13
  34. package/dist/runtime/registry/cloudflare-web-analytics.js +2 -14
  35. package/dist/runtime/registry/crisp.d.ts +2 -32
  36. package/dist/runtime/registry/crisp.js +2 -33
  37. package/dist/runtime/registry/databuddy-analytics.d.ts +2 -35
  38. package/dist/runtime/registry/databuddy-analytics.js +2 -45
  39. package/dist/runtime/registry/fathom-analytics.d.ts +2 -22
  40. package/dist/runtime/registry/fathom-analytics.js +2 -23
  41. package/dist/runtime/registry/google-adsense.d.ts +2 -10
  42. package/dist/runtime/registry/google-adsense.js +2 -11
  43. package/dist/runtime/registry/google-analytics.d.ts +2 -4
  44. package/dist/runtime/registry/google-analytics.js +2 -7
  45. package/dist/runtime/registry/google-maps.d.ts +2 -8
  46. package/dist/runtime/registry/google-maps.js +2 -8
  47. package/dist/runtime/registry/google-recaptcha.d.ts +2 -6
  48. package/dist/runtime/registry/google-recaptcha.js +2 -10
  49. package/dist/runtime/registry/google-sign-in.d.ts +2 -13
  50. package/dist/runtime/registry/google-sign-in.js +2 -22
  51. package/dist/runtime/registry/google-tag-manager.d.ts +2 -27
  52. package/dist/runtime/registry/google-tag-manager.js +2 -25
  53. package/dist/runtime/registry/gravatar.d.ts +25 -0
  54. package/dist/runtime/registry/gravatar.js +32 -0
  55. package/dist/runtime/registry/hotjar.d.ts +2 -4
  56. package/dist/runtime/registry/hotjar.js +2 -5
  57. package/dist/runtime/registry/instagram-embed.d.ts +2 -17
  58. package/dist/runtime/registry/instagram-embed.js +2 -18
  59. package/dist/runtime/registry/intercom.d.ts +2 -10
  60. package/dist/runtime/registry/intercom.js +2 -12
  61. package/dist/runtime/registry/matomo-analytics.d.ts +2 -11
  62. package/dist/runtime/registry/matomo-analytics.js +2 -11
  63. package/dist/runtime/registry/meta-pixel.d.ts +2 -4
  64. package/dist/runtime/registry/meta-pixel.js +2 -4
  65. package/dist/runtime/registry/npm.d.ts +2 -6
  66. package/dist/runtime/registry/npm.js +2 -7
  67. package/dist/runtime/registry/paypal.d.ts +4 -25
  68. package/dist/runtime/registry/paypal.js +3 -66
  69. package/dist/runtime/registry/posthog.d.ts +10 -12
  70. package/dist/runtime/registry/posthog.js +2 -11
  71. package/dist/runtime/registry/reddit-pixel.d.ts +2 -4
  72. package/dist/runtime/registry/reddit-pixel.js +2 -4
  73. package/dist/runtime/registry/rybbit-analytics.d.ts +2 -14
  74. package/dist/runtime/registry/rybbit-analytics.js +2 -16
  75. package/dist/runtime/registry/schemas.d.ts +940 -0
  76. package/dist/runtime/registry/schemas.js +895 -0
  77. package/dist/runtime/registry/segment.d.ts +2 -5
  78. package/dist/runtime/registry/segment.js +2 -5
  79. package/dist/runtime/registry/snapchat-pixel.d.ts +2 -31
  80. package/dist/runtime/registry/snapchat-pixel.js +2 -20
  81. package/dist/runtime/registry/stripe.d.ts +2 -3
  82. package/dist/runtime/registry/stripe.js +2 -4
  83. package/dist/runtime/registry/tiktok-pixel.d.ts +2 -5
  84. package/dist/runtime/registry/tiktok-pixel.js +2 -6
  85. package/dist/runtime/registry/umami-analytics.d.ts +2 -31
  86. package/dist/runtime/registry/umami-analytics.js +2 -36
  87. package/dist/runtime/registry/vercel-analytics.d.ts +29 -0
  88. package/dist/runtime/registry/vercel-analytics.js +84 -0
  89. package/dist/runtime/registry/x-embed.d.ts +2 -16
  90. package/dist/runtime/registry/x-embed.js +2 -17
  91. package/dist/runtime/registry/x-pixel.d.ts +2 -5
  92. package/dist/runtime/registry/x-pixel.js +2 -5
  93. package/dist/runtime/server/gravatar-proxy.d.ts +2 -0
  94. package/dist/runtime/server/gravatar-proxy.js +62 -0
  95. package/dist/runtime/types.d.ts +8 -2
  96. package/dist/runtime/utils.d.ts +2 -2
  97. package/dist/runtime/utils.js +3 -2
  98. package/dist/shared/{scripts.DLRgvHQg.mjs → scripts.Bg4pl9Yo.mjs} +22 -0
  99. package/dist/stats.mjs +152 -94
  100. package/dist/types-source.d.mts +11 -367
  101. package/dist/types-source.d.ts +11 -367
  102. package/dist/types-source.mjs +225 -460
  103. package/package.json +4 -4
  104. package/dist/client/_nuxt/builds/meta/0f5f1d62-f186-4aef-a618-dcef5ec637c1.json +0 -1
  105. package/dist/client/_nuxt/error-404.B57D-jUQ.css +0 -1
  106. package/dist/client/_nuxt/error-500.DTHUW7BI.css +0 -1
  107. package/dist/runtime/components/ScriptPayPalMarks.d.vue.ts +0 -52
  108. package/dist/runtime/components/ScriptPayPalMarks.vue +0 -71
  109. package/dist/runtime/components/ScriptPayPalMarks.vue.d.ts +0 -52
package/dist/stats.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { g as getAllProxyConfigs } from './shared/scripts.DLRgvHQg.mjs';
1
+ import { g as getAllProxyConfigs } from './shared/scripts.Bg4pl9Yo.mjs';
2
2
 
3
3
  const scriptMeta = {
4
4
  // Analytics
@@ -20,8 +20,7 @@ const scriptMeta = {
20
20
  trackedData: ["page-views", "events", "conversions"]
21
21
  },
22
22
  matomoAnalytics: {
23
- urls: [],
24
- // Self-hosted, no canonical CDN
23
+ urls: ["https://cdn.matomo.cloud/demo.matomo.cloud/matomo.js"],
25
24
  trackedData: ["page-views", "events", "conversions", "user-identity", "heatmaps", "ab-testing"]
26
25
  },
27
26
  rybbitAnalytics: {
@@ -33,8 +32,7 @@ const scriptMeta = {
33
32
  trackedData: ["page-views", "events"]
34
33
  },
35
34
  segment: {
36
- urls: [],
37
- // Dynamic URL based on writeKey
35
+ urls: ["https://cdn.segment.com/analytics.js/v1/KBXOGxgqMFjm2mxtJDJg0iDn5AnGYb9C/analytics.min.js"],
38
36
  trackedData: ["page-views", "events", "conversions", "user-identity"]
39
37
  },
40
38
  googleAnalytics: {
@@ -71,8 +69,7 @@ const scriptMeta = {
71
69
  trackedData: ["page-views", "retargeting", "audiences"]
72
70
  },
73
71
  carbonAds: {
74
- urls: [],
75
- // Dynamic script per site
72
+ urls: ["https://cdn.carbonads.com/carbon.js?serve=CW7DTKJL&placement=unlighthousedev&format=cover"],
76
73
  trackedData: ["page-views"]
77
74
  },
78
75
  // Session replay / Heatmaps
@@ -108,8 +105,7 @@ const scriptMeta = {
108
105
  trackedData: ["transactions"]
109
106
  },
110
107
  payPal: {
111
- urls: [],
112
- // Dynamic URL with client-id
108
+ urls: ["https://www.paypal.com/web-sdk/v6/core"],
113
109
  trackedData: ["transactions"]
114
110
  },
115
111
  // Video
@@ -147,14 +143,14 @@ const scriptMeta = {
147
143
  const plausibleAnalytics = {
148
144
  totalTransferKb: 1.9,
149
145
  totalDecodedKb: 2.9,
150
- loadTimeMs: 69,
146
+ loadTimeMs: 79,
151
147
  scripts: [
152
148
  {
153
149
  url: "https://plausible.io/js/script.js",
154
150
  transferKb: 1.9,
155
151
  decodedKb: 2.9,
156
152
  encoding: "zstd",
157
- durationMs: 69,
153
+ durationMs: 79,
158
154
  initiatorType: "script",
159
155
  protocol: "unknown"
160
156
  }
@@ -163,14 +159,14 @@ const plausibleAnalytics = {
163
159
  const cloudflareWebAnalytics = {
164
160
  totalTransferKb: 10.8,
165
161
  totalDecodedKb: 30.4,
166
- loadTimeMs: 67,
162
+ loadTimeMs: 100,
167
163
  scripts: [
168
164
  {
169
165
  url: "https://static.cloudflareinsights.com/beacon.min.js",
170
166
  transferKb: 10.8,
171
167
  decodedKb: 30.4,
172
168
  encoding: "gzip",
173
- durationMs: 67,
169
+ durationMs: 100,
174
170
  initiatorType: "script",
175
171
  protocol: "unknown"
176
172
  }
@@ -186,46 +182,55 @@ const postHog = {
186
182
  const fathomAnalytics = {
187
183
  totalTransferKb: 3,
188
184
  totalDecodedKb: 6.7,
189
- loadTimeMs: 261,
185
+ loadTimeMs: 340,
190
186
  scripts: [
191
187
  {
192
188
  url: "https://cdn.usefathom.com/script.js",
193
189
  transferKb: 2.7,
194
190
  decodedKb: 6.7,
195
191
  encoding: "zstd",
196
- durationMs: 88,
192
+ durationMs: 340,
197
193
  initiatorType: "script",
198
194
  protocol: "unknown"
199
195
  },
200
196
  {
201
- url: "https://cdn.usefathom.com/?h=http%3A%2F%2F127.0.0.1&p=%2FfathomAnalytics&r=&sid=null&qs=%7B%7D&cid=14910023",
197
+ url: "https://cdn.usefathom.com/?h=http%3A%2F%2F127.0.0.1&p=%2FfathomAnalytics&r=&sid=null&qs=%7B%7D&cid=22238330",
202
198
  transferKb: 0.3,
203
199
  decodedKb: 0,
204
200
  encoding: "none",
205
- durationMs: 261,
201
+ durationMs: 304,
206
202
  initiatorType: "img",
207
203
  protocol: "unknown"
208
204
  }
209
205
  ]
210
206
  };
211
207
  const matomoAnalytics = {
212
- totalTransferKb: 0,
213
- totalDecodedKb: 0,
214
- loadTimeMs: 0,
208
+ totalTransferKb: 60.4,
209
+ totalDecodedKb: 218.6,
210
+ loadTimeMs: 101,
215
211
  scripts: [
212
+ {
213
+ url: "https://cdn.matomo.cloud/demo.matomo.cloud/matomo.js",
214
+ transferKb: 60.4,
215
+ decodedKb: 218.6,
216
+ encoding: "br",
217
+ durationMs: 101,
218
+ initiatorType: "script",
219
+ protocol: "unknown"
220
+ }
216
221
  ]
217
222
  };
218
223
  const rybbitAnalytics = {
219
224
  totalTransferKb: 9,
220
225
  totalDecodedKb: 25.3,
221
- loadTimeMs: 1087,
226
+ loadTimeMs: 1127,
222
227
  scripts: [
223
228
  {
224
229
  url: "https://app.rybbit.io/api/script.js",
225
230
  transferKb: 9,
226
231
  decodedKb: 25.3,
227
232
  encoding: "zstd",
228
- durationMs: 1087,
233
+ durationMs: 1127,
229
234
  initiatorType: "script",
230
235
  protocol: "unknown"
231
236
  }
@@ -234,37 +239,55 @@ const rybbitAnalytics = {
234
239
  const databuddyAnalytics = {
235
240
  totalTransferKb: 10.6,
236
241
  totalDecodedKb: 29.2,
237
- loadTimeMs: 49,
242
+ loadTimeMs: 83,
238
243
  scripts: [
239
244
  {
240
245
  url: "https://cdn.databuddy.cc/databuddy.js",
241
246
  transferKb: 10.6,
242
247
  decodedKb: 29.2,
243
248
  encoding: "zstd",
244
- durationMs: 49,
249
+ durationMs: 83,
245
250
  initiatorType: "script",
246
251
  protocol: "unknown"
247
252
  }
248
253
  ]
249
254
  };
250
255
  const segment = {
251
- totalTransferKb: 0,
252
- totalDecodedKb: 0,
253
- loadTimeMs: 0,
256
+ totalTransferKb: 29.4,
257
+ totalDecodedKb: 107,
258
+ loadTimeMs: 597,
254
259
  scripts: [
260
+ {
261
+ url: "https://cdn.segment.com/analytics.js/v1/KBXOGxgqMFjm2mxtJDJg0iDn5AnGYb9C/analytics.min.js",
262
+ transferKb: 28.2,
263
+ decodedKb: 106.4,
264
+ encoding: "br",
265
+ durationMs: 597,
266
+ initiatorType: "script",
267
+ protocol: "unknown"
268
+ },
269
+ {
270
+ url: "https://cdn.segment.com/v1/projects/KBXOGxgqMFjm2mxtJDJg0iDn5AnGYb9C/settings",
271
+ transferKb: 1.2,
272
+ decodedKb: 0.6,
273
+ encoding: "none",
274
+ durationMs: 83,
275
+ initiatorType: "fetch",
276
+ protocol: "unknown"
277
+ }
255
278
  ]
256
279
  };
257
280
  const googleAnalytics = {
258
- totalTransferKb: 151.4,
259
- totalDecodedKb: 445.9,
260
- loadTimeMs: 544,
281
+ totalTransferKb: 151.5,
282
+ totalDecodedKb: 446,
283
+ loadTimeMs: 537,
261
284
  scripts: [
262
285
  {
263
286
  url: "https://www.googletagmanager.com/gtag/js?id=G-TR58L0EF8P",
264
- transferKb: 151.4,
265
- decodedKb: 445.9,
287
+ transferKb: 151.5,
288
+ decodedKb: 446,
266
289
  encoding: "zstd",
267
- durationMs: 544,
290
+ durationMs: 537,
268
291
  initiatorType: "script",
269
292
  protocol: "unknown"
270
293
  }
@@ -273,14 +296,14 @@ const googleAnalytics = {
273
296
  const umamiAnalytics = {
274
297
  totalTransferKb: 2.4,
275
298
  totalDecodedKb: 2.6,
276
- loadTimeMs: 63,
299
+ loadTimeMs: 99,
277
300
  scripts: [
278
301
  {
279
302
  url: "https://cloud.umami.is/script.js",
280
303
  transferKb: 2.4,
281
304
  decodedKb: 2.6,
282
305
  encoding: "br",
283
- durationMs: 63,
306
+ durationMs: 99,
284
307
  initiatorType: "script",
285
308
  protocol: "unknown"
286
309
  }
@@ -289,14 +312,14 @@ const umamiAnalytics = {
289
312
  const metaPixel = {
290
313
  totalTransferKb: 93.9,
291
314
  totalDecodedKb: 353.3,
292
- loadTimeMs: 114,
315
+ loadTimeMs: 123,
293
316
  scripts: [
294
317
  {
295
318
  url: "https://connect.facebook.net/en_US/fbevents.js",
296
319
  transferKb: 93.9,
297
320
  decodedKb: 353.3,
298
321
  encoding: "gzip",
299
- durationMs: 114,
322
+ durationMs: 123,
300
323
  initiatorType: "script",
301
324
  protocol: "h2"
302
325
  }
@@ -305,14 +328,14 @@ const metaPixel = {
305
328
  const xPixel = {
306
329
  totalTransferKb: 9.5,
307
330
  totalDecodedKb: 32.3,
308
- loadTimeMs: 53,
331
+ loadTimeMs: 72,
309
332
  scripts: [
310
333
  {
311
334
  url: "https://static.ads-twitter.com/uwt.js",
312
335
  transferKb: 9.5,
313
336
  decodedKb: 32.3,
314
337
  encoding: "gzip",
315
- durationMs: 53,
338
+ durationMs: 72,
316
339
  initiatorType: "script",
317
340
  protocol: "unknown"
318
341
  }
@@ -321,14 +344,14 @@ const xPixel = {
321
344
  const tikTokPixel = {
322
345
  totalTransferKb: 2.7,
323
346
  totalDecodedKb: 7.6,
324
- loadTimeMs: 348,
347
+ loadTimeMs: 473,
325
348
  scripts: [
326
349
  {
327
350
  url: "https://analytics.tiktok.com/i18n/pixel/events.js",
328
351
  transferKb: 2.7,
329
352
  decodedKb: 7.6,
330
353
  encoding: "gzip",
331
- durationMs: 348,
354
+ durationMs: 473,
332
355
  initiatorType: "script",
333
356
  protocol: "unknown"
334
357
  }
@@ -337,14 +360,14 @@ const tikTokPixel = {
337
360
  const snapchatPixel = {
338
361
  totalTransferKb: 24.7,
339
362
  totalDecodedKb: 57.4,
340
- loadTimeMs: 600,
363
+ loadTimeMs: 569,
341
364
  scripts: [
342
365
  {
343
366
  url: "https://sc-static.net/scevent.min.js",
344
367
  transferKb: 24.7,
345
368
  decodedKb: 57.4,
346
369
  encoding: "gzip",
347
- durationMs: 600,
370
+ durationMs: 569,
348
371
  initiatorType: "script",
349
372
  protocol: "unknown"
350
373
  }
@@ -353,53 +376,62 @@ const snapchatPixel = {
353
376
  const redditPixel = {
354
377
  totalTransferKb: 20,
355
378
  totalDecodedKb: 79.6,
356
- loadTimeMs: 110,
379
+ loadTimeMs: 122,
357
380
  scripts: [
358
381
  {
359
382
  url: "https://www.redditstatic.com/ads/pixel.js",
360
383
  transferKb: 20,
361
384
  decodedKb: 79.6,
362
385
  encoding: "gzip",
363
- durationMs: 110,
386
+ durationMs: 122,
364
387
  initiatorType: "script",
365
388
  protocol: "unknown"
366
389
  }
367
390
  ]
368
391
  };
369
392
  const googleAdsense = {
370
- totalTransferKb: 63.3,
371
- totalDecodedKb: 192.6,
372
- loadTimeMs: 367,
393
+ totalTransferKb: 63.4,
394
+ totalDecodedKb: 193.1,
395
+ loadTimeMs: 401,
373
396
  scripts: [
374
397
  {
375
398
  url: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",
376
- transferKb: 63.3,
377
- decodedKb: 192.6,
399
+ transferKb: 63.4,
400
+ decodedKb: 193.1,
378
401
  encoding: "br",
379
- durationMs: 367,
402
+ durationMs: 401,
380
403
  initiatorType: "script",
381
404
  protocol: "h2"
382
405
  }
383
406
  ]
384
407
  };
385
408
  const carbonAds = {
386
- totalTransferKb: 0,
387
- totalDecodedKb: 0,
388
- loadTimeMs: 0,
409
+ totalTransferKb: 10.8,
410
+ totalDecodedKb: 37.1,
411
+ loadTimeMs: 55,
389
412
  scripts: [
413
+ {
414
+ url: "https://cdn.carbonads.com/carbon.js?serve=CW7DTKJL&placement=unlighthousedev&format=cover",
415
+ transferKb: 10.8,
416
+ decodedKb: 37.1,
417
+ encoding: "gzip",
418
+ durationMs: 55,
419
+ initiatorType: "script",
420
+ protocol: "unknown"
421
+ }
390
422
  ]
391
423
  };
392
424
  const hotjar = {
393
425
  totalTransferKb: 6.1,
394
426
  totalDecodedKb: 14.7,
395
- loadTimeMs: 332,
427
+ loadTimeMs: 346,
396
428
  scripts: [
397
429
  {
398
430
  url: "https://static.hotjar.com/c/hotjar-3925006.js?sv=6",
399
431
  transferKb: 6.1,
400
432
  decodedKb: 14.7,
401
433
  encoding: "br",
402
- durationMs: 332,
434
+ durationMs: 346,
403
435
  initiatorType: "script",
404
436
  protocol: "unknown"
405
437
  }
@@ -408,30 +440,30 @@ const hotjar = {
408
440
  const clarity = {
409
441
  totalTransferKb: 0.8,
410
442
  totalDecodedKb: 0.6,
411
- loadTimeMs: 351,
443
+ loadTimeMs: 365,
412
444
  scripts: [
413
445
  {
414
446
  url: "https://www.clarity.ms/tag/mqk2m9dr2v",
415
447
  transferKb: 0.8,
416
448
  decodedKb: 0.6,
417
449
  encoding: "none",
418
- durationMs: 351,
450
+ durationMs: 365,
419
451
  initiatorType: "script",
420
452
  protocol: "unknown"
421
453
  }
422
454
  ]
423
455
  };
424
456
  const googleTagManager = {
425
- totalTransferKb: 106.1,
426
- totalDecodedKb: 295,
427
- loadTimeMs: 599,
457
+ totalTransferKb: 106.4,
458
+ totalDecodedKb: 295.9,
459
+ loadTimeMs: 483,
428
460
  scripts: [
429
461
  {
430
462
  url: "https://www.googletagmanager.com/gtm.js?id=GTM-MWW974PF",
431
- transferKb: 106.1,
432
- decodedKb: 295,
463
+ transferKb: 106.4,
464
+ decodedKb: 295.9,
433
465
  encoding: "zstd",
434
- durationMs: 599,
466
+ durationMs: 483,
435
467
  initiatorType: "script",
436
468
  protocol: "unknown"
437
469
  }
@@ -440,14 +472,14 @@ const googleTagManager = {
440
472
  const intercom = {
441
473
  totalTransferKb: 3.6,
442
474
  totalDecodedKb: 7.4,
443
- loadTimeMs: 77,
475
+ loadTimeMs: 735,
444
476
  scripts: [
445
477
  {
446
478
  url: "https://widget.intercom.io/widget/akg5rmxb",
447
479
  transferKb: 3.6,
448
480
  decodedKb: 7.4,
449
481
  encoding: "gzip",
450
- durationMs: 77,
482
+ durationMs: 735,
451
483
  initiatorType: "script",
452
484
  protocol: "unknown"
453
485
  }
@@ -456,30 +488,30 @@ const intercom = {
456
488
  const crisp = {
457
489
  totalTransferKb: 3.3,
458
490
  totalDecodedKb: 7.6,
459
- loadTimeMs: 64,
491
+ loadTimeMs: 92,
460
492
  scripts: [
461
493
  {
462
494
  url: "https://client.crisp.chat/l.js",
463
495
  transferKb: 3.3,
464
496
  decodedKb: 7.6,
465
497
  encoding: "br",
466
- durationMs: 64,
498
+ durationMs: 92,
467
499
  initiatorType: "script",
468
500
  protocol: "unknown"
469
501
  }
470
502
  ]
471
503
  };
472
504
  const stripe = {
473
- totalTransferKb: 213.2,
505
+ totalTransferKb: 212.4,
474
506
  totalDecodedKb: 916.7,
475
- loadTimeMs: 125,
507
+ loadTimeMs: 170,
476
508
  scripts: [
477
509
  {
478
510
  url: "https://js.stripe.com/v3/",
479
- transferKb: 213.2,
511
+ transferKb: 212.4,
480
512
  decodedKb: 916.7,
481
513
  encoding: "br",
482
- durationMs: 125,
514
+ durationMs: 170,
483
515
  initiatorType: "script",
484
516
  protocol: "h2"
485
517
  }
@@ -488,62 +520,71 @@ const stripe = {
488
520
  const lemonSqueezy = {
489
521
  totalTransferKb: 1.8,
490
522
  totalDecodedKb: 3.8,
491
- loadTimeMs: 56,
523
+ loadTimeMs: 84,
492
524
  scripts: [
493
525
  {
494
526
  url: "https://assets.lemonsqueezy.com/lemon.js",
495
527
  transferKb: 1.8,
496
528
  decodedKb: 3.8,
497
529
  encoding: "br",
498
- durationMs: 56,
530
+ durationMs: 84,
499
531
  initiatorType: "script",
500
532
  protocol: "unknown"
501
533
  }
502
534
  ]
503
535
  };
504
536
  const payPal = {
505
- totalTransferKb: 0,
506
- totalDecodedKb: 0,
507
- loadTimeMs: 0,
537
+ totalTransferKb: 49.6,
538
+ totalDecodedKb: 150.9,
539
+ loadTimeMs: 182,
508
540
  scripts: [
541
+ {
542
+ url: "https://www.paypal.com/web-sdk/v6/core",
543
+ transferKb: 49.6,
544
+ decodedKb: 150.9,
545
+ encoding: "gzip",
546
+ durationMs: 182,
547
+ initiatorType: "script",
548
+ protocol: "unknown"
549
+ }
509
550
  ]
510
551
  };
511
552
  const vimeoPlayer = {
512
553
  totalTransferKb: 8.9,
513
554
  totalDecodedKb: 23.8,
514
- loadTimeMs: 81,
555
+ loadTimeMs: 107,
515
556
  scripts: [
516
557
  {
517
558
  url: "https://player.vimeo.com/api/player.js",
518
559
  transferKb: 8.9,
519
560
  decodedKb: 23.8,
520
561
  encoding: "gzip",
521
- durationMs: 81,
562
+ durationMs: 107,
522
563
  initiatorType: "script",
523
564
  protocol: "unknown"
524
565
  }
525
566
  ]
526
567
  };
527
568
  const youTubePlayer = {
528
- totalTransferKb: 13.6,
569
+ totalTransferKb: 14,
529
570
  totalDecodedKb: 32.4,
530
- loadTimeMs: 256,
571
+ loadTimeMs: 293,
531
572
  scripts: [
532
573
  {
533
574
  url: "https://www.youtube.com/iframe_api",
534
- transferKb: 3,
575
+ transferKb: 3.4,
535
576
  decodedKb: 1,
536
577
  encoding: "br",
537
- durationMs: 256,
578
+ durationMs: 293,
538
579
  initiatorType: "script",
539
580
  protocol: "unknown"
540
581
  },
541
582
  {
542
- url: "https://www.youtube.com/s/player/140dafda/www-widgetapi.vflset/www-widgetapi.js",
583
+ url: "https://www.youtube.com/s/player/99f55c01/www-widgetapi.vflset/www-widgetapi.js",
543
584
  transferKb: 10.6,
544
585
  decodedKb: 31.4,
545
586
  encoding: "br",
546
- durationMs: 22,
587
+ durationMs: 20,
547
588
  initiatorType: "script",
548
589
  protocol: "unknown"
549
590
  }
@@ -565,24 +606,24 @@ const npm = {
565
606
  };
566
607
  const googleRecaptcha = {
567
608
  totalTransferKb: 360.6,
568
- totalDecodedKb: 843.2,
569
- loadTimeMs: 247,
609
+ totalDecodedKb: 844.4,
610
+ loadTimeMs: 252,
570
611
  scripts: [
571
612
  {
572
613
  url: "https://www.google.com/recaptcha/api.js",
573
614
  transferKb: 1.5,
574
615
  decodedKb: 1.6,
575
616
  encoding: "gzip",
576
- durationMs: 247,
617
+ durationMs: 252,
577
618
  initiatorType: "script",
578
619
  protocol: "unknown"
579
620
  },
580
621
  {
581
- url: "https://www.gstatic.com/recaptcha/releases/AWtrSI7lAmTAfV1rzWqEqz54/recaptcha__en.js",
622
+ url: "https://www.gstatic.com/recaptcha/releases/QvLuXwupqtKMva7GIh5eGl3U/recaptcha__en.js",
582
623
  transferKb: 359.1,
583
- decodedKb: 841.6,
624
+ decodedKb: 842.8,
584
625
  encoding: "gzip",
585
- durationMs: 201,
626
+ durationMs: 227,
586
627
  initiatorType: "script",
587
628
  protocol: "h2"
588
629
  }
@@ -591,19 +632,35 @@ const googleRecaptcha = {
591
632
  const googleSignIn = {
592
633
  totalTransferKb: 91.8,
593
634
  totalDecodedKb: 246.7,
594
- loadTimeMs: 567,
635
+ loadTimeMs: 916,
595
636
  scripts: [
596
637
  {
597
638
  url: "https://accounts.google.com/gsi/client",
598
639
  transferKb: 91.8,
599
640
  decodedKb: 246.7,
600
641
  encoding: "gzip",
601
- durationMs: 567,
642
+ durationMs: 916,
602
643
  initiatorType: "script",
603
644
  protocol: "unknown"
604
645
  }
605
646
  ]
606
647
  };
648
+ const vercelAnalytics = {
649
+ totalTransferKb: 1.5,
650
+ totalDecodedKb: 3.8,
651
+ loadTimeMs: 80,
652
+ scripts: [
653
+ {
654
+ url: "https://va.vercel-scripts.com/v1/script.js",
655
+ transferKb: 1.5,
656
+ decodedKb: 3.8,
657
+ encoding: "gzip",
658
+ durationMs: 80,
659
+ initiatorType: "script",
660
+ protocol: "h2"
661
+ }
662
+ ]
663
+ };
607
664
  const scriptSizes = {
608
665
  plausibleAnalytics: plausibleAnalytics,
609
666
  cloudflareWebAnalytics: cloudflareWebAnalytics,
@@ -635,7 +692,8 @@ const scriptSizes = {
635
692
  googleMaps: googleMaps,
636
693
  npm: npm,
637
694
  googleRecaptcha: googleRecaptcha,
638
- googleSignIn: googleSignIn
695
+ googleSignIn: googleSignIn,
696
+ vercelAnalytics: vercelAnalytics
639
697
  };
640
698
 
641
699
  function computePrivacyLevel(privacy) {