@storyblok/js 1.6.4 → 1.6.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/types.d.ts +3 -1
- package/package.json +2 -2
package/dist/types/types.d.ts
CHANGED
@@ -3,7 +3,9 @@ export declare type StoryblokClient = StoryblokJSClient;
|
|
3
3
|
declare global {
|
4
4
|
interface Window {
|
5
5
|
storyblokRegisterEvent: (cb: Function) => void;
|
6
|
-
StoryblokBridge:
|
6
|
+
StoryblokBridge: {
|
7
|
+
new (options?: StoryblokBridgeConfigV2): StoryblokBridgeV2;
|
8
|
+
};
|
7
9
|
}
|
8
10
|
}
|
9
11
|
export interface SbInitResult {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storyblok/js",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.5",
|
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",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"storyblok-js-client": "^4.5.6"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
|
-
"@babel/core": "^7.18.
|
33
|
+
"@babel/core": "^7.18.9",
|
34
34
|
"@babel/preset-env": "^7.18.9",
|
35
35
|
"@tsconfig/recommended": "^1.0.1",
|
36
36
|
"babel-jest": "^28.1.0",
|