devflare 1.0.0-next.20 → 1.0.0-next.21

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/LLM.md +9 -4
  2. package/README.md +10 -2
  3. package/dist/browser.js +3 -3
  4. package/dist/build-b1z6wqet.js +54 -0
  5. package/dist/build-x7maz3eb.js +54 -0
  6. package/dist/cli/commands/config.d.ts.map +1 -1
  7. package/dist/cli/commands/dev.d.ts +1 -0
  8. package/dist/cli/commands/dev.d.ts.map +1 -1
  9. package/dist/cli/commands/doctor.d.ts.map +1 -1
  10. package/dist/cli/help-pages/pages/core.d.ts.map +1 -1
  11. package/dist/cli/index.js +1 -1
  12. package/dist/config-qj5jw8km.js +93 -0
  13. package/dist/deploy-jf3yczsz.js +1055 -0
  14. package/dist/deploy-xqm869nf.js +1055 -0
  15. package/dist/dev-bgpxrwms.js +2551 -0
  16. package/dist/dev-kzs65xcr.js +2551 -0
  17. package/dist/dev-server/dev-server-state.d.ts +2 -0
  18. package/dist/dev-server/dev-server-state.d.ts.map +1 -1
  19. package/dist/dev-server/miniflare-dev-config.d.ts +4 -0
  20. package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -1
  21. package/dist/dev-server/server.d.ts.map +1 -1
  22. package/dist/dev-zgx7fhe9.js +2553 -0
  23. package/dist/doctor-0a2brpyz.js +259 -0
  24. package/dist/index-05pbj4hy.js +1193 -0
  25. package/dist/index-3edvz3hs.js +124 -0
  26. package/dist/index-50em8s6c.js +898 -0
  27. package/dist/index-666tdx14.js +895 -0
  28. package/dist/index-8p7rxkbs.js +1426 -0
  29. package/dist/index-aqrwyy57.js +288 -0
  30. package/dist/index-bj5avaba.js +109 -0
  31. package/dist/index-dgww0ewn.js +574 -0
  32. package/dist/index-f1yshy4s.js +412 -0
  33. package/dist/index-hpwa6vsw.js +239 -0
  34. package/dist/index-kxc4gtyt.js +574 -0
  35. package/dist/index-nxkesg55.js +68 -0
  36. package/dist/index-p7q23nce.js +1031 -0
  37. package/dist/index-pt49cgjv.js +1426 -0
  38. package/dist/index-rp0aye39.js +1426 -0
  39. package/dist/index-tknbyxzn.js +2202 -0
  40. package/dist/index.js +4 -4
  41. package/dist/runtime/index.js +4 -4
  42. package/dist/sveltekit/index.js +2 -2
  43. package/dist/test/index.js +62 -440
  44. package/dist/test/resolve-service-bindings.d.ts +63 -3
  45. package/dist/test/resolve-service-bindings.d.ts.map +1 -1
  46. package/dist/types-vhvt4hvm.js +693 -0
  47. package/dist/utils/send-email.d.ts.map +1 -1
  48. package/dist/utils/send-email.js +1 -1
  49. package/dist/vite/index.js +4 -3
  50. package/dist/vite/plugin-context.d.ts +3 -1
  51. package/dist/vite/plugin-context.d.ts.map +1 -1
  52. package/dist/vite/plugin-programmatic.d.ts.map +1 -1
  53. package/dist/vite/plugin-service-bindings.d.ts +13 -0
  54. package/dist/vite/plugin-service-bindings.d.ts.map +1 -0
  55. package/dist/vite/plugin.d.ts +4 -2
  56. package/dist/vite/plugin.d.ts.map +1 -1
  57. package/dist/worker-entrypoint-3rmzd4c1.js +15 -0
  58. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4,19 +4,19 @@ import {
4
4
  import {
5
5
  parseArgs,
6
6
  runCli
7
- } from "./index-h5dqna7q.js";
7
+ } from "./index-pt49cgjv.js";
8
8
  import"./index-627srx16.js";
9
9
  import"./index-stgn34cr.js";
10
10
  import"./index-3t6rypgc.js";
11
11
  import {
12
12
  env
13
- } from "./index-0wa0ebm1.js";
13
+ } from "./index-nxkesg55.js";
14
14
  import {
15
15
  durableObject,
16
16
  getDurableObjectOptions
17
17
  } from "./index-a855bdsx.js";
18
- import"./index-vrps1gky.js";
19
- import"./index-kgstnk6g.js";
18
+ import"./index-tknbyxzn.js";
19
+ import"./index-hpwa6vsw.js";
20
20
  import {
21
21
  compileConfig,
22
22
  stringifyConfig
@@ -18,8 +18,8 @@ import {
18
18
  matchFetchRoute,
19
19
  resolveFetchHandler,
20
20
  sequence
21
- } from "../index-fnk0tkw7.js";
22
- import"../index-0wa0ebm1.js";
21
+ } from "../index-f1yshy4s.js";
22
+ import"../index-nxkesg55.js";
23
23
  import {
24
24
  durableObject,
25
25
  getDurableObjectOptions
@@ -56,11 +56,11 @@ import {
56
56
  hasContext,
57
57
  runWithContext,
58
58
  runWithEventContext
59
- } from "../index-vrps1gky.js";
59
+ } from "../index-tknbyxzn.js";
60
60
  import {
61
61
  clearLocalSendEmailBindings,
62
62
  setLocalSendEmailBindings
63
- } from "../index-kgstnk6g.js";
63
+ } from "../index-hpwa6vsw.js";
64
64
  import"../index-37x76zdn.js";
65
65
  export {
66
66
  setLocalSendEmailBindings,
@@ -16,10 +16,10 @@ import {
16
16
  getClient,
17
17
  runWithEventContext,
18
18
  setBindingHints
19
- } from "../index-vrps1gky.js";
19
+ } from "../index-tknbyxzn.js";
20
20
  import {
21
21
  createLocalSendEmailBinding
22
- } from "../index-kgstnk6g.js";
22
+ } from "../index-hpwa6vsw.js";
23
23
  import"../index-c3nxftnp.js";
24
24
  import {
25
25
  loadConfig,