@bearer/js
Advanced tools
Comparing version 1.6.2-canary-4.1 to 1.6.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.6.4](https://github.com/Bearer/bearer/compare/v1.6.3...v1.6.4) (2019-07-11) | ||
### Bug Fixes | ||
* **js:** setupId is optinal ([#711](https://github.com/Bearer/bearer/issues/711)) ([f8e123c](https://github.com/Bearer/bearer/commit/f8e123c)) | ||
## [1.6.1](https://github.com/Bearer/bearer/compare/v1.6.0...v1.6.1) (2019-07-02) | ||
@@ -8,0 +19,0 @@ |
@@ -17,3 +17,3 @@ export default class Bearer { | ||
*/ | ||
connect: (integration: string, setupId: string, { authId }?: { | ||
connect: (integration: string, setupId?: string | undefined, { authId }?: { | ||
authId?: string | undefined; | ||
@@ -20,0 +20,0 @@ }) => Promise<{ |
@@ -17,3 +17,3 @@ export default class Bearer { | ||
*/ | ||
connect: (integration: string, setupId: string, { authId }?: { | ||
connect: (integration: string, setupId?: string | undefined, { authId }?: { | ||
authId?: string | undefined; | ||
@@ -20,0 +20,0 @@ }) => Promise<{ |
@@ -17,3 +17,3 @@ export default class Bearer { | ||
*/ | ||
connect: (integration: string, setupId: string, { authId }?: { | ||
connect: (integration: string, setupId?: string | undefined, { authId }?: { | ||
authId?: string | undefined; | ||
@@ -20,0 +20,0 @@ }) => Promise<{ |
{ | ||
"private": false, | ||
"name": "@bearer/js", | ||
"version": "1.6.2-canary-4.1+aa627430", | ||
"version": "1.6.4", | ||
"description": "A JavaScript library for working with Bearer integrations", | ||
@@ -20,3 +20,3 @@ "jsdelivr": "lib/bearer.production.min.js", | ||
"dependencies": { | ||
"@bearer/logger": "^1.6.2-canary-4.1+aa627430", | ||
"@bearer/logger": "^1.6.1", | ||
"debounce": "^1.2.0", | ||
@@ -49,3 +49,3 @@ "post-robot": "^8.0.26" | ||
}, | ||
"gitHead": "aa627430dfb4f46fe1fea28f5b1ce47b592d0165" | ||
"gitHead": "6863def56279c782dd3d621a3ba42eadc32c84e7" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
2133742
19769
1
8
Updated@bearer/logger@^1.6.1