@shopify/theme-check-common
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -36,2 +36,4 @@ "use strict"; | ||
const variable_name_1 = require("./variable-name"); | ||
const valid_static_block_type_1 = require("./valid-static-block-type"); | ||
const unique_static_block_id_1 = require("./unique-static-block-id"); | ||
exports.allChecks = [ | ||
@@ -69,2 +71,4 @@ app_block_valid_tags_1.AppBlockValidTags, | ||
variable_name_1.VariableName, | ||
valid_static_block_type_1.ValidStaticBlockType, | ||
unique_static_block_id_1.UniqueStaticBlockId, | ||
]; | ||
@@ -71,0 +75,0 @@ /** |
{ | ||
"name": "@shopify/theme-check-common", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -34,2 +34,4 @@ import { ConfigTarget, JSONCheckDefinition, LiquidCheckDefinition } from '../types'; | ||
import { VariableName } from './variable-name'; | ||
import { ValidStaticBlockType } from './valid-static-block-type'; | ||
import { UniqueStaticBlockId } from './unique-static-block-id'; | ||
@@ -68,2 +70,4 @@ export const allChecks: (LiquidCheckDefinition | JSONCheckDefinition)[] = [ | ||
VariableName, | ||
ValidStaticBlockType, | ||
UniqueStaticBlockId, | ||
]; | ||
@@ -70,0 +74,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
854092
337
15513