appcd-response
Advanced tools
Comparing version 2.0.4 to 3.0.0
@@ -0,1 +1,7 @@ | ||
# v3.0.0 (Jun 12, 2020) | ||
* BREAKING CHANGE: Requires Node.js 10.13.0 or newer. | ||
[(DAEMON-334)](https://jira.appcelerator.org/browse/DAEMON-334) | ||
* chore: Updated dependencies. | ||
# v2.0.4 (Jan 13, 2020) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "appcd-response", | ||
"version": "2.0.4", | ||
"version": "3.0.0", | ||
"description": "Library for responses and errors with i18n support and error codes.", | ||
@@ -19,9 +19,9 @@ "main": "./dist/index", | ||
"dependencies": { | ||
"appcd-fs": "^1.1.10", | ||
"appcd-path": "^1.1.9", | ||
"source-map-support": "^0.5.16", | ||
"appcd-fs": "^2.0.0", | ||
"appcd-path": "^2.0.1", | ||
"source-map-support": "^0.5.19", | ||
"sprintf-js": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"appcd-gulp": "^2.3.2" | ||
"appcd-gulp": "^3.0.1" | ||
}, | ||
@@ -32,4 +32,4 @@ "homepage": "https://github.com/appcelerator/appc-daemon", | ||
"engines": { | ||
"node": "^8.12.0 || >=10.2.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
75551
+ Addedappcd-fs@2.1.2(transitive)
+ Addedappcd-path@2.0.8(transitive)
+ Addedtmp@0.2.3(transitive)
- Removedappcd-fs@1.1.10(transitive)
- Removedappcd-path@1.1.10(transitive)
Updatedappcd-fs@^2.0.0
Updatedappcd-path@^2.0.1
Updatedsource-map-support@^0.5.19