@shopify/theme-check-node
Advanced tools
Comparing version 1.16.0 to 1.16.1
@@ -57,2 +57,7 @@ "use strict"; | ||
} | ||
// legacy settings that screw up assumptions | ||
if (yamlFile.include_categories) | ||
delete yamlFile.include_categories; | ||
if (yamlFile.exclude_categories) | ||
delete yamlFile.exclude_categories; | ||
for (const [checkName, settings] of Object.entries(yamlFile)) { | ||
@@ -59,0 +64,0 @@ if (!isPlainObject(settings)) { |
{ | ||
"name": "@shopify/theme-check-node", | ||
"version": "1.16.0", | ||
"version": "1.16.1", | ||
"main": "dist/index.js", | ||
@@ -28,4 +28,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@shopify/theme-check-common": "1.16.0", | ||
"@shopify/theme-check-docs-updater": "1.16.0", | ||
"@shopify/theme-check-common": "1.16.1", | ||
"@shopify/theme-check-docs-updater": "1.16.1", | ||
"glob": "^8.0.3", | ||
@@ -32,0 +32,0 @@ "yaml": "^2.3.0" |
45142
969
+ Added@shopify/theme-check-common@1.16.1(transitive)
+ Added@shopify/theme-check-docs-updater@1.16.1(transitive)
- Removed@shopify/theme-check-common@1.16.0(transitive)
- Removed@shopify/theme-check-docs-updater@1.16.0(transitive)