@storyblok/js 3.1.6 → 3.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/storyblok-js.js +24 -24
- package/dist/storyblok-js.mjs +411 -358
- package/dist/types/types.d.ts +1 -1
- package/package.json +9 -9
package/dist/types/types.d.ts
CHANGED
@@ -53,7 +53,7 @@ export interface StoryblokBridgeV2 {
|
|
53
53
|
export type { ISbConfig, // previously StoryblokConfig
|
54
54
|
ISbCache, // previously StoryblokCache
|
55
55
|
ISbResult, // previously StoryblokResult
|
56
|
-
ISbResponse, ISbError, ISbNode, ISbSchema,
|
56
|
+
ISbResponse, ISbError, ISbNode, ISbSchema, ISbThrottle, ISbThrottledRequest, AsyncFn, ArrayFn, ISbContentMangmntAPI, ISbManagmentApiResult, // previously StoryblokManagmentApiResult
|
57
57
|
ISbStories, // previously Stories
|
58
58
|
ISbStory, // previously Story
|
59
59
|
ISbDimensions, ISbComponentType as StoryblokComponentType, ISbStoryData, // previously StoryData
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storyblok/js",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.8",
|
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",
|
@@ -28,18 +28,18 @@
|
|
28
28
|
"prepublishOnly": "npm run build && cp ../README.md ./"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@storyblok/richtext": "^
|
32
|
-
"storyblok-js-client": "^6.10.
|
31
|
+
"@storyblok/richtext": "^3.0.0",
|
32
|
+
"storyblok-js-client": "^6.10.2"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@tsconfig/recommended": "^1.0.
|
36
|
-
"cypress": "^13.
|
37
|
-
"eslint-plugin-cypress": "^2.15.
|
38
|
-
"eslint-plugin-jest": "^28.
|
35
|
+
"@tsconfig/recommended": "^1.0.8",
|
36
|
+
"cypress": "^13.16.0",
|
37
|
+
"eslint-plugin-cypress": "^2.15.2",
|
38
|
+
"eslint-plugin-jest": "^28.9.0",
|
39
39
|
"isomorphic-fetch": "^3.0.0",
|
40
40
|
"start-server-and-test": "^2.0.8",
|
41
|
-
"vite": "^5.4.
|
42
|
-
"vitest": "^2.
|
41
|
+
"vite": "^5.4.11",
|
42
|
+
"vitest": "^2.1.5"
|
43
43
|
},
|
44
44
|
"babel": {
|
45
45
|
"presets": [
|