@atlas.js/braintree
Advanced tools
Comparing version 2.1.0-alpha.7 to 2.1.0
@@ -6,2 +6,20 @@ # Change Log | ||
# [2.1.0](https://github.com/strvcom/atlas.js/compare/@atlas.js/braintree@2.0.1...@atlas.js/braintree@2.1.0) (2019-02-08) | ||
### Bug Fixes | ||
* declarations for object shapes should use `type`, not `interface` ([7928e6a](https://github.com/strvcom/atlas.js/commit/7928e6a)) | ||
* remove `declare module` wrappers from all d.ts files 🔥 ([c0e7cd5](https://github.com/strvcom/atlas.js/commit/c0e7cd5)), closes [#69](https://github.com/strvcom/atlas.js/issues/69) | ||
### Features | ||
* **braintree:** add typings ([1b93722](https://github.com/strvcom/atlas.js/commit/1b93722)) | ||
* **braintree:** add typings ([01657c5](https://github.com/strvcom/atlas.js/commit/01657c5)) | ||
# [2.1.0-alpha.7](https://github.com/strvcom/atlas.js/compare/@atlas.js/braintree@2.1.0-alpha.6...@atlas.js/braintree@2.1.0-alpha.7) (2019-01-28) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@atlas.js/braintree", | ||
"description": "Braintree client as a component for @atlas.js", | ||
"version": "2.1.0-alpha.7", | ||
"version": "2.1.0", | ||
"author": "Robert Rossmann <robert.rossmann@strv.com>", | ||
@@ -9,7 +9,7 @@ "bugs": "https://github.com/strvcom/atlas.js/issues", | ||
"dependencies": { | ||
"@atlas.js/service": "^1.2.0-alpha.1", | ||
"@atlas.js/service": "^1.2.0", | ||
"braintree": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"@atlas.js/atlas": "^2.2.0-alpha.7" | ||
"@atlas.js/atlas": "^2.2.0" | ||
}, | ||
@@ -31,3 +31,3 @@ "engines": { | ||
}, | ||
"gitHead": "20fa27bf205f83baaae14c5ef99c6ff8e007b214" | ||
"gitHead": "e67f1220a6aa157ef078f26075b6aa5bfad5ee18" | ||
} |
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
23482
0
Updated@atlas.js/service@^1.2.0