@storyblok/js 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -59,4 +59,4 @@ ISbAlternateObject, // previously AlternateObject
59
59
  ISbStoriesParams, // previously StoriesParams
60
60
  ISbStoryParams, // previously StoryParams
61
61
  ISbRichtext, // previously Richtext
62
- RichtextResolver, } from "storyblok-js-client";
62
+ RichtextResolver, RichtextSchema, } from "storyblok-js-client";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/js",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
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",