@storyblok/js 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import StoryblokJSClient, { StoryblokConfig, StoryblokComponent } from "storyblok-js-client";
2
- export declare type StoryblokClient = typeof StoryblokJSClient;
2
+ export declare type StoryblokClient = StoryblokJSClient;
3
3
  declare global {
4
4
  interface Window {
5
5
  storyblokRegisterEvent: (cb: Function) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/js",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
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",