@magic-ext/oidc 4.4.2-canary.689.7280211451.0 → 4.4.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v4.4.2 (Wed Dec 20 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - New token publishing attempt [#688](https://github.com/magiclabs/magic-js/pull/688) ([@Ethella](https://github.com/Ethella))
6
+ - New token publishing attempt ([@Ethella](https://github.com/Ethella))
7
+
8
+ #### Authors: 1
9
+
10
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
11
+
12
+ ---
13
+
1
14
  # v4.4.1 (Fri Dec 15 2023)
2
15
 
3
16
  #### 🐛 Bug Fix
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",
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": "d88ee684e865b410e0c398ae84eebcb026fbb6ef"
34
34
  }