@shopify/theme-check-docs-updater
Advanced tools
Comparing version 2.1.0 to 2.2.0
# @shopify/theme-check-docs-updater | ||
## 2.2.0 | ||
### Patch Changes | ||
- @shopify/theme-check-common@2.2.0 | ||
## 2.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
{ "revision": "8f45acec4e008812e35c4b75def37b9da377557d" } | ||
{ "revision": "abca8f577cf5fdff1ce169513562b28faced003b" } | ||
@@ -103,2 +103,3 @@ { | ||
"enum": [ | ||
"*", | ||
"404", | ||
@@ -110,4 +111,2 @@ "article", | ||
"collection", | ||
"list-collections", | ||
"gift_card", | ||
"customers/account", | ||
@@ -120,3 +119,6 @@ "customers/activate_account", | ||
"customers/reset_password", | ||
"gift_card", | ||
"index", | ||
"list-collections", | ||
"metaobject", | ||
"page", | ||
@@ -123,0 +125,0 @@ "password", |
{ | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"description": "A schema for Shopify theme translation files. Supports nested properties, pluralized translations, and translations containing HTML.", | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
@@ -8,6 +7,6 @@ "additionalProperties": { | ||
{ | ||
"$ref": "#/$defs/pluralizedString" | ||
"type": "string" | ||
}, | ||
{ | ||
"type": "string" | ||
"$ref": "#/definitions/pluralizedString" | ||
}, | ||
@@ -25,3 +24,3 @@ { | ||
}, | ||
"$defs": { | ||
"definitions": { | ||
"pluralizedString": { | ||
@@ -28,0 +27,0 @@ "type": "object", |
{ | ||
"name": "@shopify/theme-check-docs-updater", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Scripts to initialize theme-check data with assets from the theme-liquid-docs repo.", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@shopify/theme-check-common": "^2.1.0", | ||
"@shopify/theme-check-common": "^2.2.0", | ||
"ajv": "^8.12.0", | ||
@@ -36,0 +36,0 @@ "env-paths": "^2.2.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1226409
30325