@storyblok/svelte 5.2.16 → 6.0.0
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/types.d.ts +1 -1
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -6,4 +6,4 @@ export interface SbSvelteComponentsMap {
|
|
|
6
6
|
export interface SbSvelteSDKOptions extends SbSDKOptions {
|
|
7
7
|
components?: SbSvelteComponentsMap | CallableFunction;
|
|
8
8
|
}
|
|
9
|
-
export type { BlockTypes, ISbAlternateObject, ISbCache, ISbConfig, ISbManagmentApiResult, ISbResult, ISbStories, ISbStoriesParams, ISbStory, ISbStoryData, ISbStoryParams, MarkTypes, SbBlokData, SbBlokKeyDataTypes, SbSDKOptions, StoryblokBridgeConfigV2, StoryblokBridgeV2, StoryblokClient, StoryblokComponentType, StoryblokRichTextDocumentNode, StoryblokRichTextImageOptimizationOptions, StoryblokRichTextNode,
|
|
9
|
+
export type { BlockTypes, ISbAlternateObject, ISbCache, ISbConfig, ISbManagmentApiResult, ISbResult, ISbStories, ISbStoriesParams, ISbStory, ISbStoryData, ISbStoryParams, MarkTypes, SbBlokData, SbBlokKeyDataTypes, SbSDKOptions, StoryblokBridgeConfigV2, StoryblokBridgeV2, StoryblokClient, StoryblokComponentType, StoryblokRichTextDocumentNode, StoryblokRichTextImageOptimizationOptions, StoryblokRichTextNode, StoryblokRichTextNodeTypes, StoryblokRichTextOptions, TextTypes, useStoryblokBridge, } from '@storyblok/js';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storyblok/svelte",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "SDK to integrate Storyblok into your project using Svelte.",
|
|
7
7
|
"author": "Storyblok",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"svelte": "^5.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@storyblok/js": "
|
|
42
|
+
"@storyblok/js": "5.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@cypress/svelte": "^3.0.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"vite": "^6.3.5",
|
|
64
64
|
"vite-plugin-dts": "^4.5.3",
|
|
65
65
|
"vitest": "^3.1.3",
|
|
66
|
-
"@storyblok/eslint-config": "0.4.
|
|
66
|
+
"@storyblok/eslint-config": "0.4.2"
|
|
67
67
|
},
|
|
68
68
|
"release": {
|
|
69
69
|
"branches": [
|