@sanity/preview-url-secret
Advanced tools
Comparing version 1.6.7 to 1.6.8
@@ -9,2 +9,9 @@ <!-- markdownlint-disable --><!-- textlint-disable --> | ||
## [1.6.8](https://github.com/sanity-io/visual-editing/compare/preview-url-secret-v1.6.7...preview-url-secret-v1.6.8) (2024-04-16) | ||
### Bug Fixes | ||
* **deps:** update dependency @sanity/client to v6.15.13 ([#1327](https://github.com/sanity-io/visual-editing/issues/1327)) ([a52f2c2](https://github.com/sanity-io/visual-editing/commit/a52f2c2180e1da09a8166e516aaeb206e13e13ae)) | ||
## [1.6.7](https://github.com/sanity-io/visual-editing/compare/preview-url-secret-v1.6.6...preview-url-secret-v1.6.7) (2024-04-05) | ||
@@ -11,0 +18,0 @@ |
{ | ||
"name": "@sanity/preview-url-secret", | ||
"version": "1.6.7", | ||
"version": "1.6.8", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/preview-url-secret#readme", | ||
@@ -58,3 +58,2 @@ "bugs": { | ||
"module": "./dist/index.js", | ||
"source": "./src/index.ts", | ||
"types": "./dist/index.d.ts", | ||
@@ -140,8 +139,8 @@ "typesVersions": { | ||
"devDependencies": { | ||
"@sanity/channels": "0.4.0", | ||
"@sanity/client": "^6.15.11", | ||
"@sanity/icons": "^2.11.7", | ||
"@sanity/pkg-utils": "^5.1.11", | ||
"@typescript-eslint/eslint-plugin": "^7.5.0", | ||
"@typescript-eslint/parser": "^7.5.0", | ||
"@repo/channels": "0.4.0", | ||
"@sanity/client": "^6.15.14", | ||
"@sanity/icons": "^2.11.8", | ||
"@sanity/pkg-utils": "6.6.5", | ||
"@typescript-eslint/eslint-plugin": "^7.6.0", | ||
"@typescript-eslint/parser": "^7.6.0", | ||
"eslint": "^8.57.0", | ||
@@ -151,8 +150,9 @@ "eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"sanity": "^3.36.4", | ||
"typescript": "5.4.2", | ||
"vitest": "^1.4.0" | ||
"sanity": "^3.37.2", | ||
"typescript": "5.4.5", | ||
"vitest": "^1.5.0", | ||
"@repo/package.config": "0.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@sanity/client": "^6.15.11" | ||
"@sanity/client": "^6.15.14" | ||
}, | ||
@@ -166,4 +166,3 @@ "engines": { | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "pkg build --strict && pkg --strict", | ||
"build": "pkg build --strict --check --clean", | ||
"lint": "eslint .", | ||
@@ -170,0 +169,0 @@ "test": "vitest --pass-with-no-tests --typecheck", |
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
114513
14