@sanity/react-loader
Advanced tools
Comparing version 1.9.7 to 1.9.8
@@ -41,2 +41,9 @@ <!-- markdownlint-disable --><!-- textlint-disable --> | ||
## [1.9.8](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.9.7...react-loader-v1.9.8) (2024-04-05) | ||
### Bug Fixes | ||
* improve support for worker runtimes ([#1268](https://github.com/sanity-io/visual-editing/issues/1268)) ([69b3364](https://github.com/sanity-io/visual-editing/commit/69b33649157c53463254ee6b515ecf5767eacb49)) | ||
## [1.9.7](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.9.6...react-loader-v1.9.7) (2024-04-05) | ||
@@ -43,0 +50,0 @@ |
{ | ||
"name": "@sanity/react-loader", | ||
"version": "1.9.7", | ||
"version": "1.9.8", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/react-loader#readme", | ||
@@ -20,2 +20,6 @@ "bugs": { | ||
"source": "./src/index.ts", | ||
"deno": "./dist/index.js", | ||
"edge": "./dist/index.js", | ||
"edge-light": "./dist/index.js", | ||
"worker": "./dist/index.js", | ||
"react-server": "./dist/rsc/index.react-server.js", | ||
@@ -22,0 +26,0 @@ "browser": { |
522097