appcd-path
Advanced tools
Comparing version 1.1.10 to 2.0.0
@@ -0,1 +1,7 @@ | ||
# v2.0.0 (May 5, 2020) | ||
* BREAKING CHANGE: Requires Node.js 10.13.0 or newer. | ||
[(DAEMON-334)](https://jira.appcelerator.org/browse/DAEMON-334) | ||
* chore: Updated dependencies. | ||
# v1.1.10 (Jan 14, 2020) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "appcd-path", | ||
"version": "1.1.10", | ||
"version": "2.0.0", | ||
"description": "Library for working with paths.", | ||
@@ -19,7 +19,8 @@ "main": "./dist/path", | ||
"dependencies": { | ||
"source-map-support": "^0.5.16" | ||
"source-map-support": "^0.5.19" | ||
}, | ||
"devDependencies": { | ||
"appcd-gulp": "^2.3.2", | ||
"tmp": "^0.1.0" | ||
"appcd-gulp": "^3.0.0", | ||
"fs-extra": "^9.0.0", | ||
"tmp": "^0.2.1" | ||
}, | ||
@@ -30,4 +31,4 @@ "homepage": "https://github.com/appcelerator/appc-daemon", | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=10.13.0" | ||
} | ||
} |
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
11960
3
Updatedsource-map-support@^0.5.19