@storyblok/astro 2.0.6 → 2.0.8
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/dist/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type { ISbConfig, ISbRichtext, SbRichTextOptions } from "./types";
|
|
|
4
4
|
export { storyblokEditable, loadStoryblokBridge, RichTextResolver, RichTextSchema, } from "@storyblok/js";
|
|
5
5
|
export declare function useStoryblokApi(): StoryblokClient;
|
|
6
6
|
export declare function renderRichText(data: ISbRichtext, options?: SbRichTextOptions): string;
|
|
7
|
-
export
|
|
7
|
+
export type IntegrationOptions = {
|
|
8
8
|
/**
|
|
9
9
|
* The access token from your space.
|
|
10
10
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storyblok/astro",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
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",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"prepublishOnly": "npm run build && cp ../README.md ./"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@storyblok/js": "^2.0.
|
|
31
|
+
"@storyblok/js": "^2.0.16",
|
|
32
32
|
"camelcase": "^7.0.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"eslint-plugin-cypress": "^2.12.1",
|
|
41
41
|
"start-server-and-test": "^1.15.4",
|
|
42
42
|
"typescript": "4.9.5",
|
|
43
|
-
"vite": "^4.
|
|
44
|
-
"vite-plugin-dts": "^1.7.
|
|
43
|
+
"vite": "^4.1.4",
|
|
44
|
+
"vite-plugin-dts": "^1.7.3"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|