@shopify/shop-minis-cli 0.0.171 → 0.0.172

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.
@@ -245,7 +245,17 @@
245
245
  "unevaluatedProperties": false,
246
246
  "additionalProperties": false
247
247
  }
248
+ },
249
+ "privacy_policy_url": {
250
+ "type": "string",
251
+ "description": "A URL to the Privacy Policy for this Mini.",
252
+ "pattern": "^https?://.*"
253
+ },
254
+ "terms_url": {
255
+ "type": "string",
256
+ "description": "A URL to the Terms of Service for this Mini.",
257
+ "pattern": "^https?://.*"
248
258
  }
249
259
  },
250
- "required": ["name", "handle"]
260
+ "required": ["name", "handle", "privacy_policy_url", "terms_url"]
251
261
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "@shopify:registry": "https://registry.npmjs.org/"
6
6
  },
7
- "version": "0.0.171",
7
+ "version": "0.0.172",
8
8
  "description": "Shop Minis CLI",
9
9
  "main": "build/index.js",
10
10
  "bin": {