@sanity/export 3.0.0-v2-v3-pte.19 → 3.0.0-v2-v3-pte.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -57,4 +57,3 @@ This functionality is built in to the `@sanity/cli` package as `sanity dataset e
57
57
  ## License
58
58
 
59
59
  MIT-licensed. See LICENSE.
60
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/export",
3
- "version": "3.0.0-v2-v3-pte.19+72900f1e26",
3
+ "version": "3.0.0-v2-v3-pte.20+71217036ac",
4
4
  "description": "Export Sanity documents and assets",
5
5
  "main": "./lib/export.js",
6
6
  "types": "./lib/dts/src/export.d.ts",
@@ -49,5 +49,5 @@
49
49
  "url": "https://github.com/sanity-io/sanity/issues"
50
50
  },
51
51
  "homepage": "https://www.sanity.io/",
52
- "gitHead": "72900f1e26093df7e5e5728f7a363e687645e0f5"
52
+ "gitHead": "71217036ac48bfef75bcd78827776479db26c19d"
53
53
  }