@magic-sdk/provider 29.2.0-canary.898.15622753877.0 → 30.0.0-canary.879.15766542943.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,9 +19,6 @@ export interface MagicSDKAdditionalConfiguration<TCustomExtName extends string =
19
19
  deferPreload?: boolean;
20
20
  useStorageCache?: boolean;
21
21
  meta?: any;
22
- authConfig?: {
23
- skipDIDToken: boolean;
24
- };
25
22
  }
26
23
  export declare class SDKBase {
27
24
  readonly apiKey: string;
@@ -5,7 +5,7 @@ import { MagicExtensionError, MagicExtensionWarning } from '../core/sdk-exceptio
5
5
  import { createPromiEvent, encodeJSON, decodeJSON, storage, isPromiEvent } from '../util';
6
6
  export declare abstract class BaseExtension<TName extends string> extends BaseModule {
7
7
  /**
8
- * A structure describing the platform and version compatiblity of this
8
+ * A structure describing the platform and version compatibility of this
9
9
  * extension.
10
10
  */
11
11
  compat?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/provider",
3
- "version": "29.2.0-canary.898.15622753877.0",
3
+ "version": "30.0.0-canary.879.15766542943.0",
4
4
  "description": "Core business logic for Magic SDK packages.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -32,11 +32,11 @@
32
32
  "tslib": "^2.3.1"
33
33
  },
34
34
  "dependencies": {
35
- "@magic-sdk/types": "^24.19.0",
35
+ "@magic-sdk/types": "25.0.0-canary.879.15766542943.0",
36
36
  "eventemitter3": "^4.0.4"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "localforage": "^1.7.4"
40
40
  },
41
- "gitHead": "a0c1670f58cfe6d06d45b898c91f95967357cde6"
41
+ "gitHead": "ce2552228b63e6ce17d819d07b9d180c99ff4e53"
42
42
  }