@sanity/preview-kit
Advanced tools
Comparing version 5.0.63-canary.0 to 5.1.0
{ | ||
"name": "@sanity/preview-kit", | ||
"version": "5.0.63-canary.0", | ||
"version": "5.1.0", | ||
"description": "General purpose utils for live content and visual editing", | ||
@@ -75,2 +75,12 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"prebuild": "rimraf coverage dist || true", | ||
"build": "pkg build --strict && pkg --strict", | ||
"coverage": "vitest run --coverage", | ||
"lint": "eslint --max-warnings 0 .", | ||
"prepublishOnly": "pnpm run build", | ||
"release": "semantic-release || semantic-release --dry-run --debug", | ||
"test": "vitest", | ||
"watch": "pnpm build watch" | ||
}, | ||
"browserslist": "extends @sanity/browserslist-config", | ||
@@ -127,12 +137,3 @@ "prettier": "@sanity/prettier-config", | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"prebuild": "rimraf coverage dist || true", | ||
"build": "pkg build --strict && pkg --strict", | ||
"coverage": "vitest run --coverage", | ||
"lint": "eslint --max-warnings 0 .", | ||
"release": "semantic-release || semantic-release --dry-run --debug", | ||
"test": "vitest", | ||
"watch": "pnpm build watch" | ||
} | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
434972
5