devflare 1.0.0-next.37 → 1.0.0-next.39
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/LLM.md +22 -22
- package/dist/browser.js +3 -3
- package/dist/{build-rh7ghrgw.js → build-kw625v84.js} +5 -5
- package/dist/cli/index.js +4 -4
- package/dist/cloudflare/account-resources.d.ts.map +1 -1
- package/dist/config/schema-types-bindings-resources.d.ts +1 -1
- package/dist/config/schema-types-bindings-resources.d.ts.map +1 -1
- package/dist/{deploy-6hzv76sh.js → deploy-9kee65n9.js} +5 -5
- package/dist/{dev-xz2qxw0m.js → dev-x8zr249a.js} +7 -6
- package/dist/{durable-object-pf6gabpn.js → durable-object-0ybmg08a.js} +1 -1
- package/dist/{index-by27mzra.js → index-3cpzsr47.js} +3 -2
- package/dist/{index-p93cngdp.js → index-4mmpccrb.js} +6 -4
- package/dist/{index-mjvybn39.js → index-5hy7jmv3.js} +2 -2
- package/dist/{index-e251zhns.js → index-cv4cvrxe.js} +5 -5
- package/dist/{index-293aqfy4.js → index-nkk59p3y.js} +3 -3
- package/dist/test/email.d.ts.map +1 -1
- package/dist/test/offline-bindings.d.ts +16 -0
- package/dist/test/offline-bindings.d.ts.map +1 -1
- package/dist/test/queue.d.ts.map +1 -1
- package/dist/test/resolve-service-bindings.d.ts.map +1 -1
- package/dist/test/simple-context-durable-objects.d.ts.map +1 -1
- package/dist/transform/durable-object.d.ts.map +1 -1
- package/dist/{types-ahnnpphq.js → types-15yv4cj3.js} +2 -2
- package/dist/utils/entrypoint-discovery.d.ts.map +1 -1
- package/dist/vite/index.js +3 -3
- package/dist/workflows/local-workflow-entrypoints.d.ts.map +1 -1
- package/package.json +1 -1
package/LLM.md
CHANGED
|
@@ -324,21 +324,21 @@ Every native binding or platform lane in the binding docs is listed here with it
|
|
|
324
324
|
- **Services** — `ref()` service bindings, typed worker-to-worker env contracts, local multi-worker runtime, and tests that call the same service binding the app uses. ([link](/docs/bindings/services))
|
|
325
325
|
- **AI** — Native config, generated types, deploy support, and AI Gateway method coverage are present. Real inference, model behavior, billing, and most meaningful tests remain Cloudflare remote behavior. ([link](/docs/bindings/ai))
|
|
326
326
|
- **Vectorize** — Native config, generated types, preview-aware resource naming, and remote-mode tests are supported. Real index semantics and similarity results require Cloudflare. ([link](/docs/bindings/vectorize))
|
|
327
|
-
- **Hyperdrive** — Config, name resolution, local connection strings, and Miniflare-backed Hyperdrive bindings support ordinary app queries
|
|
328
|
-
- **Browser Rendering** — Native config, generated typing, route examples, and bridge-backed dev-server support through the local browser-rendering shim.
|
|
329
|
-
- **Analytics Engine** — Dataset bindings are configured in Devflare
|
|
327
|
+
- **Hyperdrive** — Config, name resolution, local connection strings, and Miniflare-backed Hyperdrive bindings support ordinary app queries through the populated connection fields. The raw socket `connect()` is the one named gap — the local shim throws there, and Miniflare establishes real Hyperdrive sockets only inside a `createTestContext()` run. Hosted pooling, placement, credentials, and production routing remain Cloudflare behavior. ([link](/docs/bindings/hyperdrive))
|
|
328
|
+
- **Browser Rendering** — Native config, generated typing, route examples, and bridge-backed dev-server support through the local browser-rendering shim. Live view, human-in-the-loop, recordings, and external CDP stay hosted, so the local contract is intentionally narrower than the deployed product. ([link](/docs/bindings/browser-rendering))
|
|
329
|
+
- **Analytics Engine** — Dataset bindings are configured in Devflare and compiled for deploy. Local delivery is not yet wired into the dev/test Miniflare config; Miniflare ships a native Analytics Engine plugin whose `writeDataPoint()` is a write-shape-only no-op (it records nothing), so it is not an inherent remote boundary — production ingestion and query behavior remain hosted. ([link](/docs/bindings/analytics-engine))
|
|
330
330
|
- **Send Email** — Outbound email bindings have native config, local support, and test access through the env binding. Inbound email handlers are a separate Worker surface. ([link](/docs/bindings/send-email))
|
|
331
331
|
- **Rate Limiting** — Native fixed-window config, Miniflare-backed local behavior, generated typing, and pure mocks support deterministic application-level rate-limit tests. ([link](/docs/bindings/rate-limiting))
|
|
332
332
|
- **Version Metadata** — Native config, deterministic local metadata, and test helpers support version-aware responses and diagnostics without requiring Cloudflare state. ([link](/docs/bindings/version-metadata))
|
|
333
|
-
- **Worker Loaders** — Devflare wires Worker Loader
|
|
333
|
+
- **Worker Loaders** — Devflare wires Worker Loader `fetch` entrypoints through Miniflare and pure test stubs, so local apps can load explicit Worker payloads without Cloudflare. The named gap is `getDurableObjectClass()`: the local shim throws because that opaque facet-spawning reference only exists inside the runtime. Upload, discovery, and hosted lifecycle stay on the platform. ([link](/docs/bindings/worker-loaders))
|
|
334
334
|
- **Secrets Store** — Native config, Miniflare wiring, and explicit local fixtures cover app code that reads Secrets Store values. Devflare still does not read, provision, or sync account secret values. ([link](/docs/bindings/secrets-store))
|
|
335
335
|
- **AI Search** — Native instance and namespace config plus deterministic fixtures can test application flow. Crawling, indexing, ranking, and hosted model behavior stay in Cloudflare. ([link](/docs/bindings/ai-search))
|
|
336
336
|
- **mTLS Certificates** — Native config and Fetcher-shaped local fixtures are supported. Real client-certificate presentation and certificate lifecycle remain Wrangler and Cloudflare remote behavior. ([link](/docs/bindings/mtls-certificates))
|
|
337
337
|
- **Dispatch Namespaces** — Native dispatch namespace bindings and tenant Fetcher fixtures are supported. Devflare does not upload tenant Workers or emulate the Workers for Platforms control plane. ([link](/docs/bindings/dispatch-namespaces))
|
|
338
338
|
- **Workflows** — Native config, Miniflare workflow bindings, deterministic mocks, and real WorkflowEntrypoint examples cover the local app loop. Production lifecycle, durability, retries, and scheduling remain Cloudflare-owned. ([link](/docs/bindings/workflows))
|
|
339
339
|
- **Pipelines** — Native config and local send-recording tests are supported for producer code. Pipeline creation, batching, transformations, sinks, and delivery are Cloudflare-managed. ([link](/docs/bindings/pipelines))
|
|
340
|
-
- **Images** — Native singleton config, Miniflare image bindings,
|
|
341
|
-
- **Media Transformations** — Native config, Miniflare media bindings, and deterministic pure
|
|
340
|
+
- **Images** — Native singleton config, Miniflare image bindings, and a low-fidelity deterministic pure mock cover Worker `info()`/transform chain shapes. The named gap is the hosted storage API (`hosted.image()` / `.upload()` / `.list()`), which throws locally. Hosted storage, variants, delivery rules, billing, and final transform fidelity remain remote. ([link](/docs/bindings/images))
|
|
341
|
+
- **Media Transformations** — Native config, Miniflare media bindings, and a deterministic passthrough pure mock cover Worker media transform chain shapes locally. Real codecs, output fidelity, duration handling, cache behavior, and billing remain hosted Cloudflare behavior, so the local contract is narrower than the deployed product. ([link](/docs/bindings/media-transformations))
|
|
342
342
|
- **Artifacts** — Native config and in-memory repo or token fixtures are supported for app flow. Durable storage, Git-over-HTTPS remotes, namespace creation, and permissions are Cloudflare-owned. ([link](/docs/bindings/artifacts))
|
|
343
343
|
- **Containers** — Native top-level container config has full local support through Docker or Podman: Devflare can build Dockerfile paths offline-first, run prebuilt image tags, and interact with launched instances. Deployed rollout, registry availability, SSH, scaling, and hosted platform behavior remain Cloudflare-owned. ([link](/docs/bindings/containers))
|
|
344
344
|
|
|
@@ -10058,11 +10058,11 @@ export async function fetch(): Promise<Response> {
|
|
|
10058
10058
|
|
|
10059
10059
|
#### Local and Remote Support
|
|
10060
10060
|
|
|
10061
|
-
Devflare
|
|
10061
|
+
Devflare has a real lane for Hyperdrive, but the local contract is intentionally narrower than Cloudflare's hosted product. The docs call out the supported local path and the remote boundary separately.
|
|
10062
10062
|
|
|
10063
|
-
Full local support when Devflare has a local database connection string for the binding.
|
|
10063
|
+
Full local support when Devflare has a local database connection string for the binding. Use the documented local lane only for the behavior Devflare explicitly models, and keep the narrower boundary visible in code review.
|
|
10064
10064
|
|
|
10065
|
-
Use Cloudflare when the
|
|
10065
|
+
Use Cloudflare when the app depends on real preview isolation or actual postgres query behavior. This is the lane for full Hyperdrive product fidelity, remote state, lifecycle behavior, and platform-specific limits.
|
|
10066
10066
|
|
|
10067
10067
|
#### When this binding fits best
|
|
10068
10068
|
|
|
@@ -10416,11 +10416,11 @@ export async function fetch(): Promise<Response> {
|
|
|
10416
10416
|
|
|
10417
10417
|
#### Local and Remote Support
|
|
10418
10418
|
|
|
10419
|
-
Devflare
|
|
10419
|
+
Devflare has a real lane for Browser Rendering, but the local contract is intentionally narrower than Cloudflare's hosted product. The docs call out the supported local path and the remote boundary separately.
|
|
10420
10420
|
|
|
10421
10421
|
Local support is the Devflare browser-rendering shim: the dev server starts a loopback-only browser bridge and binding worker that browser libraries can call during local development. Treat it as a practical local/dev path, then use Cloudflare for hosted Browser Rendering limits, session behavior, and product fidelity.
|
|
10422
10422
|
|
|
10423
|
-
Use Cloudflare when the
|
|
10423
|
+
Use Cloudflare when a real browser workflow is mission-critical or too heavy for ordinary test runs. This is the lane for full Browser Rendering product fidelity, remote state, lifecycle behavior, and platform-specific limits.
|
|
10424
10424
|
|
|
10425
10425
|
#### When this binding fits best
|
|
10426
10426
|
|
|
@@ -10765,9 +10765,9 @@ export async function fetch(): Promise<Response> {
|
|
|
10765
10765
|
|
|
10766
10766
|
#### Local and Remote Support
|
|
10767
10767
|
|
|
10768
|
-
Devflare
|
|
10768
|
+
Devflare has a real lane for Analytics Engine, but the local contract is intentionally narrower than Cloudflare's hosted product. The docs call out the supported local path and the remote boundary separately.
|
|
10769
10769
|
|
|
10770
|
-
Supported, but usually tested through integration or thin mocks.
|
|
10770
|
+
Supported, but usually tested through integration or thin mocks. Use the documented local lane only for the behavior Devflare explicitly models, and keep the narrower boundary visible in code review.
|
|
10771
10771
|
|
|
10772
10772
|
Use Cloudflare when analytics delivery itself is a release-critical guarantee. This is the lane for full Analytics Engine product fidelity, remote state, lifecycle behavior, and platform-specific limits.
|
|
10773
10773
|
|
|
@@ -12152,11 +12152,11 @@ export async function fetch(request: Request): Promise<Response> {
|
|
|
12152
12152
|
|
|
12153
12153
|
#### Local and Remote Support
|
|
12154
12154
|
|
|
12155
|
-
Devflare
|
|
12155
|
+
Devflare has a real lane for Worker Loaders, but the local contract is intentionally narrower than Cloudflare's hosted product. The docs call out the supported local path and the remote boundary separately.
|
|
12156
12156
|
|
|
12157
|
-
Full local support through Miniflare Worker Loader bindings and explicit pure-test Worker stubs.
|
|
12157
|
+
Full local support through Miniflare Worker Loader bindings and explicit pure-test Worker stubs. Use the documented local lane only for the behavior Devflare explicitly models, and keep the narrower boundary visible in code review.
|
|
12158
12158
|
|
|
12159
|
-
Use Cloudflare when the assertion depends on
|
|
12159
|
+
Use Cloudflare when the assertion depends on cloudflare-hosted product behavior rather than the app calling the binding correctly. This is the lane for full Worker Loaders product fidelity, remote state, lifecycle behavior, and platform-specific limits.
|
|
12160
12160
|
|
|
12161
12161
|
#### When this binding fits best
|
|
12162
12162
|
|
|
@@ -14546,11 +14546,11 @@ export async function fetch(request: Request): Promise<Response> {
|
|
|
14546
14546
|
|
|
14547
14547
|
#### Local and Remote Support
|
|
14548
14548
|
|
|
14549
|
-
Devflare
|
|
14549
|
+
Devflare has a real lane for Images, but the local contract is intentionally narrower than Cloudflare's hosted product. The docs call out the supported local path and the remote boundary separately.
|
|
14550
14550
|
|
|
14551
|
-
Full local support through Miniflare image bindings, persisted local state, and deterministic pure mocks.
|
|
14551
|
+
Full local support through Miniflare image bindings, persisted local state, and deterministic pure mocks. Use the documented local lane only for the behavior Devflare explicitly models, and keep the narrower boundary visible in code review.
|
|
14552
14552
|
|
|
14553
|
-
Use Cloudflare when the assertion depends on
|
|
14553
|
+
Use Cloudflare when the assertion depends on cloudflare-hosted product behavior rather than the app calling the binding correctly. This is the lane for full Images product fidelity, remote state, lifecycle behavior, and platform-specific limits.
|
|
14554
14554
|
|
|
14555
14555
|
#### When this binding fits best
|
|
14556
14556
|
|
|
@@ -14878,11 +14878,11 @@ export async function fetch(request: Request): Promise<Response> {
|
|
|
14878
14878
|
|
|
14879
14879
|
#### Local and Remote Support
|
|
14880
14880
|
|
|
14881
|
-
Devflare
|
|
14881
|
+
Devflare has a real lane for Media Transformations, but the local contract is intentionally narrower than Cloudflare's hosted product. The docs call out the supported local path and the remote boundary separately.
|
|
14882
14882
|
|
|
14883
|
-
Full local support through Miniflare media bindings and deterministic pure mocks for transform chains.
|
|
14883
|
+
Full local support through Miniflare media bindings and deterministic pure mocks for transform chains. Use the documented local lane only for the behavior Devflare explicitly models, and keep the narrower boundary visible in code review.
|
|
14884
14884
|
|
|
14885
|
-
Use Cloudflare when the assertion depends on
|
|
14885
|
+
Use Cloudflare when the assertion depends on cloudflare-hosted product behavior rather than the app calling the binding correctly. This is the lane for full Media Transformations product fidelity, remote state, lifecycle behavior, and platform-specific limits.
|
|
14886
14886
|
|
|
14887
14887
|
#### When this binding fits best
|
|
14888
14888
|
|
package/dist/browser.js
CHANGED
|
@@ -1082,11 +1082,11 @@ async function importWsPackageConstructor() {
|
|
|
1082
1082
|
const dynamicImport = new Function("specifier", ["return ", "import", "(specifier)"].join(""));
|
|
1083
1083
|
const wsModule = await dynamicImport("ws");
|
|
1084
1084
|
const defaultExport = wsModule.default;
|
|
1085
|
-
const
|
|
1086
|
-
if (typeof
|
|
1085
|
+
const wsConstructor = wsModule.WebSocket ?? (typeof defaultExport === "object" && defaultExport !== null ? defaultExport.WebSocket : undefined) ?? defaultExport;
|
|
1086
|
+
if (typeof wsConstructor !== "function") {
|
|
1087
1087
|
throw new Error("Could not load a WebSocket client implementation from the ws package");
|
|
1088
1088
|
}
|
|
1089
|
-
return
|
|
1089
|
+
return wsConstructor;
|
|
1090
1090
|
})();
|
|
1091
1091
|
}
|
|
1092
1092
|
return wsPackageConstructorPromise;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
prepareBuildArtifacts
|
|
3
|
-
} from "./index-
|
|
3
|
+
} from "./index-nkk59p3y.js";
|
|
4
4
|
import"./index-aabgympv.js";
|
|
5
5
|
import"./index-z9gy8w6b.js";
|
|
6
|
-
import"./index-
|
|
6
|
+
import"./index-5hy7jmv3.js";
|
|
7
7
|
import"./index-zdd0d9qa.js";
|
|
8
8
|
import"./index-627srx16.js";
|
|
9
9
|
import {
|
|
@@ -13,15 +13,15 @@ import {
|
|
|
13
13
|
logLine
|
|
14
14
|
} from "./index-maw0jjnn.js";
|
|
15
15
|
import"./index-3t6rypgc.js";
|
|
16
|
-
import"./index-
|
|
17
|
-
import"./index-
|
|
16
|
+
import"./index-cv4cvrxe.js";
|
|
17
|
+
import"./index-3cpzsr47.js";
|
|
18
18
|
import"./index-5dkjffqz.js";
|
|
19
19
|
import"./index-mek9msfv.js";
|
|
20
20
|
import"./index-x8s9rwfh.js";
|
|
21
21
|
import"./index-h7r11y4a.js";
|
|
22
22
|
import"./index-04wh9bxx.js";
|
|
23
23
|
import"./index-7m557715.js";
|
|
24
|
-
import"./index-
|
|
24
|
+
import"./index-4mmpccrb.js";
|
|
25
25
|
import"./index-37x76zdn.js";
|
|
26
26
|
|
|
27
27
|
// src/cli/commands/build.ts
|
package/dist/cli/index.js
CHANGED
|
@@ -1315,22 +1315,22 @@ async function runInit(parsed, logger, options) {
|
|
|
1315
1315
|
return runInitCommand(parsed, logger, options);
|
|
1316
1316
|
}
|
|
1317
1317
|
async function runDev(parsed, logger, options) {
|
|
1318
|
-
const { runDevCommand } = await import("../dev-
|
|
1318
|
+
const { runDevCommand } = await import("../dev-x8zr249a.js");
|
|
1319
1319
|
return runDevCommand(parsed, logger, options);
|
|
1320
1320
|
}
|
|
1321
1321
|
async function runBuild(parsed, logger, options) {
|
|
1322
|
-
const { runBuildCommand } = await import("../build-
|
|
1322
|
+
const { runBuildCommand } = await import("../build-kw625v84.js");
|
|
1323
1323
|
return runBuildCommand(parsed, logger, options);
|
|
1324
1324
|
}
|
|
1325
1325
|
async function runDeploy(parsed, logger, options) {
|
|
1326
|
-
const { runDeployCommand } = await import("../deploy-
|
|
1326
|
+
const { runDeployCommand } = await import("../deploy-9kee65n9.js");
|
|
1327
1327
|
return runDeployCommand(parsed, logger, {
|
|
1328
1328
|
...options,
|
|
1329
1329
|
requireExplicitDeployTarget: true
|
|
1330
1330
|
});
|
|
1331
1331
|
}
|
|
1332
1332
|
async function runTypes(parsed, logger, options) {
|
|
1333
|
-
const { runTypesCommand } = await import("../types-
|
|
1333
|
+
const { runTypesCommand } = await import("../types-15yv4cj3.js");
|
|
1334
1334
|
return runTypesCommand(parsed, logger, options);
|
|
1335
1335
|
}
|
|
1336
1336
|
async function runDoctor(parsed, logger, options) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account-resources.d.ts","sourceRoot":"","sources":["../../src/cloudflare/account-resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAAqD,MAAM,OAAO,CAAA;AAChG,OAAO,KAAK,EAEX,WAAW,EAEX,cAAc,EACd,gBAAgB,EAChB,aAAa,EACb,gBAAgB,EAEhB,oBAAoB,EAEpB,eAAe,EAEf,SAAS,EAET,YAAY,EAEZ,kBAAkB,EAClB,MAAM,SAAS,CAAA;AAEhB,wBAAsB,gBAAgB,CACrC,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,eAAe,EAAE,CAAC,CAU5B;AAED,wBAAsB,iBAAiB,CACtC,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,eAAe,CAAC,CAW1B;AAED,wBAAsB,iBAAiB,CACtC,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"account-resources.d.ts","sourceRoot":"","sources":["../../src/cloudflare/account-resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAAqD,MAAM,OAAO,CAAA;AAChG,OAAO,KAAK,EAEX,WAAW,EAEX,cAAc,EACd,gBAAgB,EAChB,aAAa,EACb,gBAAgB,EAEhB,oBAAoB,EAEpB,eAAe,EAEf,SAAS,EAET,YAAY,EAEZ,kBAAkB,EAClB,MAAM,SAAS,CAAA;AAEhB,wBAAsB,gBAAgB,CACrC,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,eAAe,EAAE,CAAC,CAU5B;AAED,wBAAsB,iBAAiB,CACtC,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,eAAe,CAAC,CAW1B;AAED,wBAAsB,iBAAiB,CACtC,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,IAAI,CAAC,CAMf;AAED,wBAAsB,eAAe,CACpC,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,cAAc,EAAE,CAAC,CAU3B;AAED,wBAAsB,gBAAgB,CACrC,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gBAAgB,GAAG;IAC5B,YAAY,CAAC,EAAE,IAAI,GAAG,SAAS,CAAA;IAC/B,mBAAmB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;CACvE,GACC,OAAO,CAAC,cAAc,CAAC,CAoBzB;AAED,wBAAsB,gBAAgB,CACrC,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,IAAI,CAAC,CAMf;AAED,wBAAsB,eAAe,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAChE,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,KAAK,EAAE;IACN,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,CAAC,EAAE,gBAAgB,EAAE,CAAA;CAC3B,EACD,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC,CAO7B;AAED,wBAAsB,kBAAkB,CACvC,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,KAAK,EAAE;IACN,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,CAAC,EAAE,gBAAgB,EAAE,CAAA;CAC3B,EACD,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAO7B;AAED,wBAAsB,UAAU,CAC/B,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,SAAS,EAAE,CAAC,CAqBtB;AAED,wBAAsB,WAAW,CAChC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,SAAS,CAAC,CAgBpB;AAED,wBAAsB,WAAW,CAChC,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,IAAI,CAAC,CAGf;AAED,wBAAsB,aAAa,CAClC,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,YAAY,EAAE,CAAC,CAQzB;AAED,wBAAsB,cAAc,CACnC,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gBAAgB,GAAG;IAC5B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,MAAM,CAAA;IAChE,YAAY,CAAC,EAAE,UAAU,GAAG,kBAAkB,CAAA;CAC9C,GACC,OAAO,CAAC,YAAY,CAAC,CAgBvB;AAED,wBAAsB,cAAc,CACnC,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,IAAI,CAAC,CAMf;AAED,wBAAsB,eAAe,CACpC,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,oBAAoB,EAAE,CAAC,CAYjC;AAED,wBAAsB,gBAAgB,CACrC,SAAS,EAAE,MAAM,EACjB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,IAAI,CAAC,CAMf;AAED,wBAAsB,oBAAoB,CACzC,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAuB/B;AAED,wBAAsB,oBAAoB,CACzC,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE;IACN,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,QAAQ,GAAG,WAAW,GAAG,aAAa,GAAG,MAAM,CAAA;IACvD,WAAW,CAAC,EAAE,MAAM,CAAA;CACpB,EACD,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,kBAAkB,CAAC,CAoB7B;AAED,wBAAsB,oBAAoB,CACzC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,IAAI,CAAC,CAMf;AAED,wBAAsB,YAAY,CACjC,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,gBAAgB,GACxB,OAAO,CAAC,WAAW,EAAE,CAAC,CAaxB"}
|
|
@@ -272,7 +272,7 @@ export interface VersionMetadataBindingInput {
|
|
|
272
272
|
/**
|
|
273
273
|
* Worker Loader binding configuration for Dynamic Workers.
|
|
274
274
|
*/
|
|
275
|
-
export type WorkerLoaderBindingInput =
|
|
275
|
+
export type WorkerLoaderBindingInput = Record<string, never>;
|
|
276
276
|
/**
|
|
277
277
|
* Secrets Store binding by shorthand secret name or explicit store object.
|
|
278
278
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema-types-bindings-resources.d.ts","sourceRoot":"","sources":["../../src/config/schema-types-bindings-resources.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,kBAAkB,GAAG,oBAAoB,CAAA;AAE/E;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAClC;;;;;;;OAOG;IACH,EAAE,EAAE,MAAM,CAAA;CACV;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACpC;;;;;;;OAOG;IACH,IAAI,EAAE,MAAM,CAAA;CACZ;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,kBAAkB,GAAG,oBAAoB,CAAA;AAE/E;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAClC;;;;;;;OAOG;IACH,EAAE,EAAE,MAAM,CAAA;CACV;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACpC;;;;;;;OAOG;IACH,IAAI,EAAE,MAAM,CAAA;CACZ;AAED;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,GAAG,+BAA+B,CAAA;AAEhF;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC/C;;;;;;;OAOG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAA;IAE1B;;;;;;;OAOG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAA;IAE5B;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,OAAO,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IACjC;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAElC;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,kBAAkB,EAAE,CAAA;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAClC;;;;;;;OAOG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;;;;;;;;OASG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;;;;;;;;OASG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB;;;;;;;;;OASG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;;;;;;OASG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB;;;;;;;;;OASG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;;;;;;OASG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACrC;;;;;;;OAOG;IACH,WAAW,EAAE,MAAM,CAAA;IAEnB;;;;;;;OAOG;IACH,MAAM,EAAE,oBAAoB,CAAA;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACpC;;;;;;;OAOG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;;;;;;OAOG;IACH,MAAM,EAAE,EAAE,GAAG,EAAE,CAAA;CACf;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC3C;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,CAAA;CACf;AAED;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,EAAE,CAAA;
|
|
1
|
+
{"version":3,"file":"schema-types-bindings-resources.d.ts","sourceRoot":"","sources":["../../src/config/schema-types-bindings-resources.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
formatDriftWarning,
|
|
7
7
|
prepareBuildArtifacts,
|
|
8
8
|
readBuildManifest
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-nkk59p3y.js";
|
|
10
10
|
import"./index-aabgympv.js";
|
|
11
11
|
import {
|
|
12
12
|
preparePreviewScopedResourcesForDeploy
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
getDependencies
|
|
23
23
|
} from "./index-z9gy8w6b.js";
|
|
24
|
-
import"./index-
|
|
24
|
+
import"./index-5hy7jmv3.js";
|
|
25
25
|
import"./index-zdd0d9qa.js";
|
|
26
26
|
import {
|
|
27
27
|
getPackageVersion
|
|
@@ -35,10 +35,10 @@ import {
|
|
|
35
35
|
yellowBold
|
|
36
36
|
} from "./index-maw0jjnn.js";
|
|
37
37
|
import"./index-3t6rypgc.js";
|
|
38
|
-
import"./index-
|
|
38
|
+
import"./index-cv4cvrxe.js";
|
|
39
39
|
import {
|
|
40
40
|
resolvePackageSpecifier
|
|
41
|
-
} from "./index-
|
|
41
|
+
} from "./index-3cpzsr47.js";
|
|
42
42
|
import"./index-5dkjffqz.js";
|
|
43
43
|
import {
|
|
44
44
|
ServiceBindingValidationError,
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
} from "./index-h7r11y4a.js";
|
|
69
69
|
import"./index-04wh9bxx.js";
|
|
70
70
|
import"./index-7m557715.js";
|
|
71
|
-
import"./index-
|
|
71
|
+
import"./index-4mmpccrb.js";
|
|
72
72
|
import {
|
|
73
73
|
__require
|
|
74
74
|
} from "./index-37x76zdn.js";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
bundleWorkerEntry,
|
|
6
6
|
createDOBundler
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-5hy7jmv3.js";
|
|
8
8
|
import {
|
|
9
9
|
detectViteProject,
|
|
10
10
|
resolveViteMode,
|
|
@@ -53,8 +53,8 @@ import {
|
|
|
53
53
|
resolveServiceBindings,
|
|
54
54
|
resolveWorkerSurfacePaths,
|
|
55
55
|
writeGeneratedViteConfig
|
|
56
|
-
} from "./index-
|
|
57
|
-
import"./index-
|
|
56
|
+
} from "./index-cv4cvrxe.js";
|
|
57
|
+
import"./index-3cpzsr47.js";
|
|
58
58
|
import {
|
|
59
59
|
DEFAULT_WORKFLOW_PATTERN,
|
|
60
60
|
findFiles
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
import"./index-h7r11y4a.js";
|
|
77
77
|
import"./index-04wh9bxx.js";
|
|
78
78
|
import"./index-7m557715.js";
|
|
79
|
-
import"./index-
|
|
79
|
+
import"./index-4mmpccrb.js";
|
|
80
80
|
import {
|
|
81
81
|
__require
|
|
82
82
|
} from "./index-37x76zdn.js";
|
|
@@ -167,9 +167,10 @@ import { join, relative, resolve } from "pathe";
|
|
|
167
167
|
function findExportedClasses(code) {
|
|
168
168
|
const classes = [];
|
|
169
169
|
const classPattern = /export\s+class\s+(\w+)/g;
|
|
170
|
-
let match;
|
|
171
|
-
while (
|
|
170
|
+
let match = classPattern.exec(code);
|
|
171
|
+
while (match !== null) {
|
|
172
172
|
classes.push(match[1]);
|
|
173
|
+
match = classPattern.exec(code);
|
|
173
174
|
}
|
|
174
175
|
return classes;
|
|
175
176
|
}
|
|
@@ -13,9 +13,10 @@ var ENTRYPOINT_CLASS_PATTERN = /export\s+class\s+(\w+)\s+extends\s+WorkerEntrypo
|
|
|
13
13
|
function findEntrypointClasses(code) {
|
|
14
14
|
const classes = [];
|
|
15
15
|
ENTRYPOINT_CLASS_PATTERN.lastIndex = 0;
|
|
16
|
-
let match;
|
|
17
|
-
while (
|
|
16
|
+
let match = ENTRYPOINT_CLASS_PATTERN.exec(code);
|
|
17
|
+
while (match !== null) {
|
|
18
18
|
classes.push(match[1]);
|
|
19
|
+
match = ENTRYPOINT_CLASS_PATTERN.exec(code);
|
|
19
20
|
}
|
|
20
21
|
return classes;
|
|
21
22
|
}
|
|
@@ -192,19 +192,20 @@ async function transformDurableObject(code, id) {
|
|
|
192
192
|
const className = classInfo.name;
|
|
193
193
|
if (classInfo.extendsBase) {
|
|
194
194
|
const exportPattern = new RegExp(`export\\s+class\\s+${className}\\s+extends\\s+DurableObject`, "g");
|
|
195
|
-
let match;
|
|
196
|
-
while (
|
|
195
|
+
let match = exportPattern.exec(code);
|
|
196
|
+
while (match !== null) {
|
|
197
197
|
const start = match.index;
|
|
198
198
|
const exportKeywordEnd = start + "export ".length;
|
|
199
199
|
s.overwrite(start, exportKeywordEnd, "");
|
|
200
200
|
const classNameStart = start + match[0].indexOf(className);
|
|
201
201
|
const classNameEnd = classNameStart + className.length;
|
|
202
202
|
s.overwrite(classNameStart, classNameEnd, `__Original${className}`);
|
|
203
|
+
match = exportPattern.exec(code);
|
|
203
204
|
}
|
|
204
205
|
} else if (classInfo.hasDecorator) {
|
|
205
206
|
const decoratorPattern = new RegExp(`@durableObject\\s*\\([^)]*\\)\\s*\\n?\\s*export\\s+class\\s+${className}(?:\\s+extends\\s+(\\w+))?`, "g");
|
|
206
|
-
let match;
|
|
207
|
-
while (
|
|
207
|
+
let match = decoratorPattern.exec(code);
|
|
208
|
+
while (match !== null) {
|
|
208
209
|
const start = match.index;
|
|
209
210
|
const existingBaseClass = match[1];
|
|
210
211
|
const decoratorEnd = code.indexOf(")", start) + 1;
|
|
@@ -218,6 +219,7 @@ async function transformDurableObject(code, id) {
|
|
|
218
219
|
} else {
|
|
219
220
|
s.overwrite(classNameStart, classDefEnd, `__Original${className} extends DurableObject`);
|
|
220
221
|
}
|
|
222
|
+
match = decoratorPattern.exec(code);
|
|
221
223
|
}
|
|
222
224
|
}
|
|
223
225
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
discoverDurableObjectFiles
|
|
3
|
-
} from "./index-
|
|
3
|
+
} from "./index-cv4cvrxe.js";
|
|
4
4
|
import {
|
|
5
5
|
findFiles
|
|
6
6
|
} from "./index-5dkjffqz.js";
|
|
7
7
|
import {
|
|
8
8
|
transformDurableObject
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-4mmpccrb.js";
|
|
10
10
|
import {
|
|
11
11
|
__require
|
|
12
12
|
} from "./index-37x76zdn.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
discoverEntrypointsSync,
|
|
3
3
|
resolvePackageSpecifier
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-3cpzsr47.js";
|
|
5
5
|
import {
|
|
6
6
|
DEFAULT_DO_PATTERN,
|
|
7
7
|
findFiles,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
} from "./index-7m557715.js";
|
|
42
42
|
import {
|
|
43
43
|
findDurableObjectClasses
|
|
44
|
-
} from "./index-
|
|
44
|
+
} from "./index-4mmpccrb.js";
|
|
45
45
|
import {
|
|
46
46
|
__require
|
|
47
47
|
} from "./index-37x76zdn.js";
|
|
@@ -635,7 +635,7 @@ async function bundleAllEntrypoints(entrypoints, workerName) {
|
|
|
635
635
|
}
|
|
636
636
|
const bun = getBunRuntime();
|
|
637
637
|
if (!bun) {
|
|
638
|
-
console.warn(
|
|
638
|
+
console.warn(`[devflare] Cannot bundle service worker "${workerName}" — the Bun runtime is required to bundle worker scripts, ` + "but this process is not running under Bun. The service binding will be left unresolved. " + "Run your tests with `bun test` (or the devflare test runner) to enable multi-worker service bindings.");
|
|
639
639
|
return null;
|
|
640
640
|
}
|
|
641
641
|
try {
|
|
@@ -711,7 +711,7 @@ async function bundleDOClasses(doClasses, workerName) {
|
|
|
711
711
|
return cached;
|
|
712
712
|
const bun = getBunRuntime();
|
|
713
713
|
if (!bun) {
|
|
714
|
-
console.warn(
|
|
714
|
+
console.warn(`[devflare] Cannot bundle Durable Object worker "${workerName}" — the Bun runtime is required to bundle DO classes, ` + "but this process is not running under Bun. The Durable Object binding will be left unresolved. Run your tests with `bun test` (or the devflare test runner) to enable cross-worker Durable Objects.");
|
|
715
715
|
return null;
|
|
716
716
|
}
|
|
717
717
|
try {
|
|
@@ -1777,7 +1777,7 @@ async function runDurableObjectTransform(code, id, options) {
|
|
|
1777
1777
|
if (!code.includes("DurableObject") && !code.includes("@durableObject")) {
|
|
1778
1778
|
return null;
|
|
1779
1779
|
}
|
|
1780
|
-
const { transformDurableObject } = await import("./durable-object-
|
|
1780
|
+
const { transformDurableObject } = await import("./durable-object-0ybmg08a.js");
|
|
1781
1781
|
return transformDurableObject(code, id);
|
|
1782
1782
|
}
|
|
1783
1783
|
async function runDevflareTransform(code, id, options) {
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./index-z9gy8w6b.js";
|
|
8
8
|
import {
|
|
9
9
|
bundleWorkerEntry
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-5hy7jmv3.js";
|
|
11
11
|
import {
|
|
12
12
|
detectViteProject
|
|
13
13
|
} from "./index-zdd0d9qa.js";
|
|
@@ -21,10 +21,10 @@ import {
|
|
|
21
21
|
prepareComposedWorkerEntrypoint,
|
|
22
22
|
resolveEffectiveViteProject,
|
|
23
23
|
writeGeneratedViteConfig
|
|
24
|
-
} from "./index-
|
|
24
|
+
} from "./index-cv4cvrxe.js";
|
|
25
25
|
import {
|
|
26
26
|
resolvePackageSpecifier
|
|
27
|
-
} from "./index-
|
|
27
|
+
} from "./index-3cpzsr47.js";
|
|
28
28
|
import {
|
|
29
29
|
compileBuildConfig,
|
|
30
30
|
isolateViteBuildOutputPaths,
|
package/dist/test/email.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email.d.ts","sourceRoot":"","sources":["../../src/test/email.ts"],"names":[],"mappings":"AA2BA,MAAM,WAAW,gBAAgB;IAChC,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iDAAiD;IACjD,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,yBAAyB;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAChC;AAED,MAAM,WAAW,aAAa;IAC7B,gDAAgD;IAChD,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAA;IAClC,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,wBAAwB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,8BAA8B;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,gBAAgB;IAChB,SAAS,EAAE,IAAI,CAAA;CACf;AAED,MAAM,MAAM,oBAAoB,GAAG,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAA;AAiBjE;;;GAGG;AACH,wBAAgB,cAAc,CAC7B,OAAO,GAAE;IACR,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACjC,GACJ,IAAI,CAQN;
|
|
1
|
+
{"version":3,"file":"email.d.ts","sourceRoot":"","sources":["../../src/test/email.ts"],"names":[],"mappings":"AA2BA,MAAM,WAAW,gBAAgB;IAChC,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iDAAiD;IACjD,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,yBAAyB;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAChC;AAED,MAAM,WAAW,aAAa;IAC7B,gDAAgD;IAChD,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAA;IAClC,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,wBAAwB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,8BAA8B;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,gBAAgB;IAChB,SAAS,EAAE,IAAI,CAAA;CACf;AAED,MAAM,MAAM,oBAAoB,GAAG,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAA;AAiBjE;;;GAGG;AACH,wBAAgB,cAAc,CAC7B,OAAO,GAAE;IACR,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACjC,GACJ,IAAI,CAQN;AAwGD;;;;;;;GAOG;AACH,iBAAe,IAAI,CAAC,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,QAAQ,CAAC,CA+EhE;AAED;;;;;GAKG;AACH,iBAAS,SAAS,CAAC,QAAQ,EAAE,oBAAoB,GAAG,MAAM,IAAI,CAK7D;AAED;;GAEG;AACH,iBAAS,aAAa,IAAI,aAAa,EAAE,CAExC;AAED;;GAEG;AACH,iBAAS,eAAe,IAAI,IAAI,CAE/B;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,CAS1D;AAED;;;GAGG;AACH,wBAAgB,eAAe,IAAI,IAAI,CAOtC;AAMD,eAAO,MAAM,KAAK;;;;;CAKjB,CAAA"}
|
|
@@ -55,10 +55,26 @@ export declare function getOfflineSupportMatrix(): Record<string, OfflineSupport
|
|
|
55
55
|
export declare function describeOfflineSupport(service: string): OfflineSupportEntry;
|
|
56
56
|
/**
|
|
57
57
|
* Builds a deterministic, pure-test env object from Devflare config.
|
|
58
|
+
*
|
|
59
|
+
* Covers the bindings that have a pure-offline simulator or fixture (rate
|
|
60
|
+
* limits, version metadata, hyperdrive, worker loaders, mTLS, dispatch
|
|
61
|
+
* namespaces, workflows, pipelines, images, media, artifacts, secrets store,
|
|
62
|
+
* AI Search). It does **not** create the core storage/wiring bindings
|
|
63
|
+
* (`kv`, `d1`, `r2`, `queues`, `durableObjects`, `services`) — those require a
|
|
64
|
+
* real Miniflare runtime, which only `createTestContext()` provides. When such a
|
|
65
|
+
* binding is present in config it is reported in the returned `missingFixtures`
|
|
66
|
+
* (its `env` entry is left unset rather than silently faked); use
|
|
67
|
+
* `createTestContext()` or a `createMock*()` helper for those bindings.
|
|
58
68
|
*/
|
|
59
69
|
export declare function createOfflineBindings(config: OfflineConfig, fixtures?: OfflineBindingFixtures, options?: OfflineBindingOptions): OfflineBindingsResult;
|
|
60
70
|
/**
|
|
61
71
|
* Convenience wrapper for callers that only need the derived env object.
|
|
72
|
+
*
|
|
73
|
+
* Note: the core storage/wiring bindings (`kv`, `d1`, `r2`, `queues`,
|
|
74
|
+
* `durableObjects`, `services`) are **not** created here and will be
|
|
75
|
+
* `undefined` in the returned env — they need a real Miniflare runtime. Use
|
|
76
|
+
* `createTestContext()` or a `createMock*()` helper for them, or call
|
|
77
|
+
* `createOfflineBindings()` to inspect `missingFixtures` for the exact list.
|
|
62
78
|
*/
|
|
63
79
|
export declare function createOfflineEnv(config: OfflineConfig, fixtures?: OfflineBindingFixtures, options?: OfflineBindingOptions): Record<string, unknown>;
|
|
64
80
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"offline-bindings.d.ts","sourceRoot":"","sources":["../../src/test/offline-bindings.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"offline-bindings.d.ts","sourceRoot":"","sources":["../../src/test/offline-bindings.ts"],"names":[],"mappings":"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"}
|
package/dist/test/queue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queue.d.ts","sourceRoot":"","sources":["../../src/test/queue.ts"],"names":[],"mappings":"AAwBA,MAAM,WAAW,mBAAmB,CAAC,CAAC,GAAG,OAAO;IAC/C,yDAAyD;IACzD,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,mBAAmB;IACnB,IAAI,EAAE,CAAC,CAAA;IACP,4DAA4D;IAC5D,SAAS,CAAC,EAAE,IAAI,CAAA;IAChB,oDAAoD;IACpD,QAAQ,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,kBAAkB;IAClC,sCAAsC;IACtC,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,iCAAiC;IACjC,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,wDAAwD;IACxD,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAA;CACb;AAcD;;;GAGG;AACH,wBAAgB,cAAc,CAAC,OAAO,EAAE;IACvC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACrC,GAAG,IAAI,CAIP;AAED;;;GAGG;AACH,wBAAgB,eAAe,IAAI,IAAI,CAItC;
|
|
1
|
+
{"version":3,"file":"queue.d.ts","sourceRoot":"","sources":["../../src/test/queue.ts"],"names":[],"mappings":"AAwBA,MAAM,WAAW,mBAAmB,CAAC,CAAC,GAAG,OAAO;IAC/C,yDAAyD;IACzD,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,mBAAmB;IACnB,IAAI,EAAE,CAAC,CAAA;IACP,4DAA4D;IAC5D,SAAS,CAAC,EAAE,IAAI,CAAA;IAChB,oDAAoD;IACpD,QAAQ,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,kBAAkB;IAClC,sCAAsC;IACtC,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,iCAAiC;IACjC,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,wDAAwD;IACxD,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAA;CACb;AAcD;;;GAGG;AACH,wBAAgB,cAAc,CAAC,OAAO,EAAE;IACvC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACrC,GAAG,IAAI,CAIP;AAED;;;GAGG;AACH,wBAAgB,eAAe,IAAI,IAAI,CAItC;AA0ED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,iBAAe,OAAO,CAAC,CAAC,GAAG,OAAO,EACjC,QAAQ,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GACzC,OAAO,CAAC,kBAAkB,CAAC,CAuF7B;AAED;;;;;;;;;;GAUG;AACH,iBAAe,IAAI,CAAC,CAAC,GAAG,OAAO,EAAE,OAAO,EAAE,mBAAmB,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAEjG;AAMD,eAAO,MAAM,KAAK;;;CAGjB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-service-bindings.d.ts","sourceRoot":"","sources":["../../src/test/resolve-service-bindings.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"resolve-service-bindings.d.ts","sourceRoot":"","sources":["../../src/test/resolve-service-bindings.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simple-context-durable-objects.d.ts","sourceRoot":"","sources":["../../src/test/simple-context-durable-objects.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,cAAc,EAAkC,MAAM,WAAW,CAAA;
|
|
1
|
+
{"version":3,"file":"simple-context-durable-objects.d.ts","sourceRoot":"","sources":["../../src/test/simple-context-durable-objects.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,cAAc,EAAkC,MAAM,WAAW,CAAA;AAiP/E,wBAAsB,yBAAyB,CAC9C,MAAM,EAAE,cAAc,EACtB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,GAAG,IAAI,GAC1B,OAAO,CAAC;IACV,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACvC,MAAM,EAAE,MAAM,CAAA;CACd,CAAC,CAmBD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"durable-object.d.ts","sourceRoot":"","sources":["../../src/transform/durable-object.ts"],"names":[],"mappings":"AAOA,OAAO,WAAW,MAAM,cAAc,CAAA;AAOtC;;GAEG;AACH,MAAM,WAAW,WAAW;IAC3B,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,8CAA8C;IAC9C,WAAW,EAAE,OAAO,CAAA;IACpB,qDAAqD;IACrD,YAAY,EAAE,OAAO,CAAA;IACrB,wCAAwC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC1C;AAgJD;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAE/D;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,EAAE,CAE5E;AAMD;;GAEG;AACH,MAAM,WAAW,cAAc;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,GAAE,cAAmB,GAAG,MAAM,CAmEvF;AAMD,MAAM,WAAW,eAAe;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC,CAAA;CAC3C;AAED;;;;;;GAMG;AACH,wBAAsB,sBAAsB,CAC3C,IAAI,EAAE,MAAM,EACZ,EAAE,EAAE,MAAM,GACR,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"durable-object.d.ts","sourceRoot":"","sources":["../../src/transform/durable-object.ts"],"names":[],"mappings":"AAOA,OAAO,WAAW,MAAM,cAAc,CAAA;AAOtC;;GAEG;AACH,MAAM,WAAW,WAAW;IAC3B,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,8CAA8C;IAC9C,WAAW,EAAE,OAAO,CAAA;IACpB,qDAAqD;IACrD,YAAY,EAAE,OAAO,CAAA;IACrB,wCAAwC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC1C;AAgJD;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAE/D;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,EAAE,CAE5E;AAMD;;GAEG;AACH,MAAM,WAAW,cAAc;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,GAAE,cAAmB,GAAG,MAAM,CAmEvF;AAMD,MAAM,WAAW,eAAe;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC,CAAA;CAC3C;AAED;;;;;;GAMG;AACH,wBAAsB,sBAAsB,CAC3C,IAAI,EAAE,MAAM,EACZ,EAAE,EAAE,MAAM,GACR,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC,CAwGjC"}
|
|
@@ -13,7 +13,7 @@ import"./index-3t6rypgc.js";
|
|
|
13
13
|
import {
|
|
14
14
|
discoverEntrypointsAsync,
|
|
15
15
|
resolvePackageSpecifier
|
|
16
|
-
} from "./index-
|
|
16
|
+
} from "./index-3cpzsr47.js";
|
|
17
17
|
import {
|
|
18
18
|
DEFAULT_DO_PATTERN,
|
|
19
19
|
DEFAULT_ENTRYPOINT_PATTERN,
|
|
@@ -28,7 +28,7 @@ import"./index-h7r11y4a.js";
|
|
|
28
28
|
import"./index-04wh9bxx.js";
|
|
29
29
|
import {
|
|
30
30
|
findDurableObjectClasses
|
|
31
|
-
} from "./index-
|
|
31
|
+
} from "./index-4mmpccrb.js";
|
|
32
32
|
import"./index-37x76zdn.js";
|
|
33
33
|
|
|
34
34
|
// src/cli/commands/types.ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entrypoint-discovery.d.ts","sourceRoot":"","sources":["../../src/utils/entrypoint-discovery.ts"],"names":[],"mappings":"AAeA;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACpC,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;CAChB;AAYD;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"entrypoint-discovery.d.ts","sourceRoot":"","sources":["../../src/utils/entrypoint-discovery.ts"],"names":[],"mappings":"AAeA;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACpC,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;CAChB;AAYD;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAa5D;AAMD;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACtC,GAAG,EAAE,MAAM,EACX,OAAO,SAA6B,GAClC,oBAAoB,EAAE,CAuBxB;AAMD;;;;;;;GAOG;AACH,wBAAsB,wBAAwB,CAC7C,GAAG,EAAE,MAAM,EACX,OAAO,SAA6B,GAClC,OAAO,CAAC,oBAAoB,EAAE,CAAC,CAoBjC"}
|
package/dist/vite/index.js
CHANGED
|
@@ -8,15 +8,15 @@ import {
|
|
|
8
8
|
resolveEffectiveViteProject,
|
|
9
9
|
resolveViteUserConfig,
|
|
10
10
|
writeGeneratedViteConfig
|
|
11
|
-
} from "../index-
|
|
12
|
-
import"../index-
|
|
11
|
+
} from "../index-cv4cvrxe.js";
|
|
12
|
+
import"../index-3cpzsr47.js";
|
|
13
13
|
import"../index-5dkjffqz.js";
|
|
14
14
|
import"../index-mek9msfv.js";
|
|
15
15
|
import"../index-x8s9rwfh.js";
|
|
16
16
|
import"../index-h7r11y4a.js";
|
|
17
17
|
import"../index-04wh9bxx.js";
|
|
18
18
|
import"../index-7m557715.js";
|
|
19
|
-
import"../index-
|
|
19
|
+
import"../index-4mmpccrb.js";
|
|
20
20
|
import"../index-37x76zdn.js";
|
|
21
21
|
export {
|
|
22
22
|
writeGeneratedViteConfig,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"local-workflow-entrypoints.d.ts","sourceRoot":"","sources":["../../src/workflows/local-workflow-entrypoints.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAG9C,OAAO,EAAE,KAAK,cAAc,EAA4B,MAAM,WAAW,CAAA;AASzE,MAAM,WAAW,qCAAqC;IACrD,MAAM,CAAC,EAAE,eAAe,CAAA;CACxB;
|
|
1
|
+
{"version":3,"file":"local-workflow-entrypoints.d.ts","sourceRoot":"","sources":["../../src/workflows/local-workflow-entrypoints.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAG9C,OAAO,EAAE,KAAK,cAAc,EAA4B,MAAM,WAAW,CAAA;AASzE,MAAM,WAAW,qCAAqC;IACrD,MAAM,CAAC,EAAE,eAAe,CAAA;CACxB;AAyGD,wBAAsB,8BAA8B,CACnD,MAAM,EAAE,cAAc,EACtB,SAAS,EAAE,MAAM,EACjB,OAAO,GAAE,qCAA0C,GACjD,OAAO,CAAC,MAAM,CAAC,CAuBjB"}
|
package/package.json
CHANGED