devflare 1.0.0-next.34 → 1.0.0-next.36

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 (58) hide show
  1. package/LICENSE +21 -0
  2. package/LLM.md +2 -0
  3. package/README.md +5 -4
  4. package/bin/devflare.js +1 -1
  5. package/dist/{account-p9eywryw.js → account-4tgh03a8.js} +4 -6
  6. package/dist/bridge/client.d.ts +1 -1
  7. package/dist/bridge/v2/control-messages.d.ts +1 -6
  8. package/dist/bridge/v2/control-messages.d.ts.map +1 -1
  9. package/dist/bridge/v2/wire.d.ts +4 -4
  10. package/dist/bridge/v2/wire.d.ts.map +1 -1
  11. package/dist/browser.js +2340 -19
  12. package/dist/{build-8bn7frg8.js → build-rh7ghrgw.js} +7 -10
  13. package/dist/cli/index.js +1377 -6
  14. package/dist/cloudflare/index.js +2 -3
  15. package/dist/config-entry.js +1 -9
  16. package/dist/{config-gphd6wx7.js → config-ghk2bxj3.js} +3 -6
  17. package/dist/{deploy-vpcp41fw.js → deploy-6hzv76sh.js} +13 -17
  18. package/dist/{dev-9scy9gap.js → dev-mkhjdwh7.js} +971 -73
  19. package/dist/{doctor-swfeeqny.js → doctor-0ng5qrr1.js} +2 -3
  20. package/dist/{index-e7xn30bh.js → index-0cc05hzv.js} +1 -1
  21. package/dist/{index-t0r7evpw.js → index-293aqfy4.js} +7 -9
  22. package/dist/{index-3t0e51a0.js → index-2yv7w548.js} +1 -1
  23. package/dist/{index-ksqth51q.js → index-a8pnvg3r.js} +1 -1
  24. package/dist/{index-bhxj7ff6.js → index-e251zhns.js} +943 -117
  25. package/dist/{index-2xz4etye.js → index-hvtd936d.js} +3 -0
  26. package/dist/{index-13sfensw.js → index-kcp7y951.js} +2 -13
  27. package/dist/{index-w8c8tjc5.js → index-mek9msfv.js} +1 -4
  28. package/dist/{index-dem45895.js → index-mjvybn39.js} +1 -1
  29. package/dist/{index-x0wpeb3x.js → index-phcrvs6d.js} +112 -2
  30. package/dist/{index-b20xx2vk.js → index-se4kw8tm.js} +4 -6
  31. package/dist/{index-pd97hk2j.js → index-x8s9rwfh.js} +466 -19
  32. package/dist/index.js +1 -42
  33. package/dist/{login-7vyzeqy4.js → login-4h1sfsed.js} +4 -6
  34. package/dist/{previews-jfbectpc.js → previews-qr7c5j8h.js} +10 -14
  35. package/dist/{productions-49ct4kjm.js → productions-xpmd6bw8.js} +6 -9
  36. package/dist/{remote-6876k6mz.js → remote-kqcvhnfx.js} +100 -5
  37. package/dist/runtime/index.js +0 -63
  38. package/dist/{secrets-9ne7armr.js → secrets-6wbdsdek.js} +3 -5
  39. package/dist/sveltekit/index.js +0 -263
  40. package/dist/test/index.js +2 -4626
  41. package/dist/{types-zekmbebk.js → types-ahnnpphq.js} +6 -8
  42. package/dist/vite/index.js +7 -9
  43. package/dist/{worker-706g8qeh.js → worker-1yg72jxg.js} +6 -9
  44. package/package.json +5 -3
  45. package/dist/index-1trss579.js +0 -2299
  46. package/dist/index-34dejneh.js +0 -214
  47. package/dist/index-3z20d3kd.js +0 -1380
  48. package/dist/index-4xmtkg9g.js +0 -109
  49. package/dist/index-62b3gt2g.js +0 -12
  50. package/dist/index-97rfy7n2.js +0 -413
  51. package/dist/index-c4zd39tc.js +0 -155
  52. package/dist/index-dgx495pv.js +0 -1036
  53. package/dist/index-dm9q84c7.js +0 -360
  54. package/dist/index-pmnb7eke.js +0 -109
  55. package/dist/index-t23wq5js.js +0 -111
  56. package/dist/index-wxdcrzcp.js +0 -475
  57. package/dist/index-x2fd1361.js +0 -133
  58. package/dist/index-za0r01bx.js +0 -588
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  account
3
- } from "../index-x2fd1361.js";
3
+ } from "../index-phcrvs6d.js";
4
4
  import"../index-atwc3csp.js";
