astro 1.0.0-beta.64 → 1.0.0-beta.69
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.
- package/README.md +1 -1
- package/astro-jsx.d.ts +853 -477
- package/astro.js +1 -1
- package/client.d.ts +207 -0
- package/dist/core/add/index.js +148 -33
- package/dist/core/create-vite.js +2 -1
- package/dist/core/dev/index.js +1 -1
- package/dist/core/messages.js +2 -2
- package/dist/core/util.js +1 -1
- package/dist/runtime/server/astro-island.js +1 -1
- package/dist/runtime/server/astro-island.prebuilt.js +1 -1
- package/dist/runtime/server/index.js +17 -0
- package/dist/runtime/server/response.js +10 -2
- package/dist/types/@types/astro.d.ts +35 -4
- package/dist/types/core/add/index.d.ts +1 -0
- package/dist/types/runtime/server/astro-island.prebuilt.d.ts +1 -1
- package/dist/types/runtime/server/index.d.ts +1 -0
- package/dist/types/vite-plugin-astro/compile.d.ts +2 -0
- package/dist/vite-plugin-astro/compile.js +21 -2
- package/dist/vite-plugin-astro/index.js +45 -15
- package/dist/vite-plugin-markdown/index.js +27 -15
- package/env.d.ts +1 -1
- package/package.json +11 -8
package/README.md
CHANGED
|
@@ -41,6 +41,6 @@ Join us on [Discord](https://astro.build/chat) to meet other maintainers. We'll
|
|
|
41
41
|
|
|
42
42
|
Astro is generously supported by [Netlify](https://www.netlify.com/), [Vercel](https://vercel.com/), and several other amazing organizations [listed here.](https://astro.build/)
|
|
43
43
|
|
|
44
|
-
[❤️ Sponsor Astro! ❤️](https://github.com/withastro/
|
|
44
|
+
[❤️ Sponsor Astro! ❤️](https://github.com/withastro/.github/blob/main/FUNDING.md)
|
|
45
45
|
|
|
46
46
|
|