devflare 1.0.0-next.34 → 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 (51) hide show
  1. package/LICENSE +21 -0
  2. package/bin/devflare.js +1 -1
  3. package/dist/{account-p9eywryw.js → account-4tgh03a8.js} +4 -6
  4. package/dist/browser.js +2340 -19
  5. package/dist/{build-8bn7frg8.js → build-rh7ghrgw.js} +7 -10
  6. package/dist/cli/index.js +1377 -6
  7. package/dist/cloudflare/index.js +2 -3
  8. package/dist/config-entry.js +1 -9
  9. package/dist/{config-gphd6wx7.js → config-ghk2bxj3.js} +3 -6
  10. package/dist/{deploy-vpcp41fw.js → deploy-6hzv76sh.js} +13 -17
  11. package/dist/{dev-9scy9gap.js → dev-mkhjdwh7.js} +971 -73
  12. package/dist/{doctor-swfeeqny.js → doctor-0ng5qrr1.js} +2 -3
  13. package/dist/{index-e7xn30bh.js → index-0cc05hzv.js} +1 -1
  14. package/dist/{index-t0r7evpw.js → index-293aqfy4.js} +7 -9
  15. package/dist/{index-3t0e51a0.js → index-2yv7w548.js} +1 -1
  16. package/dist/{index-ksqth51q.js → index-a8pnvg3r.js} +1 -1
  17. package/dist/{index-bhxj7ff6.js → index-e251zhns.js} +943 -117
  18. package/dist/{index-2xz4etye.js → index-hvtd936d.js} +3 -0
  19. package/dist/{index-13sfensw.js → index-kcp7y951.js} +2 -13
  20. package/dist/{index-w8c8tjc5.js → index-mek9msfv.js} +1 -4
  21. package/dist/{index-dem45895.js → index-mjvybn39.js} +1 -1
  22. package/dist/{index-x0wpeb3x.js → index-phcrvs6d.js} +112 -2
  23. package/dist/{index-b20xx2vk.js → index-se4kw8tm.js} +4 -6
  24. package/dist/{index-pd97hk2j.js → index-x8s9rwfh.js} +466 -19
  25. package/dist/index.js +1 -42
  26. package/dist/{login-7vyzeqy4.js → login-4h1sfsed.js} +4 -6
  27. package/dist/{previews-jfbectpc.js → previews-qr7c5j8h.js} +10 -14
  28. package/dist/{productions-49ct4kjm.js → productions-xpmd6bw8.js} +6 -9
  29. package/dist/{remote-6876k6mz.js → remote-kqcvhnfx.js} +100 -5
  30. package/dist/runtime/index.js +0 -63
  31. package/dist/{secrets-9ne7armr.js → secrets-6wbdsdek.js} +3 -5
  32. package/dist/sveltekit/index.js +0 -263
  33. package/dist/test/index.js +2 -4626
  34. package/dist/{types-zekmbebk.js → types-ahnnpphq.js} +6 -8
  35. package/dist/vite/index.js +7 -9
  36. package/dist/{worker-706g8qeh.js → worker-1yg72jxg.js} +6 -9
  37. package/package.json +5 -3
  38. package/dist/index-1trss579.js +0 -2299
  39. package/dist/index-34dejneh.js +0 -214
  40. package/dist/index-3z20d3kd.js +0 -1380
  41. package/dist/index-4xmtkg9g.js +0 -109
  42. package/dist/index-62b3gt2g.js +0 -12
  43. package/dist/index-97rfy7n2.js +0 -413
  44. package/dist/index-c4zd39tc.js +0 -155
  45. package/dist/index-dgx495pv.js +0 -1036
  46. package/dist/index-dm9q84c7.js +0 -360
  47. package/dist/index-pmnb7eke.js +0 -109
  48. package/dist/index-t23wq5js.js +0 -111
  49. package/dist/index-wxdcrzcp.js +0 -475
  50. package/dist/index-x2fd1361.js +0 -133
  51. package/dist/index-za0r01bx.js +0 -588
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  resolveConfigCandidatePath
3
- } from "./index-ksqth51q.js";
3
+ } from "./index-a8pnvg3r.js";
4
4
  import {
5
5
  getDependencies
6
6
  } from "./index-z9gy8w6b.js";
@@ -19,18 +19,16 @@ import {
19
19
  DEFAULT_ENTRYPOINT_PATTERN,
20
20
  findFiles
21
21
  } from "./index-5dkjffqz.js";
22
- import {
23
- findDurableObjectClasses
24
- } from "./index-p93cngdp.js";
25
- import"./index-w8c8tjc5.js";
22
+ import"./index-mek9msfv.js";
26
23
  import {
27
24
  loadConfig,
28
25
  normalizeDOBinding
29
- } from "./index-pd97hk2j.js";
26
+ } from "./index-x8s9rwfh.js";
30
27
  import"./index-h7r11y4a.js";
