@sanity/embeddings-index-ui 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.esm.js
CHANGED
|
@@ -1590,7 +1590,6 @@ function requireUseSyncExternalStoreShim_development() {
|
|
|
1590
1590
|
return x === y && (x !== 0 || 1 / x === 1 / y) || x !== x && y !== y // eslint-disable-line no-self-compare
|
|
1591
1591
|
;
|
|
1592
1592
|
}
|
|
1593
|
-
|
|
1594
1593
|
var objectIs = typeof Object.is === 'function' ? Object.is : is;
|
|
1595
1594
|
|
|
1596
1595
|
// dispatch for CommonJS interop named imports.
|