next-sanity
Advanced tools
Comparing version 0.6.8 to 0.6.9
{ | ||
"name": "next-sanity", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "Sanity.io toolkit for Next.js", | ||
@@ -29,4 +29,17 @@ "keywords": [ | ||
}, | ||
"./package.json": "./package.json" | ||
"./package.json": "./package.json", | ||
"./studio": { | ||
"source": "./src/studio.ts", | ||
"require": "./lib/cjs/studio.js", | ||
"default": "./lib/esm/studio.js" | ||
} | ||
}, | ||
"//": "the typesVersion config below is a workaround for TypeScript's lack of support for package exports", | ||
"typesVersions": { | ||
"*": { | ||
"studio": [ | ||
"./dist/studio.d.ts" | ||
] | ||
} | ||
}, | ||
"main": "dist/index.js", | ||
@@ -69,3 +82,2 @@ "module": "dist/next-sanity.esm.js", | ||
"@sanity/eslint-config-studio": "^2.0.0", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@testing-library/react-hooks": "^7.0.2", | ||
@@ -72,0 +84,0 @@ "@types/eventsource": "^1.1.9", |
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
205955
31