@ionic/utils-object
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.1.3](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-object@2.1.2...@ionic/utils-object@2.1.3) (2020-05-12) | ||
### Bug Fixes | ||
* pin tslib to avoid "Cannot set property pathExists" error ([689e1f0](https://github.com/ionic-team/ionic-cli/commit/689e1f038b907356ef855a067a76d4822e7072a8)) | ||
## [2.1.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-object@2.1.1...@ionic/utils-object@2.1.2) (2020-05-06) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@ionic/utils-object", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Object utils", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"debug": "^4.0.0", | ||
"tslib": "^1.9.0" | ||
"tslib": "1.11.2" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "84ae81b992612e3054056b7db0f7382b3f54256f" | ||
"gitHead": "68fe7bf49e4aae909d132a325b4fa3dddc6f9bf2" | ||
} |
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
7829
+ Addedtslib@1.11.2(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@1.11.2