devflare 1.0.0-next.33 → 1.0.0-next.35

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.
Files changed (55) hide show
  1. package/LICENSE +21 -0
  2. package/LLM.md +9 -9
  3. package/bin/devflare.js +1 -1
  4. package/dist/{account-p9eywryw.js → account-4tgh03a8.js} +4 -6
  5. package/dist/browser.js +2340 -19
  6. package/dist/{build-8bn7frg8.js → build-rh7ghrgw.js} +7 -10
  7. package/dist/cli/index.js +1377 -6
  8. package/dist/cloudflare/index.js +2 -3
  9. package/dist/config/resolve-phased.d.ts.map +1 -1
  10. package/dist/config-entry.js +1 -9
  11. package/dist/{config-gphd6wx7.js → config-ghk2bxj3.js} +3 -6
  12. package/dist/{deploy-vpcp41fw.js → deploy-6hzv76sh.js} +13 -17
  13. package/dist/{dev-9scy9gap.js → dev-mkhjdwh7.js} +971 -73
  14. package/dist/{doctor-swfeeqny.js → doctor-0ng5qrr1.js} +2 -3
  15. package/dist/{index-e7xn30bh.js → index-0cc05hzv.js} +1 -1
  16. package/dist/{index-t0r7evpw.js → index-293aqfy4.js} +7 -9
  17. package/dist/{index-3t0e51a0.js → index-2yv7w548.js} +1 -1
  18. package/dist/{index-ksqth51q.js → index-a8pnvg3r.js} +1 -1
  19. package/dist/{index-bhxj7ff6.js → index-e251zhns.js} +943 -117
  20. package/dist/{index-2xz4etye.js → index-hvtd936d.js} +3 -0
  21. package/dist/{index-13sfensw.js → index-kcp7y951.js} +2 -13
  22. package/dist/{index-w8c8tjc5.js → index-mek9msfv.js} +1 -4
  23. package/dist/{index-dem45895.js → index-mjvybn39.js} +1 -1
  24. package/dist/{index-x0wpeb3x.js → index-phcrvs6d.js} +112 -2
  25. package/dist/{index-b20xx2vk.js → index-se4kw8tm.js} +4 -6
  26. package/dist/{index-pd97hk2j.js → index-x8s9rwfh.js} +466 -19
  27. package/dist/index.js +1 -42
  28. package/dist/{login-7vyzeqy4.js → login-4h1sfsed.js} +4 -6
  29. package/dist/{previews-jfbectpc.js → previews-qr7c5j8h.js} +10 -14
  30. package/dist/{productions-49ct4kjm.js → productions-xpmd6bw8.js} +6 -9
  31. package/dist/{remote-6876k6mz.js → remote-kqcvhnfx.js} +100 -5
  32. package/dist/runtime/index.js +0 -63
  33. package/dist/{secrets-9ne7armr.js → secrets-6wbdsdek.js} +3 -5
  34. package/dist/sveltekit/index.js +0 -263
  35. package/dist/test/binding-hints.d.ts +2 -3
  36. package/dist/test/binding-hints.d.ts.map +1 -1
  37. package/dist/test/index.js +2 -4626
  38. package/dist/{types-zekmbebk.js → types-ahnnpphq.js} +6 -8
  39. package/dist/vite/index.js +7 -9
  40. package/dist/{worker-706g8qeh.js → worker-1yg72jxg.js} +6 -9
  41. package/package.json +5 -3
  42. package/dist/index-1trss579.js +0 -2299
  43. package/dist/index-34dejneh.js +0 -214
  44. package/dist/index-3z20d3kd.js +0 -1380
  45. package/dist/index-4xmtkg9g.js +0 -109
  46. package/dist/index-62b3gt2g.js +0 -12
  47. package/dist/index-97rfy7n2.js +0 -413
  48. package/dist/index-c4zd39tc.js +0 -155
  49. package/dist/index-dgx495pv.js +0 -1036
  50. package/dist/index-dm9q84c7.js +0 -360
  51. package/dist/index-pmnb7eke.js +0 -109
  52. package/dist/index-t23wq5js.js +0 -111
  53. package/dist/index-wxdcrzcp.js +0 -475
  54. package/dist/index-x2fd1361.js +0 -133
  55. package/dist/index-za0r01bx.js +0 -588
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  formatSupportedConfigFilenames,
6
6
  resolveConfigCandidatePath
