@storyblok/astro
Advanced tools
Comparing version 2.0.12 to 2.0.13
{ | ||
"name": "@storyblok/astro", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "Official Astro integration for the Storyblok Headless CMS", | ||
@@ -18,3 +18,3 @@ "main": "./dist/storyblok-astro.js", | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"scripts": { | ||
@@ -38,3 +38,3 @@ "dev": "vite build --watch", | ||
"@rollup/plugin-dynamic-import-vars": "^2.0.3", | ||
"@types/node": "18.14.6", | ||
"@types/node": "18.15.2", | ||
"astro": "2.1.0", | ||
@@ -41,0 +41,0 @@ "cypress": "^12.7.0", |
33935