@magic-ext/oidc 4.4.2-canary.689.7280211451.0 → 4.4.2-canary.73a2446.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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -59,3 +59,4 @@ const DID = await magic.openid.loginWithOIDC({
59
59
  const web3 = new Web3(magic.rpcProvider);
60
60
  await web3.eth.getAccounts();
61
61
  ```
62
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/oidc",
3
- "version": "4.4.2-canary.689.7280211451.0",
3
+ "version": "4.4.2-canary.73a2446.0",
4
4
  "description": "Magic OIDC SDK Extension for Web environments.",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  ]
29
29
  },
30
30
  "devDependencies": {
31
- "@magic-sdk/commons": "17.4.2-canary.689.7280211451.0"
31
+ "@magic-sdk/commons": "^17.4.1"
32
32
  },
33
- "gitHead": "1038a02d037f2b037e9d78177dbae13ad80e434d"
33
+ "gitHead": "73a244691b6d505475b104bbce3b558a2feca670"
34
34
  }