@storyblok/react
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "@storyblok/react", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "SDK to integrate Storyblok into your project using React.", | ||
@@ -13,40 +13,20 @@ "main": "./dist/storyblok-react.js", | ||
".": { | ||
"import": { | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/storyblok-react.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/storyblok-react.js" | ||
} | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/storyblok-react.mjs", | ||
"require": "./dist/storyblok-react.js" | ||
}, | ||
"./rsc": { | ||
"import": { | ||
"types": "./dist/types/rsc/index.d.ts", | ||
"default": "./dist/storyblok-react2.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/types/rsc/index.d.ts", | ||
"default": "./dist/storyblok-react2.js" | ||
} | ||
"types": "./dist/types/rsc/index.d.ts", | ||
"import": "./dist/storyblok-react2.mjs", | ||
"require": "./dist/storyblok-react2.js" | ||
}, | ||
"./bridge-loader": { | ||
"import": { | ||
"types": "./dist/types/bridge-loader.d.ts", | ||
"default": "./dist/storyblok-react3.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/types/bridge-loader.d.ts", | ||
"default": "./dist/storyblok-react3.js" | ||
} | ||
"types": "./dist/types/bridge-loader.d.ts", | ||
"import": "./dist/storyblok-react3.mjs", | ||
"require": "./dist/storyblok-react3.js" | ||
}, | ||
"./story": { | ||
"import": { | ||
"types": "./dist/types/story.d.ts", | ||
"default": "./dist/storyblok-react4.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/types/story.d.ts", | ||
"default": "./dist/storyblok-react4.js" | ||
} | ||
"types": "./dist/types/story.d.ts", | ||
"import": "./dist/storyblok-react4.mjs", | ||
"require": "./dist/storyblok-react4.js" | ||
} | ||
@@ -76,4 +56,4 @@ }, | ||
"@tsconfig/recommended": "^1.0.2", | ||
"@types/react": "18.2.6", | ||
"@vitejs/plugin-react": "^1.3.2", | ||
"@types/react": "18.2.7", | ||
"@vitejs/plugin-react": "^4.0.0", | ||
"babel-jest": "^29.5.0", | ||
@@ -87,3 +67,3 @@ "cypress": "^9.7.0", | ||
"start-server-and-test": "^2.0.0", | ||
"terser": "^5.17.4", | ||
"terser": "^5.17.6", | ||
"vite": "^4.1.4" | ||
@@ -90,0 +70,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84828