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

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/scripts",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.13",
4
+ "version": "1.0.0-beta.15",
5
5
  "description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -23,7 +23,8 @@
23
23
  "import": "./dist/module.mjs"
24
24
  },
25
25
  "./registry": "./dist/registry.mjs",
26
- "./stats": "./dist/stats.mjs"
26
+ "./stats": "./dist/stats.mjs",
27
+ "./types-source": "./dist/types-source.mjs"
27
28
  },
28
29
  "main": "./dist/module.mjs",
29
30
  "types": "./dist/types.d.mts",
@@ -37,6 +38,9 @@
37
38
  ],
38
39
  "stats": [
39
40
  "./dist/stats.d.mts"
41
+ ],
42
+ "types-source": [
43
+ "./dist/types-source.d.mts"
40
44
  ]
41
45
  }
42
46
  },
@@ -125,25 +129,26 @@
125
129
  "@vue/test-utils": "^2.4.6",
126
130
  "bumpp": "^10.4.1",
127
131
  "eslint": "^10.0.2",
128
- "eslint-plugin-harlanzw": "^0.3.0",
132
+ "eslint-plugin-harlanzw": "^0.4.0",
129
133
  "happy-dom": "^20.8.3",
130
134
  "knitwork": "^1.3.0",
131
135
  "nuxt": "^4.3.1",
132
136
  "playwright-core": "^1.58.2",
133
- "posthog-js": "^1.358.0",
137
+ "posthog-js": "^1.358.1",
134
138
  "shiki": "^4.0.1",
135
139
  "typescript": "^5.9.3",
136
140
  "vitest": "^4.0.18",
137
141
  "vue": "^3.5.29",
138
142
  "vue-router": "^5.0.3",
139
143
  "vue-tsc": "^3.2.5",
140
- "@nuxt/scripts": "1.0.0-beta.13"
144
+ "@nuxt/scripts": "1.0.0-beta.15"
141
145
  },
142
146
  "resolutions": {
143
147
  "@nuxt/scripts": "workspace:*"
144
148
  },
145
149
  "scripts": {
146
150
  "build": "pnpm dev:prepare && pnpm prepack",
151
+ "generate:types": "pnpm dlx tsx scripts/generate-registry-types.ts",
147
152
  "client:build": "nuxi generate client",
148
153
  "client:dev": "nuxi dev client --port 3300",
149
154
  "dev": "nuxi dev playground",
@@ -1 +0,0 @@
1
- {"id":"0e95b1cc-8751-4000-8cb4-a6ef270b636f","timestamp":1772638577886,"prerendered":[]}