Socket
Socket
Sign inDemoInstall

@sanity/presentation

Package Overview
Dependencies
Maintainers
44
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/presentation - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

dist/_chunks/BroadcastDisplayedDocument-N6jy9Rvl.cjs

22

CHANGELOG.md
# Changelog
## [1.7.1](https://github.com/sanity-io/visual-editing/compare/presentation-v1.7.0...presentation-v1.7.1) (2024-01-26)
### Bug Fixes
* **deps:** update dependency @sanity/client to ^6.11.2 ([#745](https://github.com/sanity-io/visual-editing/issues/745)) ([7f24dd6](https://github.com/sanity-io/visual-editing/commit/7f24dd64c3e1147c77b8b92a7ca5635f2bde4b39))
* **deps:** update dependency @sanity/client to ^6.11.3 ([#755](https://github.com/sanity-io/visual-editing/issues/755)) ([148ce5a](https://github.com/sanity-io/visual-editing/commit/148ce5acad111fe885a2d21662e0e1d61094916a))
* **deps:** update dependency @sanity/client to ^6.12.1 ([#774](https://github.com/sanity-io/visual-editing/issues/774)) ([4ba2074](https://github.com/sanity-io/visual-editing/commit/4ba2074d807fb6c69c17b783cba1d7154846782f))
* **deps:** Update dependency framer-motion to ^11.0.3 ([#749](https://github.com/sanity-io/visual-editing/issues/749)) ([3a7c41d](https://github.com/sanity-io/visual-editing/commit/3a7c41d000f828e9cc7191db5f64235ff9865b7e))
* **deps:** Update dependency framer-motion to v11 ([#742](https://github.com/sanity-io/visual-editing/issues/742)) ([30ea61f](https://github.com/sanity-io/visual-editing/commit/30ea61f6b68d715797edb8f05d964ca01ce4cce4))
* **deps:** Update dependency mendoza to v3.0.4 ([#760](https://github.com/sanity-io/visual-editing/issues/760)) ([b1e96ab](https://github.com/sanity-io/visual-editing/commit/b1e96ab3688dab9210c11b88ee5ee6d0fb1f79cc))
* **deps:** Update sanity monorepo to ^3.26.1 ([#772](https://github.com/sanity-io/visual-editing/issues/772)) ([6e4b171](https://github.com/sanity-io/visual-editing/commit/6e4b17158fd6f98bfeab0752097698dd2c121606))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @sanity/preview-url-secret bumped from ^1.5.3 to ^1.5.4
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.4 to 0.2.5
## [1.7.0](https://github.com/sanity-io/visual-editing/compare/presentation-v1.6.1...presentation-v1.7.0) (2024-01-22)

@@ -5,0 +27,0 @@

4

dist/index.d.ts

@@ -109,2 +109,6 @@ /// <reference types="react" />

unstable_showUnsafeShareUrl?: boolean
/**
* @deprecated don't use this in production, it can be removed at any time
*/
unstable_emitExperimentalRevalidateTagsLoaderEvent?: boolean
}

@@ -111,0 +115,0 @@

2

dist/index.js

@@ -1,1 +0,1 @@

export{p as presentationTool,u as usePresentationNavigate,e as usePresentationParams}from"./_chunks/index-Ku2cP-pD.js";//# sourceMappingURL=index.js.map
export{p as presentationTool,u as usePresentationNavigate,e as usePresentationParams}from"./_chunks/index-ykAxZvMU.js";//# sourceMappingURL=index.js.map
{
"name": "@sanity/presentation",
"version": "1.7.0",
"version": "1.7.1",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/presentation#readme",

@@ -40,6 +40,3 @@ "bugs": {

],
"browserslist": [
"> 0.2% and last 2 versions and supports es6-module and supports es6-module-dynamic-import and not dead and not IE 11",
"maintained node versions"
],
"browserslist": "extends @sanity/browserslist-config",
"prettier": {

@@ -109,10 +106,10 @@ "plugins": [

"dependencies": {
"@sanity/icons": "^2.8.0",
"@sanity/preview-url-secret": "^1.5.3",
"@sanity/icons": "^2.10.0",
"@sanity/preview-url-secret": "^1.5.4",
"@sanity/uuid": "3.0.2",
"@types/lodash.isequal": "^4.5.8",
"fast-deep-equal": "3.1.3",
"framer-motion": "^10.18.0",
"framer-motion": "^11.0.3",
"lodash.isequal": "^4.5.0",
"mendoza": "3.0.3",
"mendoza": "3.0.4",
"mnemonist": "0.39.7",

@@ -124,16 +121,16 @@ "rxjs": "^7.8.1",

"@sanity/channels": "0.4.0",
"@sanity/client": "^6.11.1",
"@sanity/pkg-utils": "^3.3.8",
"@sanity/client": "^6.12.1",
"@sanity/pkg-utils": "^4.1.0",
"@sanity/ui": "2.0.1",
"@sanity/visual-editing-helpers": "0.2.4",
"happy-dom": "^13.2.1",
"@sanity/visual-editing-helpers": "0.2.5",
"happy-dom": "^13.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.25.0",
"sanity": "^3.26.1",
"styled-components": "6.1.8",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"peerDependencies": {
"@sanity/client": "^6.11.1"
"@sanity/client": "^6.12.1"
},

@@ -140,0 +137,0 @@ "engines": {

@@ -57,2 +57,6 @@ import type { ClientPerspective, QueryParams } from '@sanity/client'

unstable_showUnsafeShareUrl?: boolean
/**
* @deprecated don't use this in production, it can be removed at any time
*/
unstable_emitExperimentalRevalidateTagsLoaderEvent?: boolean
}

@@ -59,0 +63,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc