@cloudflare/vite-plugin 0.0.0-dba3f2158 → 0.0.0-ddaef2b9c
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.
|
@@ -2698,7 +2698,7 @@ var pr = class extends zs {
|
|
|
2698
2698
|
return e ? this.unstable_getByETag(e) : null;
|
|
2699
2699
|
}
|
|
2700
2700
|
async unstable_exists(t) {
|
|
2701
|
-
let e = new et(this.env.EXPERIMENT_ANALYTICS), n = new se(this.env.UNSAFE_PERFORMANCE), r = 1 /
|
|
2701
|
+
let e = new et(this.env.EXPERIMENT_ANALYTICS), n = new se(this.env.UNSAFE_PERFORMANCE), r = 1 / 2e4, s = "binary";
|
|
2702
2702
|
Math.random() < r && (s = "interpolation"), e.setData({ manifestReadMethod: s }), this.env.COLO_METADATA && this.env.VERSION_METADATA && this.env.CONFIG && e.setData({ accountId: this.env.CONFIG.account_id, experimentName: "manifest-read-timing" });
|
|
2703
2703
|
let i = n.now();
|
|
2704
2704
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/vite-plugin",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-ddaef2b9c",
|
|
4
4
|
"description": "Cloudflare plugin for Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@hattip/adapter-node": "^0.0.49",
|
|
38
38
|
"unenv": "2.0.0-rc.1",
|
|
39
39
|
"ws": "^8.18.0",
|
|
40
|
-
"miniflare": "0.0.0-
|
|
40
|
+
"miniflare": "0.0.0-ddaef2b9c"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@cloudflare/workers-types": "^4.20250204.0",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"tsup": "8.3.0",
|
|
48
48
|
"typescript": "^5.7.2",
|
|
49
49
|
"vite": "^6.1.0",
|
|
50
|
-
"@cloudflare/workers-shared": "0.0.0-dba3f2158",
|
|
51
50
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
52
|
-
"
|
|
51
|
+
"@cloudflare/workers-shared": "0.0.0-ddaef2b9c",
|
|
52
|
+
"wrangler": "0.0.0-ddaef2b9c"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"vite": "^6.1.0",
|