sanity-diff-patch
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "sanity-diff-patch", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another", | ||
@@ -8,3 +8,11 @@ "main": "dist/index.js", | ||
"module": "dist/sanity-diff-patch.esm.js", | ||
"typings": "dist/sanity-diff-patch.d.ts", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/sanity-diff-patch.esm.js", | ||
"require": "./dist/index.js", | ||
"default": "./dist/sanity-diff-patch.esm.js" | ||
} | ||
}, | ||
"author": "Espen Hovlandsdal <espen@hovlandsdal.com>", | ||
@@ -11,0 +19,0 @@ "license": "MIT", |
160856