@storyblok/astro 3.0.1-next.3 → 3.1.0-next.1

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.
@@ -0,0 +1,3 @@
1
+ // @ts-expect-error
2
+ import FallbackComponent from "./FallbackComponent.astro";
3
+ export default FallbackComponent;
@@ -0,0 +1,3 @@
1
+ // @ts-expect-error
2
+ import RichTextRenderer from "./RichTextRenderer.astro";
3
+ export default RichTextRenderer;
@@ -0,0 +1,3 @@
1
+ // @ts-expect-error
2
+ import StoryblokComponent from "./StoryblokComponent.astro";
3
+ export default StoryblokComponent;
package/package.json CHANGED
@@ -1,14 +1,12 @@
1
1
  {
2
2
  "name": "@storyblok/astro",
3
- "version": "3.0.1-next.3",
3
+ "version": "3.1.0-next.1",
4
4
  "description": "Official Astro integration for the Storyblok Headless CMS",
5
5
  "main": "./dist/storyblok-astro.js",
6
6
  "module": "./dist/storyblok-astro.mjs",
7
7
  "files": [
8
8
  "dist",
9
- "components/StoryblokComponent.astro",
10
- "components/FallbackComponent.astro",
11
- "components/RichTextRenderer.astro"
9
+ "components"
12
10
  ],
13
11
  "exports": {
14
12
  ".": {