@storyblok/astro
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -7,3 +7,3 @@ import { StoryblokClient } from "@storyblok/js"; | ||
export declare function renderRichText(data: ISbRichtext, options?: SbRichTextOptions): string; | ||
export declare type IntegrationOptions = { | ||
export type IntegrationOptions = { | ||
/** | ||
@@ -10,0 +10,0 @@ * The access token from your space. |
{ | ||
"name": "@storyblok/astro", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Official Astro integration for the Storyblok Headless CMS", | ||
@@ -43,4 +43,4 @@ "main": "./dist/storyblok-astro.js", | ||
"typescript": "4.9.5", | ||
"vite": "^4.0.4", | ||
"vite-plugin-dts": "^1.7.1" | ||
"vite": "^4.1.4", | ||
"vite-plugin-dts": "^1.7.3" | ||
}, | ||
@@ -47,0 +47,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38880