@sanity/core-loader
Advanced tools
Comparing version 1.7.31 to 1.7.32
@@ -9,2 +9,9 @@ <!-- markdownlint-disable --><!-- textlint-disable --> | ||
## [1.7.32](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.7.31...core-loader-v1.7.32) (2025-01-30) | ||
### Bug Fixes | ||
* increase heartbeat interval from 1s to 10s ([#2597](https://github.com/sanity-io/visual-editing/issues/2597)) ([0bf7220](https://github.com/sanity-io/visual-editing/commit/0bf722039909ce700ef6de512d83a212f4590ddd)) | ||
## [1.7.31](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.7.30...core-loader-v1.7.31) (2025-01-28) | ||
@@ -11,0 +18,0 @@ |
@@ -6,3 +6,3 @@ import { validateApiPerspective } from "@sanity/client"; | ||
import { atom } from "./index.js"; | ||
const LISTEN_HEARTBEAT_INTERVAL = 1e3; | ||
const LISTEN_HEARTBEAT_INTERVAL = 1e4; | ||
function enableLiveMode(options) { | ||
@@ -9,0 +9,0 @@ const { client, setFetcher, onConnect, onDisconnect } = options; |
{ | ||
"name": "@sanity/core-loader", | ||
"version": "1.7.31", | ||
"version": "1.7.32", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/core-loader#readme", | ||
@@ -66,4 +66,4 @@ "bugs": { | ||
"@sanity/comlink": "^3.0.1", | ||
"@sanity/presentation-comlink": "^1.0.4", | ||
"@sanity/visual-editing-csm": "^2.0.2" | ||
"@sanity/visual-editing-csm": "^2.0.2", | ||
"@sanity/presentation-comlink": "^1.0.4" | ||
}, | ||
@@ -81,4 +81,4 @@ "devDependencies": { | ||
"@repo/eslint-config": "0.0.0", | ||
"@repo/package.config": "0.0.0", | ||
"@repo/prettier-config": "0.0.0" | ||
"@repo/prettier-config": "0.0.0", | ||
"@repo/package.config": "0.0.0" | ||
}, | ||
@@ -85,0 +85,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
612035