@absolutejs/absolute 0.19.0-beta.694 → 0.19.0-beta.696

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 (43) hide show
  1. package/README.md +1 -1
  2. package/dist/angular/browser.js +48 -40
  3. package/dist/angular/browser.js.map +4 -4
  4. package/dist/angular/index.js +3090 -2890
  5. package/dist/angular/index.js.map +15 -14
  6. package/dist/angular/server.js +3083 -2883
  7. package/dist/angular/server.js.map +15 -15
  8. package/dist/build.js +42942 -6408
  9. package/dist/build.js.map +9 -20
  10. package/dist/cli/index.js +2 -1
  11. package/dist/core/streamingSlotRegistrar.js +24 -16
  12. package/dist/core/streamingSlotRegistrar.js.map +2 -2
  13. package/dist/core/streamingSlotRegistry.js +42 -29
  14. package/dist/core/streamingSlotRegistry.js.map +2 -2
  15. package/dist/index.js +41443 -4405
  16. package/dist/index.js.map +28 -40
  17. package/dist/islands/index.js +135 -11
  18. package/dist/islands/index.js.map +3 -3
  19. package/dist/react/components/index.js +24 -16
  20. package/dist/react/components/index.js.map +2 -2
  21. package/dist/react/index.js +1056 -873
  22. package/dist/react/index.js.map +13 -13
  23. package/dist/react/server.js +903 -843
  24. package/dist/react/server.js.map +11 -11
  25. package/dist/src/build/compileTailwind.d.ts +3 -0
  26. package/dist/src/build/stylePreprocessor.d.ts +2 -1
  27. package/dist/src/core/build.d.ts +1 -1
  28. package/dist/src/core/pageHandlers.d.ts +0 -1
  29. package/dist/src/core/ssrCache.d.ts +3 -0
  30. package/dist/svelte/index.js +1104 -916
  31. package/dist/svelte/index.js.map +15 -14
  32. package/dist/svelte/server.js +891 -702
  33. package/dist/svelte/server.js.map +13 -13
  34. package/dist/types/build.d.ts +18 -4
  35. package/dist/types/index.d.ts +0 -1
  36. package/dist/types/island.d.ts +14 -11
  37. package/dist/vue/components/index.js +24 -16
  38. package/dist/vue/components/index.js.map +2 -2
  39. package/dist/vue/index.js +1144 -956
  40. package/dist/vue/index.js.map +13 -13
  41. package/dist/vue/server.js +908 -841
  42. package/dist/vue/server.js.map +11 -11
  43. package/package.json +20 -8

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.