@absolutejs/absolute 0.20.0-beta.92 → 0.20.0-beta.93

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 (37) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/changelog.json +28 -0
  3. package/dist/angular/components/core/streamingSlotRegistrar.js +1 -1
  4. package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
  5. package/dist/build/buildWorker.js +10 -1
  6. package/dist/build.js +16 -7
  7. package/dist/build.js.map +9 -8
  8. package/dist/cli/{compile-vf61bv90.js → compile-wkfd88w7.js} +5 -5
  9. package/dist/cli/{dev-perzmh2w.js → dev-01zcxngn.js} +83 -11
  10. package/dist/cli/{expoDevController-tr63cg78.js → expoDevController-k15hftqn.js} +25 -1
  11. package/dist/cli/expoNativeWatcher-rmc95bak.js +138 -0
  12. package/dist/cli/{expoProject-djc0vk7g.js → expoProject-mmm3s62b.js} +1 -1
  13. package/dist/cli/{index-fn44wefq.js → index-3sdvzrv2.js} +37 -28
  14. package/dist/cli/index-bw4ktfnz.js +11 -0
  15. package/dist/cli/{index-751czk1b.js → index-kh44yx23.js} +1 -1
  16. package/dist/cli/{index-gxkmg2ss.js → index-v5knwk7v.js} +1 -1
  17. package/dist/cli/{index-8zrnvazp.js → index-wqhbxtyp.js} +21 -12
  18. package/dist/cli/index.js +5 -5
  19. package/dist/cli/{mobile-yk7qr9qg.js → mobile-pbe1a667.js} +20 -12
  20. package/dist/cli/{remoteMacProtocol-vw931n0a.js → remoteMacProtocol-kqvkp0qd.js} +2 -1
  21. package/dist/cli/{start-ef7tgbmf.js → start-dw5crgp7.js} +3 -3
  22. package/dist/dev/client/handlers/svelte.ts +11 -15
  23. package/dist/dev/serverBootstrap.js +10 -1
  24. package/dist/index.js +17 -8
  25. package/dist/index.js.map +11 -10
  26. package/dist/mobile/index.js +343 -162
  27. package/dist/mobile/index.js.map +9 -7
  28. package/dist/mobile/mobilePreviewClient.ts +1 -1
  29. package/dist/mobile/remoteMacAgentEntry.js +77 -68
  30. package/dist/src/dev/clientManager.d.ts +2 -2
  31. package/dist/src/mobile/androidConformance.d.ts +4 -1
  32. package/dist/src/mobile/expoDevController.d.ts +2 -6
  33. package/dist/src/mobile/expoNativeWatcher.d.ts +21 -0
  34. package/dist/src/mobile/index.d.ts +1 -0
  35. package/dist/src/mobile/remoteMacProtocol.d.ts +1 -4
  36. package/dist/src/utils/unrefTimer.d.ts +5 -0
  37. package/package.json +4 -2
@@ -104,7 +104,7 @@ const previewPreconnect = (
104
104
 
105
105
  const previewFetch: typeof globalThis.fetch = Object.assign(
106
106
  (
107
- input: Parameters<typeof globalThis.fetch>[0],
107
+ input: Parameters<typeof globalThis.fetch>[0] | URL,
108
108
  init?: Parameters<typeof globalThis.fetch>[1]
109
109
  ) => {
110
110
  const requestUrl = new URL(