@shopify/address-consts
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -8,2 +8,8 @@ # Changelog | ||
<!-- ## [Unreleased] --> | ||
## [2.1.1] - 2020-10-20 | ||
- Added `tslib@^1.14.1` in the list of dependencies. [#1657](https://github.com/Shopify/quilt/pull/1657) | ||
## [2.1.0] - 2020-09-02 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "@shopify/address-consts", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"license": "MIT", | ||
@@ -29,3 +29,6 @@ "description": "Constants and types relating to `@shopify/address`", | ||
"!tsconfig.tsbuildinfo" | ||
] | ||
], | ||
"dependencies": { | ||
"tslib": "^1.14.1" | ||
} | ||
} |
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
7414
1
15947
+ Addedtslib@^1.14.1
+ Addedtslib@1.14.1(transitive)