7
- } from "./index-ksqth51q.js";
7
+ } from "./index-a8pnvg3r.js";
8
8
  import {
9
9
  getDependencies
10
10
  } from "./index-z9gy8w6b.js";
@@ -27,10 +27,9 @@ import"./index-3t6rypgc.js";
27
27
  import"./index-5dkjffqz.js";
28
28
  import {
29
29
  loadConfig
30
- } from "./index-pd97hk2j.js";
30
+ } from "./index-x8s9rwfh.js";
31
31
  import"./index-h7r11y4a.js";
32
32
  import"./index-04wh9bxx.js";
33
- import"./index-wxdcrzcp.js";
34
33
  import"./index-37x76zdn.js";
35
34
 
36
35
  // src/cli/commands/doctor.ts
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  loadConfig,
3
3
  resolveConfigPath
4
- } from "./index-pd97hk2j.js";
4
+ } from "./index-x8s9rwfh.js";
5
5
  import {
6
6
  getEffectiveAccountId,
7
7
  getPrimaryAccount,
@@ -5,6 +5,9 @@ import {
5
5
  import {
6
6
  getDependencies
7
7
  } from "./index-z9gy8w6b.js";
8
+ import {
9
+ bundleWorkerEntry
10
+ } from "./index-mjvybn39.js";
8
11
  import {
9
12
  detectViteProject
10
13
  } from "./index-zdd0d9qa.js";
@@ -14,14 +17,11 @@ import {
14
17
  import {
15
18
  logLine
16
19
  } from "./index-maw0jjnn.js";
17
- import {
18
- bundleWorkerEntry
19
- } from "./index-dem45895.js";
20
20
  import {
21
21
  prepareComposedWorkerEntrypoint,
22
22
  resolveEffectiveViteProject,
23
23
  writeGeneratedViteConfig
24
- } from "./index-bhxj7ff6.js";
24
+ } from "./index-e251zhns.js";
25
25
  import {
26
26
  resolvePackageSpecifier
27
27
  } from "./index-by27mzra.js";
@@ -30,14 +30,12 @@ import {
30
30
  isolateViteBuildOutputPaths,
31
31
  rebaseWranglerConfigPaths,
32
32
  writeWranglerConfig
33
- } from "./index-w8c8tjc5.js";
33
+ } from "./index-mek9msfv.js";
34
34
  import {
35
35
  loadConfig,
36
+ resolveConfigEnvVars,
36
37
  resolveConfigForEnvironment
37
- } from "./index-pd97hk2j.js";
38
- import {
39
- resolveConfigEnvVars
40
- } from "./index-wxdcrzcp.js";
38
+ } from "./index-x8s9rwfh.js";
41
39
  import {
42
40
  __require
43
41
  } from "./index-37x76zdn.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  resolveConfigForEnvironment
3
- } from "./index-pd97hk2j.js";
3
+ } from "./index-x8s9rwfh.js";
4
4
 
5
5
  // src/cli/commands/previews-support/family.ts
6
6
  function compareConfiguredWorkerFamilies(left, right) {
@@ -3,7 +3,7 @@ import {
3
3
  } from "./index-5dkjffqz.js";
4
4
  import {
5
5
  resolveConfigPath
6
- } from "./index-pd97hk2j.js";
6
+ } from "./index-x8s9rwfh.js";
7
7
 
8
8
  // src/cli/config-path.ts
9
9
  import { stat } from "node:fs/promises";