@shopify/theme-check-node
Advanced tools
Comparing version 1.13.0 to 1.13.1
# @shopify/theme-check-node | ||
## 1.13.1 | ||
### Patch Changes | ||
- 14b9ee2: Fixup package.json configs | ||
- Updated dependencies [14b9ee2] | ||
- @shopify/theme-check-common@1.13.1 | ||
## 1.13.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@shopify/theme-check-node", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "CP Clermont <cp.clermont@shopify.com>", | ||
"homepage": "https://github.com/Shopify/theme-tools", | ||
"license": "MIT", | ||
@@ -11,2 +13,7 @@ "publishConfig": { | ||
}, | ||
"files": [ | ||
"configs/*", | ||
"dist/**/*.js", | ||
"dist/**/*.ts" | ||
], | ||
"scripts": { | ||
@@ -22,3 +29,3 @@ "build": "yarn build:ts", | ||
"dependencies": { | ||
"@shopify/theme-check-common": "1.13.0", | ||
"@shopify/theme-check-common": "1.13.1", | ||
"glob": "^8.0.3", | ||
@@ -25,0 +32,0 @@ "yaml": "^2.3.0" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
6
55608
39
960
1
+ Added@shopify/theme-check-common@1.13.1(transitive)
- Removed@shopify/theme-check-common@1.13.0(transitive)