@cloudflare/vite-plugin 1.14.0 → 1.14.2
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.d.ts → index.d.mts} +2 -1
- package/dist/index.d.mts.map +1 -0
- package/dist/{index.js → index.mjs} +1 -1
- package/dist/index.mjs.map +1 -0
- package/package.json +13 -13
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as vite from "vite";
|
|
2
|
+
import { Miniflare, Request, Response } from "miniflare";
|
|
2
3
|
import "wrangler";
|
|
3
4
|
|
|
4
5
|
//#region src/plugin-config.d.ts
|
|
@@ -40,4 +41,4 @@ interface PluginConfig extends EntryWorkerConfig {
|
|
|
40
41
|
declare function cloudflare(pluginConfig?: PluginConfig): vite.Plugin[];
|
|
41
42
|
//#endregion
|
|
42
43
|
export { type PluginConfig, cloudflare };
|
|
43
|
-
//# sourceMappingURL=index.d.
|
|
44
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/plugin-config.ts","../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;AAsBU,KAFE,YAAA,GAEc,OAAA,GAAA;EAIhB,IAAA,EAAA,MAAA;AAA0C,CAAA;AAII,UAR9C,gBAAA,CAYY;EAKL,eAAa,CAAA,EAAA;IACV,IAAA,CAAA,EAAA,MAAA;EACJ,CAAA;;UAfN,iBAAA,SAA0B,gBAaE,CAAA;EAAiB,UAAA,CAAA,EAAA,MAAA;;UAT7C,qBAAA,SAA8B;;ACQxC;UDJU,YAAA;;;;UAKO,YAAA,SAAqB;qBAClB;iBACJ;;;iBAGA;;;;;;AAxBhB;AAAsD;AAE5B;AAI0B;AAII;AASvC,iBCDD,UAAA,CDCc,YAAA,CAAA,ECDW,YDCX,CAAA,ECD+B,IAAA,CAAK,MDCpC,EAAA"}
|
|
@@ -16053,4 +16053,4 @@ function cloudflare(pluginConfig = {}) {
|
|
|
16053
16053
|
|
|
16054
16054
|
//#endregion
|
|
16055
16055
|
export { cloudflare };
|
|
16056
|
-
//# sourceMappingURL=index.
|
|
16056
|
+
//# sourceMappingURL=index.mjs.map
|