@imtbl/passport 2.1.6-alpha.1 → 2.1.6-alpha.2

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.
@@ -1,4 +1,3 @@
1
1
  import { InstanceWithExtensions, SDKBase } from '@magic-sdk/provider';
2
2
  import { OpenIdExtension } from '@magic-ext/oidc';
3
- /** @ts-ignore - Magic canary release has type issues */
4
3
  export type MagicClient = InstanceWithExtensions<SDKBase, [OpenIdExtension]>;
package/package.json CHANGED
@@ -1,33 +1,33 @@
1
1
  {
2
2
  "name": "@imtbl/passport",
3
3
  "description": "Passport module for Immutable SDK",
4
- "version": "2.1.6-alpha.1",
4
+ "version": "2.1.6-alpha.2",
5
5
  "author": "Immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
8
  "@0xsequence/abi": "^2.0.25",
9
9
  "@0xsequence/core": "^2.0.25",
10
- "@imtbl/config": "2.1.6-alpha.1",
11
- "@imtbl/generated-clients": "2.1.6-alpha.1",
12
- "@imtbl/metrics": "2.1.6-alpha.1",
13
- "@imtbl/toolkit": "2.1.6-alpha.1",
14
- "@imtbl/x-client": "2.1.6-alpha.1",
15
- "@imtbl/x-provider": "2.1.6-alpha.1",
10
+ "@imtbl/config": "2.1.6-alpha.2",
11
+ "@imtbl/generated-clients": "2.1.6-alpha.2",
12
+ "@imtbl/metrics": "2.1.6-alpha.2",
13
+ "@imtbl/toolkit": "2.1.6-alpha.2",
14
+ "@imtbl/x-client": "2.1.6-alpha.2",
15
+ "@imtbl/x-provider": "2.1.6-alpha.2",
16
16
  "@magic-ext/oidc": "12.0.0",
17
- "@magic-sdk/provider": "29.0.1-canary.860.13689524404.0",
17
+ "@magic-sdk/provider": "^29.0.0",
18
18
  "@metamask/detect-provider": "^2.0.0",
19
19
  "axios": "^1.6.5",
20
20
  "ethers": "^6.13.4",
21
21
  "events": "^3.3.0",
22
22
  "jwt-decode": "^3.1.2",
23
23
  "localforage": "^1.10.0",
24
- "magic-sdk": "29.0.1-canary.860.13689524404.0",
24
+ "magic-sdk": "^29.0.0",
25
25
  "oidc-client-ts": "2.4.0",
26
26
  "uuid": "^8.3.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@swc/core": "^1.3.36",
30
- "@swc/jest": "^0.2.24",
30
+ "@swc/jest": "^0.2.37",
31
31
  "@types/axios": "^0.14.0",
32
32
  "@types/jest": "^29.4.3",
33
33
  "@types/jwt-encode": "^1.0.1",