@storyblok/js 2.0.2 → 2.0.3

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.
@@ -59,4 +59,4 @@ ISbAlternateObject, // previously AlternateObject
59
59
  ISbStoriesParams, // previously StoriesParams
60
60
  ISbStoryParams, // previously StoryParams
61
61
  ISbRichtext, // previously Richtext
62
- RichtextResolver, RichtextSchema, } from "storyblok-js-client";
62
+ RichtextResolver as RichTextResolver, RichtextSchema as RichTextSchema, } from "storyblok-js-client";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/js",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "SDK to integrate Storyblok into your project using JavaScript.",
5
5
  "main": "./dist/storyblok-js.js",
6
6
  "module": "./dist/storyblok-js.mjs",