@cloudflare/vite-plugin 1.12.2 → 1.12.3
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/index.js +2 -0
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -7607,6 +7607,8 @@ function createCloudflareEnvironmentOptions({
|
|
|
7607
7607
|
ssr: true,
|
|
7608
7608
|
rollupOptions: {
|
|
7609
7609
|
input: workerConfig.main,
|
|
7610
|
+
// workerd checks the types of the exports so we need to ensure that additional exports are not added to the entry module
|
|
7611
|
+
preserveEntrySignatures: "strict",
|
|
7610
7612
|
// rolldown-only option
|
|
7611
7613
|
..."rolldownVersion" in vite ? { platform: "neutral" } : {}
|
|
7612
7614
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/vite-plugin",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.3",
|
|
4
4
|
"description": "Cloudflare plugin for Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"get-port": "^7.1.0",
|
|
38
38
|
"picocolors": "^1.1.1",
|
|
39
39
|
"tinyglobby": "^0.2.12",
|
|
40
|
-
"unenv": "2.0.0-rc.
|
|
40
|
+
"unenv": "2.0.0-rc.20",
|
|
41
41
|
"ws": "8.18.0",
|
|
42
|
-
"@cloudflare/unenv-preset": "2.7.
|
|
43
|
-
"miniflare": "4.
|
|
44
|
-
"wrangler": "4.
|
|
42
|
+
"@cloudflare/unenv-preset": "2.7.2",
|
|
43
|
+
"miniflare": "4.20250902.0",
|
|
44
|
+
"wrangler": "4.34.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@cloudflare/workers-types": "^4.
|
|
47
|
+
"@cloudflare/workers-types": "^4.20250902.0",
|
|
48
48
|
"@types/node": "^22.10.1",
|
|
49
49
|
"@types/ws": "^8.5.13",
|
|
50
50
|
"magic-string": "^0.30.12",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"vite": "^6.1.0 || ^7.0.0",
|
|
63
|
-
"wrangler": "^4.
|
|
63
|
+
"wrangler": "^4.34.0"
|
|
64
64
|
},
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|