alloy-utils
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.4](https://github.com/appcelerator/alloy-devkit/compare/v0.1.3...v0.1.4) (2020-02-27) | ||
### Bug Fixes | ||
* **utils:** remove scanning of unused widget path ([1b3eba6](https://github.com/appcelerator/alloy-devkit/commit/1b3eba6b4cbe5e39eff0892bd4f5e02372f72b54)) | ||
## [0.1.3](https://github.com/appcelerator/alloy-devkit/compare/v0.1.2...v0.1.3) (2020-01-28) | ||
@@ -8,0 +19,0 @@ |
@@ -233,3 +233,2 @@ // The island of misfit toys... for functions | ||
var widgetPaths = []; | ||
widgetPaths.push(path.join(__dirname, '..', 'widgets')); | ||
widgetPaths.push(path.join(appDir, 'widgets')); | ||
@@ -236,0 +235,0 @@ |
{ | ||
"name": "alloy-utils", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Common utils for Alloy", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"resolve": "^1.12.0", | ||
"xmldom": "^0.1.27" | ||
"xmldom": "^0.2.1" | ||
}, | ||
@@ -34,3 +34,3 @@ "engines": { | ||
}, | ||
"gitHead": "708d33951898ff6d922c8e85c513fa7580057e69" | ||
"gitHead": "ab6ac0759d5fdc8963f1d502482b7a295db3f5aa" | ||
} |
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
168211
4689
+ Addedxmldom@0.2.1(transitive)
- Removedxmldom@0.1.31(transitive)
Updatedxmldom@^0.2.1