@shopify/theme-check-docs-updater
Advanced tools
Comparing version 1.18.2 to 1.19.0
# @shopify/theme-check-docs-updater | ||
## 1.19.0 | ||
### Patch Changes | ||
- Updated dependencies [d9f3063] | ||
- @shopify/theme-check-common@1.19.0 | ||
## 1.18.2 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@shopify/theme-check-docs-updater", | ||
"version": "1.18.2", | ||
"version": "1.19.0", | ||
"description": "Scripts to initialize theme-check data with assets from the theme-liquid-docs repo.", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@shopify/theme-check-common": "^1.18.2", | ||
"@shopify/theme-check-common": "^1.19.0", | ||
"ajv": "^8.12.0", | ||
@@ -26,0 +26,0 @@ "env-paths": "^2.2.1", |
@@ -5,4 +5,4 @@ { | ||
"references": [ | ||
{ "path": "../theme-check-common" } | ||
{ "path": "../theme-check-common/tsconfig.build.json" } | ||
] | ||
} |
@@ -6,5 +6,9 @@ { | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"outDir": "dist", | ||
"rootDir": "src", | ||
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo" | ||
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo", | ||
"paths": { | ||
"@shopify/theme-check-common": ["../theme-check-common/src"] | ||
} | ||
}, | ||
@@ -11,0 +15,0 @@ "references": [ |
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
85386
677