31
28
  import"./index-04wh9bxx.js";
32
- import"./index-wxdcrzcp.js";
33
- import"./index-34dejneh.js";
29
+ import {
30
+ findDurableObjectClasses
31
+ } from "./index-p93cngdp.js";
34
32
  import"./index-37x76zdn.js";
35
33
 
36
34
  // src/cli/commands/types.ts
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  devflarePlugin,
3
+ devflarePlugin1 as devflarePlugin2,
3
4
  getCloudflareConfig,
4
5
  getDevflareConfigs,
5
6
  getPluginContext,
@@ -7,18 +8,15 @@ import {
7
8
  resolveEffectiveViteProject,
8
9
  resolveViteUserConfig,
9
10
  writeGeneratedViteConfig
10
- } from "../index-bhxj7ff6.js";
11
- import"../index-dgx495pv.js";
11
+ } from "../index-e251zhns.js";
12
12
  import"../index-by27mzra.js";
13
13
  import"../index-5dkjffqz.js";
14
- import"../index-7m557715.js";
15
- import"../index-p93cngdp.js";
16
- import"../index-w8c8tjc5.js";
17
- import"../index-pd97hk2j.js";
14
+ import"../index-mek9msfv.js";
15
+ import"../index-x8s9rwfh.js";
18
16
  import"../index-h7r11y4a.js";
19
17
  import"../index-04wh9bxx.js";
20
- import"../index-wxdcrzcp.js";
21
- import"../index-34dejneh.js";
18
+ import"../index-7m557715.js";
19
+ import"../index-p93cngdp.js";
22
20
  import"../index-37x76zdn.js";
23
21
  export {
24
22
  writeGeneratedViteConfig,
@@ -29,5 +27,5 @@ export {
29
27
  getDevflareConfigs,
30
28
  getCloudflareConfig,
31
29
  devflarePlugin,
32
- devflarePlugin as default
30
+ devflarePlugin2 as default
33
31
  };
@@ -2,16 +2,16 @@ import {
2
2
  findConfigPathsUnderDirectory,
3
3
  formatSupportedConfigFilenames,
4
4
  resolveConfigCandidatePath
5
- } from "./index-ksqth51q.js";
5
+ } from "./index-a8pnvg3r.js";
6
6
  import {
7
7
  asOptionalString,
8
8
  resolveCloudflareAccountId
9
- } from "./index-e7xn30bh.js";
9
+ } from "./index-0cc05hzv.js";
10
10
  import {
11
11
  account
12
- } from "./index-x2fd1361.js";
12
+ } from "./index-phcrvs6d.js";
13
13
  import"./index-atwc3csp.js";
14
- import"./index-2xz4etye.js";
14
+ import"./index-hvtd936d.js";
15
15
  import {
16
16
  bold,
17
17
  createCliTheme,
@@ -22,17 +22,14 @@ import {
22
22
  yellow
23
23
  } from "./index-maw0jjnn.js";
24
24
  import"./index-3t6rypgc.js";
25
- import"./index-x0wpeb3x.js";
26
25
  import"./index-5dkjffqz.js";
27
- import"./index-w8c8tjc5.js";
26
+ import"./index-mek9msfv.js";
28
27
  import {
29
28
  loadConfig,
30
29
  normalizeDOBinding
31
- } from "./index-pd97hk2j.js";
30
+ } from "./index-x8s9rwfh.js";
32
31
  import"./index-h7r11y4a.js";
33
32
  import"./index-04wh9bxx.js";
34
- import"./index-wxdcrzcp.js";
35
- import"./index-34dejneh.js";
36
33
  import {
37
34
  __require
38
35
  } from "./index-37x76zdn.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devflare",
3
- "version": "1.0.0-next.34",
3
+ "version": "1.0.0-next.35",
4
4
  "description": "Devflare is a developer-first toolkit for Cloudflare Workers that sits on top of Miniflare and Wrangler-compatible config",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,6 +12,7 @@
12
12
  "url": "https://github.com/Refzlund/devflare/issues"
13
13
  },
14
14
  "type": "module",
15
+ "sideEffects": false,
15
16
  "main": "./dist/index.js",
16
17
  "types": "./dist/index.d.ts",
17
18
  "exports": {
@@ -60,7 +61,8 @@
60
61
  "types": "./dist/utils/send-email.d.ts",
61
62
  "import": "./dist/utils/send-email.js",
62
63
  "default": "./dist/utils/send-email.js"
63
- }
64
+ },
65
+ "./package.json": "./package.json"
64
66
  },
65
67
  "bin": {
66
68
  "devflare": "./bin/devflare.js"
@@ -150,6 +152,6 @@
150
152
  "durable-objects",
151
153
  "middleware"
152
154
  ],
153
- "author": "",
155
+ "author": "Arthur (Refzlund) <arthur@refzlund.com>",
154
156
  "license": "MIT"
155
157
  }