@magic-sdk/provider
Advanced tools
Comparing version 2.5.4 to 2.5.5
@@ -13,6 +13,12 @@ ## Upcoming Changes | ||
- WebAuthn support feature | ||
- ... | ||
## `2.5.3` - 07/13/2020 | ||
## `2.5.5` - 07/22/2020 | ||
#### Added | ||
- Export `PromiEvent` type and `isPromiEvent` utility from SDK entry-points (`magic-sdk` and `@magic-sdk/react-native`). | ||
## `2.5.1` through `2.5.4` - 07/13/2020 | ||
#### Fixed | ||
@@ -19,0 +25,0 @@ |
@@ -5,3 +5,3 @@ import { createJsonRpcRequestPayload, standardizeJsonRpcRequestPayload } from '../core/json-rpc'; | ||
import { MagicExtensionError, MagicExtensionWarning } from '../core/sdk-exceptions'; | ||
import { createPromiEvent, encodeJSON, decodeJSON, encodeQueryParameters, decodeQueryParameters, storage } from '../util'; | ||
import { createPromiEvent, encodeJSON, decodeJSON, encodeQueryParameters, decodeQueryParameters, storage, isPromiEvent } from '../util'; | ||
declare abstract class BaseExtension<TName extends string> extends BaseModule { | ||
@@ -12,2 +12,3 @@ abstract readonly name: TName; | ||
createPromiEvent: typeof createPromiEvent; | ||
isPromiEvent: typeof isPromiEvent; | ||
encodeJSON: typeof encodeJSON; | ||
@@ -14,0 +15,0 @@ decodeJSON: typeof decodeJSON; |
@@ -27,2 +27,3 @@ "use strict"; | ||
createPromiEvent: util_1.createPromiEvent, | ||
isPromiEvent: util_1.isPromiEvent, | ||
encodeJSON: util_1.encodeJSON, | ||
@@ -29,0 +30,0 @@ decodeJSON: util_1.decodeJSON, |
@@ -5,3 +5,3 @@ import { createJsonRpcRequestPayload, standardizeJsonRpcRequestPayload } from '../core/json-rpc'; | ||
import { MagicExtensionError, MagicExtensionWarning } from '../core/sdk-exceptions'; | ||
import { createPromiEvent, encodeJSON, decodeJSON, encodeQueryParameters, decodeQueryParameters, storage } from '../util'; | ||
import { createPromiEvent, encodeJSON, decodeJSON, encodeQueryParameters, decodeQueryParameters, storage, isPromiEvent } from '../util'; | ||
declare abstract class BaseExtension<TName extends string> extends BaseModule { | ||
@@ -12,2 +12,3 @@ abstract readonly name: TName; | ||
createPromiEvent: typeof createPromiEvent; | ||
isPromiEvent: typeof isPromiEvent; | ||
encodeJSON: typeof encodeJSON; | ||
@@ -14,0 +15,0 @@ decodeJSON: typeof decodeJSON; |
@@ -17,3 +17,3 @@ var __extends = (this && this.__extends) || (function () { | ||
import { createExtensionNotInitializedError, MagicExtensionError, MagicExtensionWarning } from '../core/sdk-exceptions'; | ||
import { createPromiEvent, encodeJSON, decodeJSON, encodeQueryParameters, decodeQueryParameters, storage, } from '../util'; | ||
import { createPromiEvent, encodeJSON, decodeJSON, encodeQueryParameters, decodeQueryParameters, storage, isPromiEvent, } from '../util'; | ||
var BaseExtension = /** @class */ (function (_super) { | ||
@@ -26,2 +26,3 @@ __extends(BaseExtension, _super); | ||
createPromiEvent: createPromiEvent, | ||
isPromiEvent: isPromiEvent, | ||
encodeJSON: encodeJSON, | ||
@@ -28,0 +29,0 @@ decodeJSON: decodeJSON, |
{ | ||
"name": "@magic-sdk/provider", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"description": "Core business logic for Magic SDK packages.", | ||
@@ -23,3 +23,3 @@ "author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)", | ||
"dependencies": { | ||
"@magic-sdk/types": "^1.4.4", | ||
"@magic-sdk/types": "^1.4.5", | ||
"eventemitter3": "^4.0.4" | ||
@@ -62,3 +62,3 @@ }, | ||
}, | ||
"gitHead": "271a75eaf2865c6a2453150e129028b509e2917b" | ||
"gitHead": "bee31bead5a41b53a73c0d7a7b6cb82ab0312245" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
761531
4947
Updated@magic-sdk/types@^1.4.5