sanity-diff-patch
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "sanity-diff-patch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another", | ||
@@ -14,2 +14,9 @@ "main": "dist/index.js", | ||
], | ||
"keywords": [ | ||
"sanity", | ||
"patch", | ||
"diff", | ||
"mutation", | ||
"compare" | ||
], | ||
"engines": { | ||
@@ -16,0 +23,0 @@ "node": ">=10" |
# sanity-diff-patch | ||
[![npm version](http://img.shields.io/npm/v/sanity-diff-patch.svg?style=flat-square)](https://www.npmjs.com/package/sanity-diff-patch)[![npm bundle size](https://img.shields.io/bundlephobia/minzip/sanity-diff-patch.svg?style=flat-square)](https://bundlephobia.com/result?p=sanity-diff-patch)[![Build Status](http://img.shields.io/travis/rexxars/sanity-diff-patch/master.svg?style=flat-square)](https://travis-ci.com/rexxars/sanity-diff-patch) | ||
Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another. | ||
@@ -101,1 +103,5 @@ | ||
- Improve patch on array item delete | ||
## License | ||
MIT-licensed. See LICENSE. |
148629
107