@imtbl/passport 2.22.0 → 2.22.1-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 +1 -1
  2. package/package.json +6 -10
package/README.md CHANGED
@@ -17,7 +17,7 @@ Passport also comes equipped with a non-custodial wallet as a default option for
17
17
 
18
18
  # Usage
19
19
 
20
- You can find example usages of this package in the examples set up [here](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/passport)
20
+ See the [Passport docs](https://docs.immutable.com/docs/products/passport/overview) for usage guidance, or run the sample app in `packages/passport/sample-app`.
21
21
 
22
22
  # Installation
23
23
 
package/package.json CHANGED
@@ -1,19 +1,15 @@
1
1
  {
2
2
  "name": "@imtbl/passport",
3
3
  "description": "Passport module for Immutable SDK",
4
- "version": "2.22.0",
4
+ "version": "2.22.1-alpha.0",
5
5
  "author": "Immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
- "@imtbl/auth": "2.22.0",
9
- "@imtbl/wallet": "2.22.0",
10
- "@imtbl/config": "2.22.0",
11
- "@imtbl/generated-clients": "2.22.0",
12
- "@imtbl/metrics": "2.22.0",
13
- "@imtbl/toolkit": "2.22.0",
14
- "ethers": "^6.13.4",
15
- "localforage": "^1.10.0",
16
- "oidc-client-ts": "3.4.1"
8
+ "@imtbl/auth": "2.22.1-alpha.0",
9
+ "@imtbl/wallet": "2.22.1-alpha.0",
10
+ "@imtbl/config": "2.22.1-alpha.0",
11
+ "@imtbl/generated-clients": "2.22.1-alpha.0",
12
+ "@imtbl/metrics": "2.22.1-alpha.0"
17
13
  },
18
14
  "devDependencies": {
19
15
  "@swc/core": "^1.4.2",