@magic-ext/oidc 5.0.0 → 5.0.1-canary.703.7755368281.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/package.json +3 -3
  2. package/CHANGELOG.md +0 -229
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/oidc",
3
- "version": "5.0.0",
3
+ "version": "5.0.1-canary.703.7755368281.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": "^18.0.0"
31
+ "@magic-sdk/commons": "18.0.1-canary.703.7755368281.0"
32
32
  },
33
- "gitHead": "f0b725e671148f00c308c6ce4c1a671ce7e44e0e"
33
+ "gitHead": "c2d7d3b13ae77e3def6a51aa7095de4cf6f970b7"
34
34
  }
package/CHANGELOG.md DELETED
@@ -1,229 +0,0 @@
1
- # v4.5.0 (Tue Jan 02 2024)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Merge remote-tracking branch 'origin/master' into rominhalltari-sc-91336-look-into-faster-calls-to-isloggedin-and ([@romin-halltari](https://github.com/romin-halltari))
6
-
7
- #### Authors: 1
8
-
9
- - [@romin-halltari](https://github.com/romin-halltari)
10
-
11
- ---
12
-
13
- # v4.4.2 (Wed Dec 20 2023)
14
-
15
- #### 🐛 Bug Fix
16
-
17
- - New token publishing attempt [#688](https://github.com/magiclabs/magic-js/pull/688) ([@Ethella](https://github.com/Ethella))
18
- - New token publishing attempt ([@Ethella](https://github.com/Ethella))
19
-
20
- #### Authors: 1
21
-
22
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
23
-
24
- ---
25
-
26
- # v4.4.1 (Fri Dec 15 2023)
27
-
28
- #### 🐛 Bug Fix
29
-
30
- - Merge branch 'master' into rominhalltari-sc-91530-investigate-and-provide-solution-for-issue ([@romin-halltari](https://github.com/romin-halltari))
31
-
32
- #### Authors: 1
33
-
34
- - [@romin-halltari](https://github.com/romin-halltari)
35
-
36
- ---
37
-
38
- # v4.4.0 (Thu Dec 14 2023)
39
-
40
- #### 🐛 Bug Fix
41
-
42
- - Merge branch 'master' into split-key-device-share ([@Dizigen](https://github.com/Dizigen))
43
-
44
- #### Authors: 1
45
-
46
- - David He ([@Dizigen](https://github.com/Dizigen))
47
-
48
- ---
49
-
50
- # v4.3.2 (Tue Nov 28 2023)
51
-
52
- #### 🐛 Bug Fix
53
-
54
- - Merge branch 'master' into josh-sc-90794-add-types-export-to-scaffolding ([@joshuascan](https://github.com/joshuascan))
55
-
56
- #### Authors: 1
57
-
58
- - Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
59
-
60
- ---
61
-
62
- # v4.3.1 (Tue Nov 21 2023)
63
-
64
- #### 🐛 Bug Fix
65
-
66
- - Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
67
- - Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
68
- - Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
69
-
70
- #### Authors: 2
71
-
72
- - Bob Webb ([@rjwebb](https://github.com/rjwebb))
73
- - Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
74
-
75
- ---
76
-
77
- # v4.2.1 (Tue Nov 14 2023)
78
-
79
- #### 🐛 Bug Fix
80
-
81
- - Merge branch 'master' into injectable-webcrypto-jwt-for-session-persistence ([@Dizigen](https://github.com/Dizigen))
82
-
83
- #### Authors: 1
84
-
85
- - David He ([@Dizigen](https://github.com/Dizigen))
86
-
87
- ---
88
-
89
- # v4.2.0 (Tue Oct 24 2023)
90
-
91
- #### 🐛 Bug Fix
92
-
93
- - Merge branch 'master' into hcote-support-sepolia-natively ([@hcote](https://github.com/hcote))
94
-
95
- #### Authors: 1
96
-
97
- - Hunter Cote ([@hcote](https://github.com/hcote))
98
-
99
- ---
100
-
101
- # v4.0.0 (Fri Oct 13 2023)
102
-
103
- #### 🐛 Bug Fix
104
-
105
- - Merge branch 'master' into force-ctor-preload-iframe ([@Dizigen](https://github.com/Dizigen))
106
-
107
- #### Authors: 1
108
-
109
- - David He ([@Dizigen](https://github.com/Dizigen))
110
-
111
- ---
112
-
113
- # v3.1.1 (Mon Oct 02 2023)
114
-
115
- #### 🐛 Bug Fix
116
-
117
- - Merge branch 'master' into patjacobs-sc-83016-ux-optimization-expired-email-otps ([@patjacobs-magic](https://github.com/patjacobs-magic))
118
-
119
- #### Authors: 1
120
-
121
- - [@patjacobs-magic](https://github.com/patjacobs-magic)
122
-
123
- ---
124
-
125
- # v3.1.0 (Fri Sep 29 2023)
126
-
127
- #### 🐛 Bug Fix
128
-
129
- - Merge remote-tracking branch 'origin/master' into jerryliu-sc-87830-optimize-webcrypto-implementation-to-generate ([@Ethella](https://github.com/Ethella))
130
-
131
- #### Authors: 1
132
-
133
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
134
-
135
- ---
136
-
137
- # v2.3.0 (Wed Aug 16 2023)
138
-
139
- #### 🐛 Bug Fix
140
-
141
- - Merge branch 'master' into josh-sc-75022-standalone-update-email-v2 ([@joshuascan](https://github.com/joshuascan))
142
-
143
- #### Authors: 1
144
-
145
- - Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
146
-
147
- ---
148
-
149
- # v2.1.0 (Tue Aug 08 2023)
150
-
151
- #### 🐛 Bug Fix
152
-
153
- - Merge remote-tracking branch 'origin/master' into jerryliu-sc-81984-update-loginwithemailotp-interface-with-new ([@Ethella](https://github.com/Ethella))
154
- - Merge remote-tracking branch 'origin/master' ([@Ethella](https://github.com/Ethella))
155
-
156
- #### Authors: 1
157
-
158
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
159
-
160
- ---
161
-
162
- # v1.2.0 (Fri Jul 07 2023)
163
-
164
- #### ⚠️ Pushed to `master`
165
-
166
- - Merge remote-tracking branch 'origin/master' ([@Ethella](https://github.com/Ethella))
167
-
168
- #### Authors: 1
169
-
170
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
171
-
172
- ---
173
-
174
- # v1.1.0 (Fri Jun 23 2023)
175
-
176
- #### 🚀 Enhancement
177
-
178
- - Auto version bumping [#557](https://github.com/magiclabs/magic-js/pull/557) ([@Ethella](https://github.com/Ethella) [@Ariflo](https://github.com/Ariflo))
179
- - Updates License to Apache 2.0 [#551](https://github.com/magiclabs/magic-js/pull/551) ([@Ariflo](https://github.com/Ariflo))
180
-
181
- #### 🐛 Bug Fix
182
-
183
- - Update CHANGELOG.md \[skip ci\] ([@Ethella](https://github.com/Ethella))
184
- - Replace `magic-sdk` w/ `@magic-sdk/commons` for `@magic-ext/oidc` Package [#550](https://github.com/magiclabs/magic-js/pull/550) ([@Ariflo](https://github.com/Ariflo))
185
- - Updates License to Apache 2.0 ([@Ariflo](https://github.com/Ariflo))
186
- - replace magic-sdk w/ @magic-sdk/commons ([@Ariflo](https://github.com/Ariflo))
187
-
188
- #### Authors: 2
189
-
190
- - Arian Flores ([@Ariflo](https://github.com/Ariflo))
191
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
192
-
193
- ---
194
-
195
- # v1.1.0 (Fri Jun 23 2023)
196
-
197
- #### 🚀 Enhancement
198
-
199
- - Updates License to Apache 2.0 [#551](https://github.com/magiclabs/magic-js/pull/551) ([@Ariflo](https://github.com/Ariflo))
200
-
201
- #### 🐛 Bug Fix
202
-
203
- - Replace `magic-sdk` w/ `@magic-sdk/commons` for `@magic-ext/oidc` Package [#550](https://github.com/magiclabs/magic-js/pull/550) ([@Ariflo](https://github.com/Ariflo))
204
- - Updates License to Apache 2.0 ([@Ariflo](https://github.com/Ariflo))
205
- - replace magic-sdk w/ @magic-sdk/commons ([@Ariflo](https://github.com/Ariflo))
206
-
207
- #### Authors: 1
208
-
209
- - Arian Flores ([@Ariflo](https://github.com/Ariflo))
210
-
211
- ---
212
-
213
- # v1.0.1 (Wed Jan 04 2023)
214
-
215
- #### 🐛 Bug Fix
216
-
217
- - add oidc support [#349](https://github.com/magiclabs/magic-js/pull/349) ([@dgerrellsMagic](https://github.com/dgerrellsMagic))
218
-
219
- #### Authors: 1
220
-
221
- - [@dgerrellsMagic](https://github.com/dgerrellsMagic)
222
-
223
- ---
224
-
225
- # v1.0.0 (Tue Aug 16 2022)
226
-
227
- #### Added
228
-
229
- - Magic OIDC