5
5
  import {
6
6
  DEVFLARE_PREVIEW_REGISTRY_DATABASE,
@@ -24,8 +24,7 @@ import {
24
24
  listTrackedRegistryState,
25
25
  reconcilePreviewRegistry,
26
26
  retirePreviewRegistry
27
- } from "../index-2xz4etye.js";
28
- import"../index-x0wpeb3x.js";
27
+ } from "../index-hvtd936d.js";
29
28
  import"../index-h7r11y4a.js";
30
29
  import {
31
30
  AuthenticationError,
@@ -1,16 +1,8 @@
1
- import {
2
- env,
3
- preview
4
- } from "./index-wxdcrzcp.js";
5
- import {
6
- defineConfig,
7
- ref
8
- } from "./index-34dejneh.js";
9
1
  import"./index-37x76zdn.js";
10
2
  export {
11
3
  ref,
12
4
  preview,
13
5
  env,
14
6
  defineConfig,
15
- defineConfig as default
7
+ defineConfig2 as default
16
8
  };
@@ -1,19 +1,16 @@
1
1
  import {
2
2
  compileBuildConfig,
3
3
  compileConfig
4
- } from "./index-w8c8tjc5.js";
4
+ } from "./index-mek9msfv.js";
5
5
  import {
6
6
  ConfigResourceResolutionError,
7
7
  loadConfig,
8
8
  loadResolvedConfig,
9
+ resolveConfigEnvVars,
9
10
  resolveResources
10
- } from "./index-pd97hk2j.js";
11
+ } from "./index-x8s9rwfh.js";
11
12
  import"./index-h7r11y4a.js";
12
13
  import"./index-04wh9bxx.js";
13
- import {
14
- resolveConfigEnvVars
15
- } from "./index-wxdcrzcp.js";
16
- import"./index-34dejneh.js";
17
14
  import"./index-37x76zdn.js";
18
15
 
19
16
  // src/cli/commands/config.ts
@@ -6,21 +6,22 @@ import {
6
6
  formatDriftWarning,
7
7
  prepareBuildArtifacts,
8
8
  readBuildManifest
9
- } from "./index-t0r7evpw.js";
9
+ } from "./index-293aqfy4.js";
10
10
  import"./index-aabgympv.js";
11
11
  import {
12
12
  preparePreviewScopedResourcesForDeploy
13
- } from "./index-b20xx2vk.js";
13
+ } from "./index-se4kw8tm.js";
14
14
  import {
15
15
  asOptionalString
16
- } from "./index-e7xn30bh.js";
16
+ } from "./index-0cc05hzv.js";
17
17
  import {
18
18
  formatWorkersDevUrl,
19
19
  reconcilePreviewRegistry
20
- } from "./index-2xz4etye.js";
20
+ } from "./index-hvtd936d.js";
21
21
  import {
22
22
  getDependencies
23
23
  } from "./index-z9gy8w6b.js";
24
+ import"./index-mjvybn39.js";
24
25
  import"./index-zdd0d9qa.js";
25
26
  import {
26
27
  getPackageVersion
@@ -34,15 +35,11 @@ import {
34
35
  yellowBold
35
36
  } from "./index-maw0jjnn.js";
36
37
  import"./index-3t6rypgc.js";
37
- import"./index-dem45895.js";
38
- import"./index-bhxj7ff6.js";
39
- import"./index-dgx495pv.js";
38
+ import"./index-e251zhns.js";
40
39
  import {
41
40
  resolvePackageSpecifier
42
41
  } from "./index-by27mzra.js";
43
42
  import"./index-5dkjffqz.js";
44
- import"./index-7m557715.js";
45
- import"./index-p93cngdp.js";
46
43
  import {
47
44
  ServiceBindingValidationError,
48
45
  compileBuildConfig,
@@ -52,12 +49,14 @@ import {
52
49
  stringifyConfig,
53
50
  validateServiceBindings,
54
51
  writeWranglerConfig
55
- } from "./index-w8c8tjc5.js";
52
+ } from "./index-mek9msfv.js";
56
53
  import {
57
54
  loadConfig,
58
55
  prepareConfigResourcesForDeploy,
59
- resolveConfigForEnvironment
60
- } from "./index-pd97hk2j.js";
56
+ resolveConfigEnvVars,
57
+ resolveConfigForEnvironment,
58
+ resolvePreviewIdentifier
59
+ } from "./index-x8s9rwfh.js";
61
60
  import {
62
61
  getEffectiveAccountId,
63
62
  getPrimaryAccount,
@@ -68,11 +67,8 @@ import {
68
67
  listWorkers
69
68
  } from "./index-h7r11y4a.js";
70
69
  import"./index-04wh9bxx.js";
71
- import {
72
- resolveConfigEnvVars,
73
- resolvePreviewIdentifier
74
- } from "./index-wxdcrzcp.js";
75
- import"./index-34dejneh.js";
70
+ import"./index-7m557715.js";
71
+ import"./index-p93cngdp.js";
76
72
  import {
77
73
  __require
78
74
  } from "./index-37x76zdn.js";