Comparing version 3.3.2-next.0 to 3.3.2-next.1
# bitski | ||
## 3.3.2-next.1 | ||
### Patch Changes | ||
- Updated dependencies [[`5277b19`](https://github.com/BitskiCo/bitski-js/commit/5277b1903ed74a6ced2f6428f7e50417c47d7885), [`e452b76`](https://github.com/BitskiCo/bitski-js/commit/e452b76480503e29806d729d9c75476e67feb0ec), [`65de42b`](https://github.com/BitskiCo/bitski-js/commit/65de42be31f3c1da983637b760f927a3c22bc319)]: | ||
- bitski-provider@2.1.0-next.1 | ||
- eth-provider-types@0.2.0-next.0 | ||
## 3.3.2-next.0 | ||
@@ -4,0 +12,0 @@ |
@@ -139,3 +139,3 @@ import { createBitskiProvider, LocalStorageStore, } from 'bitski-provider'; | ||
createProvider(options = {}) { | ||
return createBitskiProvider(Object.assign(Object.assign({ clientId: this.clientId, getAccessToken: this.getCurrentAccessToken.bind(this), clearAccessToken: this.signOut.bind(this), getUser: async () => this.authProvider.getUserFromCache(), signerBaseUrl: options.webBaseUrl, transactionCallbackUrl: options.callbackURL }, options), { additionalHeaders: Object.assign({ 'X-CLIENT-VERSION': "bitski-sdk-v3.3.2-next.0" }, options.additionalHeaders), prependMiddleware: undefined })); | ||
return createBitskiProvider(Object.assign(Object.assign({ clientId: this.clientId, getAccessToken: this.getCurrentAccessToken.bind(this), clearAccessToken: this.signOut.bind(this), getUser: async () => this.authProvider.getUserFromCache(), signerBaseUrl: options.webBaseUrl, transactionCallbackUrl: options.callbackURL }, options), { additionalHeaders: Object.assign({ 'X-CLIENT-VERSION': "bitski-sdk-v3.3.2-next.1" }, options.additionalHeaders), prependMiddleware: undefined })); | ||
} | ||
@@ -142,0 +142,0 @@ onSignOut() { |
@@ -145,3 +145,3 @@ "use strict"; | ||
createProvider(options = {}) { | ||
return (0, bitski_provider_1.createBitskiProvider)(Object.assign(Object.assign({ clientId: this.clientId, getAccessToken: this.getCurrentAccessToken.bind(this), clearAccessToken: this.signOut.bind(this), getUser: async () => this.authProvider.getUserFromCache(), signerBaseUrl: options.webBaseUrl, transactionCallbackUrl: options.callbackURL }, options), { additionalHeaders: Object.assign({ 'X-CLIENT-VERSION': "bitski-sdk-v3.3.2-next.0" }, options.additionalHeaders), prependMiddleware: undefined })); | ||
return (0, bitski_provider_1.createBitskiProvider)(Object.assign(Object.assign({ clientId: this.clientId, getAccessToken: this.getCurrentAccessToken.bind(this), clearAccessToken: this.signOut.bind(this), getUser: async () => this.authProvider.getUserFromCache(), signerBaseUrl: options.webBaseUrl, transactionCallbackUrl: options.callbackURL }, options), { additionalHeaders: Object.assign({ 'X-CLIENT-VERSION': "bitski-sdk-v3.3.2-next.1" }, options.additionalHeaders), prependMiddleware: undefined })); | ||
} | ||
@@ -148,0 +148,0 @@ onSignOut() { |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "3.3.2-next.0", | ||
"version": "3.3.2-next.1", | ||
"scripts": { | ||
@@ -26,4 +26,4 @@ "lint": "eslint . --cache", | ||
"@openid/appauth": "^1.2.6", | ||
"bitski-provider": "^2.1.0-next.0", | ||
"eth-provider-types": "^0.1.0", | ||
"bitski-provider": "^2.1.0-next.1", | ||
"eth-provider-types": "^0.2.0-next.0", | ||
"decoders": "^2.0.1" | ||
@@ -30,0 +30,0 @@ }, |
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 too big to display
1057998
21233
- Removedeth-provider-types@0.1.0(transitive)