@storyblok/js 1.6.2 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/types.d.ts +1 -1
- package/package.json +3 -3
package/dist/types/types.d.ts
CHANGED
@@ -10,7 +10,7 @@ export interface SbInitResult {
|
|
10
10
|
storyblokApi?: StoryblokClient;
|
11
11
|
}
|
12
12
|
export declare type SbPluginFactory = (options: SbSDKOptions) => any;
|
13
|
-
export declare type SbBlokKeyDataTypes = string | number | object;
|
13
|
+
export declare type SbBlokKeyDataTypes = string | number | object | boolean;
|
14
14
|
export interface SbBlokData extends StoryblokComponent<string> {
|
15
15
|
[index: string]: SbBlokKeyDataTypes;
|
16
16
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storyblok/js",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.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",
|
@@ -36,8 +36,8 @@
|
|
36
36
|
"babel-jest": "^28.1.0",
|
37
37
|
"cypress": "^9.6.1",
|
38
38
|
"eslint-plugin-cypress": "^2.12.1",
|
39
|
-
"eslint-plugin-jest": "^26.
|
40
|
-
"jest": "^28.1.
|
39
|
+
"eslint-plugin-jest": "^26.6.0",
|
40
|
+
"jest": "^28.1.3",
|
41
41
|
"jest-console": "^0.1.0",
|
42
42
|
"start-server-and-test": "^1.14.0",
|
43
43
|
"vite": "^2.9.13"
|