RubyGems
npm
Organizations
Log in
Sign up
npm
@storyblok/js
Versions diffs
1.7.0 → 1.7.1
@storyblok/js 1.7.0 → 1.7.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/types/types.d.ts
+1
-0
package/package.json
+1
-1
package/dist/types/types.d.ts
CHANGED
Viewed
@@ -26,6 +26,7 @@ export interface StoryblokBridgeConfigV2 {
26
26
resolveRelations?: string[];
27
27
customParent?: string;
28
28
preventClicks?: boolean;
29
+
language?: string;
29
30
}
30
31
export interface StoryblokBridgeV2 {
31
32
pingEditor: (event: any) => void;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@storyblok/js",
3
-
"version": "1.7.
0
",
3
+
"version": "1.7.
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",