@atlas.js/braintree
Advanced tools
Comparing version 1.1.0-alpha.a596c671 to 2.0.0
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.1.0-alpha.a596c671"></a> | ||
# 1.1.0-alpha.a596c671 (2018-05-14) | ||
<a name="2.0.0"></a> | ||
# 2.0.0 (2018-05-22) | ||
@@ -14,2 +14,3 @@ | ||
* drop components's static defaults, use static config (JSON schema) ([5c7d5ce](https://github.com/strvcom/atlas.js/commit/5c7d5ce)) | ||
* node.js 10 is now supported release line ([521ac2c](https://github.com/strvcom/atlas.js/commit/521ac2c)) | ||
@@ -16,0 +17,0 @@ |
{ | ||
"name": "@atlas.js/braintree", | ||
"description": "Braintree client as a component for @atlas.js", | ||
"version": "1.1.0-alpha.a596c671", | ||
"version": "2.0.0", | ||
"author": "Robert Rossmann <robert.rossmann@strv.com>", | ||
@@ -9,10 +9,10 @@ "bugs": "https://github.com/strvcom/atlas.js/issues", | ||
"dependencies": { | ||
"@atlas.js/service": "^1.1.0-alpha.a596c671", | ||
"@atlas.js/service": "^1.1.0", | ||
"braintree": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"@atlas.js/atlas": "^1.4.0-alpha.a596c671" | ||
"@atlas.js/atlas": "^2.0.0" | ||
}, | ||
"engines": { | ||
"node": "^8.3.0", | ||
"node": ">=8.3.0", | ||
"npm": "^5.3.0" | ||
@@ -19,0 +19,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20287
0
Updated@atlas.js/service@^1.1.0