@imtbl/passport 2.1.5-alpha.0 → 2.1.6-alpha.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -30,7 +30,7 @@ npm add @imtbl/passport
30
30
  # or
31
31
  pnpm add @imtbl/passport
32
32
  # or
33
- pnpm add @imtbl/passport
33
+ yarn add @imtbl/passport
34
34
  ```
35
35
 
36
36
  ## SDK Installation
@@ -57,4 +57,4 @@ import { passport } from '@imtbl/sdk';
57
57
  const { Passport } = passport;
58
58
  ```
59
59
 
60
- However this method will result in a larger bundle size as the entire `@imtbl/passport` package will be included in your bundle.
60
+ However this method will result in a larger bundle size as the entire `@imtbl/passport` package will be included in your bundle.
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@imtbl/passport",
3
3
  "description": "Passport module for Immutable SDK",
4
- "version": "2.1.5-alpha.0",
4
+ "version": "2.1.6-alpha.0",
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.5-alpha.0",
11
- "@imtbl/generated-clients": "2.1.5-alpha.0",
12
- "@imtbl/metrics": "2.1.5-alpha.0",
13
- "@imtbl/toolkit": "2.1.5-alpha.0",
14
- "@imtbl/x-client": "2.1.5-alpha.0",
15
- "@imtbl/x-provider": "2.1.5-alpha.0",
10
+ "@imtbl/config": "2.1.6-alpha.0",
11
+ "@imtbl/generated-clients": "2.1.6-alpha.0",
12
+ "@imtbl/metrics": "2.1.6-alpha.0",
13
+ "@imtbl/toolkit": "2.1.6-alpha.0",
14
+ "@imtbl/x-client": "2.1.6-alpha.0",
15
+ "@imtbl/x-provider": "2.1.6-alpha.0",
16
16
  "@magic-ext/oidc": "12.0.0",
17
17
  "@magic-sdk/provider": "^29.0.0",
18
18
  "@metamask/detect-provider": "^2.0.0",