@cloudflare/vite-plugin 1.13.13 → 1.13.14

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.
@@ -50,7 +50,7 @@ async function maybeCaptureError(options, fn) {
50
50
  }
51
51
 
52
52
  //#endregion
53
- //#region ../../node_modules/.pnpm/vite@7.0.0_@types+node@20.19.9_jiti@2.6.0_lightningcss@1.29.2_yaml@2.8.1/node_modules/vite/dist/node/module-runner.js
53
+ //#region ../../node_modules/.pnpm/vite@7.0.0_@types+node@20.19.9_jiti@2.6.0_lightningcss@1.30.2_yaml@2.8.1/node_modules/vite/dist/node/module-runner.js
54
54
  /**
55
55
  * Prefix for resolved Ids that are not valid browser import specifiers
56
56
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/vite-plugin",
3
- "version": "1.13.13",
3
+ "version": "1.13.14",
4
4
  "description": "Cloudflare plugin for Vite",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -39,12 +39,12 @@
39
39
  "tinyglobby": "^0.2.12",
40
40
  "unenv": "2.0.0-rc.21",
41
41
  "ws": "8.18.0",
42
- "@cloudflare/unenv-preset": "2.7.7",
43
- "miniflare": "4.20251008.0",
44
- "wrangler": "4.43.0"
42
+ "@cloudflare/unenv-preset": "2.7.8",
43
+ "miniflare": "4.20251011.0",
44
+ "wrangler": "4.44.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@cloudflare/workers-types": "^4.20251008.0",
47
+ "@cloudflare/workers-types": "^4.20251011.0",
48
48
  "@types/node": "^22.10.1",
49
49
  "@types/ws": "^8.5.13",
50
50
  "magic-string": "^0.30.12",
@@ -53,14 +53,14 @@
53
53
  "typescript": "^5.8.3",
54
54
  "vite": "7.0.0",
55
55
  "vitest": "~3.2.0",
56
- "@cloudflare/containers-shared": "0.2.12",
56
+ "@cloudflare/containers-shared": "0.2.13",
57
57
  "@cloudflare/mock-npm-registry": "0.0.0",
58
58
  "@cloudflare/workers-shared": "0.18.8",
59
59
  "@cloudflare/workers-tsconfig": "0.0.0"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "vite": "^6.1.0 || ^7.0.0",
63
- "wrangler": "^4.43.0"
63
+ "wrangler": "^4.44.0"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"