@shopify/shop-minis-platform 0.0.4 → 0.0.5

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shopify/shop-minis-platform",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "description": "Shared type definitions for Shop Minis Platform",
6
6
  "main": "src/index.ts",
7
7
  "exports": {
@@ -9,7 +9,7 @@ export interface ProductImage {
9
9
  /**
10
10
  * @deprecated This property will be removed in a future version
11
11
  */
12
- sensitive: boolean
12
+ sensitive?: boolean | null
13
13
  thumbhash?: string | null
14
14
  }
15
15