@magic-sdk/types 9.1.0 → 10.0.1

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 (3) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
  3. package/CHANGELOG.md +0 -459
package/README.md CHANGED
@@ -19,4 +19,5 @@ See the [developer documentation](https://magic.link/docs) to learn how you can
19
19
  This package is an internal dependency of the Magic JavaScript SDK ecosystem. If you're looking to get started with Magic's passwordless authentication for web or React native, check out one of these:
20
20
 
21
21
  - Web: [`magic-sdk`](https://github.com/magiclabs/magic-js/tree/master/packages/magic-sdk)
22
- - React Native: [`@magic-sdk/react-native`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native)
22
+ - Bare React Native: [`@magic-sdk/react-native-bare`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native-bare)
23
+ - Expo React Native: [`@magic-sdk/react-native-expo`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native-expo)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/types",
3
- "version": "9.1.0",
3
+ "version": "10.0.1",
4
4
  "description": "Core typings for Magic SDK packages.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -20,5 +20,5 @@
20
20
  "import": "./dist/es/index.mjs",
21
21
  "require": "./dist/cjs/index.js"
22
22
  },
23
- "gitHead": "ce15cdf96479464a1c6fd705c8e00f157eb844dd"
23
+ "gitHead": "1ef062ea699d48d5e9a9375a93b7c147632b05ca"
24
24
  }
package/CHANGELOG.md DELETED
@@ -1,459 +0,0 @@
1
- # v9.1.0 (Wed Nov 23 2022)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Mushfichowdhury sc 61149 implement event emitting in magic sdk [#390](https://github.com/magiclabs/magic-js/pull/390) ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
6
- - Merge branch 'master' into mushfichowdhury-sc-61149-implement-event-emitting-in-magic-sdk-based ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
7
- - adding in types ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
8
- - v1 of bidirectional rpc event support ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
9
-
10
- #### Authors: 1
11
-
12
- - Mushfi Chowdhury ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
13
-
14
- ---
15
-
16
- # v9.0.0 (Wed Sep 28 2022)
17
-
18
- #### 💥 Breaking Change
19
-
20
- - drop legacy testnet support [#364](https://github.com/magiclabs/magic-js/pull/364) ([@harryEth](https://github.com/harryEth))
21
-
22
- #### Authors: 1
23
-
24
- - [@harryEth](https://github.com/harryEth)
25
-
26
- ---
27
-
28
- # v8.1.0 (Tue Sep 27 2022)
29
-
30
- #### 🚀 Enhancement
31
-
32
- - Harryxue sc 61854 m2 magic sdk support goerli testnet and release [#362](https://github.com/magiclabs/magic-js/pull/362) ([@harryEth](https://github.com/harryEth))
33
-
34
- #### Authors: 1
35
-
36
- - [@harryEth](https://github.com/harryEth)
37
-
38
- ---
39
-
40
- # v8.0.0 (Fri Aug 05 2022)
41
-
42
- #### 💥 Breaking Change
43
-
44
- - Revert "Revert "Enable bundle Id in Expo"" [#338](https://github.com/magiclabs/magic-js/pull/338) ([@Ethella](https://github.com/Ethella))
45
- - Enable bundle Id in Expo [#335](https://github.com/magiclabs/magic-js/pull/335) ([@Ethella](https://github.com/Ethella))
46
-
47
- #### 🐛 Bug Fix
48
-
49
- - Merge branch 'master' into early-access ([@bcleary06](https://github.com/bcleary06))
50
- - Update Readme and manual version bump for releases [#339](https://github.com/magiclabs/magic-js/pull/339) ([@Ethella](https://github.com/Ethella))
51
- - Revert "Enable bundle Id in Expo" [#337](https://github.com/magiclabs/magic-js/pull/337) ([@Ethella](https://github.com/Ethella))
52
-
53
- #### Authors: 2
54
-
55
- - Brian Cleary ([@bcleary06](https://github.com/bcleary06))
56
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
57
-
58
- ---
59
-
60
- # v7.1.1 (Wed Apr 20 2022)
61
-
62
- #### 🐛 Bug Fix
63
-
64
- - [Chore]: added `loginWithEmailOTP` method [#302](https://github.com/magiclabs/magic-js/pull/302) ([@adenekan41](https://github.com/adenekan41))
65
-
66
- #### Authors: 1
67
-
68
- - Adenekan Wonderful ([@adenekan41](https://github.com/adenekan41))
69
-
70
- ---
71
-
72
- # v7.1.0 (Mon Mar 07 2022)
73
-
74
- #### 🐛 Bug Fix
75
-
76
- - Update READMEs with outdated context/hyperlinks ([@smithki](https://github.com/smithki))
77
-
78
- #### 🏠 Internal
79
-
80
- - Internal documentation updates (`BUILD_SYSTEM.md`) [#283](https://github.com/magiclabs/magic-js/pull/283) ([@smithki](https://github.com/smithki))
81
-
82
- #### Authors: 1
83
-
84
- - Ian K Smith ([@smithki](https://github.com/smithki))
85
-
86
- ---
87
-
88
- # v7.0.0 (Tue Jan 25 2022)
89
-
90
- #### 💥 Breaking Change
91
-
92
- - Switch from `microbundle` to `esbuild` [#220](https://github.com/magiclabs/magic-js/pull/220) ([@smithki](https://github.com/smithki))
93
-
94
- #### 🐛 Bug Fix
95
-
96
- - Merge with master ([@smithki](https://github.com/smithki))
97
- - Merge branch 'master' into feat/faster-builds ([@smithki](https://github.com/smithki))
98
- - Remove comments from README files ([@smithki](https://github.com/smithki))
99
- - Fix build errors related to isolatedModules ([@smithki](https://github.com/smithki))
100
- - Replace microbundle with ESBuild ([@smithki](https://github.com/smithki))
101
-
102
- #### Authors: 1
103
-
104
- - Ian K Smith ([@smithki](https://github.com/smithki))
105
-
106
- ---
107
-
108
- # v6.0.0 (Tue Dec 14 2021)
109
-
110
- #### 💥 Breaking Change
111
-
112
- - Deprecate test API key [#252](https://github.com/magiclabs/magic-js/pull/252) (harry [@harryEth](https://github.com/harryEth))
113
-
114
- #### Authors: 2
115
-
116
- - [@harryEth](https://github.com/harryEth)
117
- - harry (harry)
118
-
119
- ---
120
-
121
- # v5.2.0 (Fri Oct 22 2021)
122
-
123
- #### 🚀 Enhancement
124
-
125
- - Add `UserModule#settings` endpoint [#231](https://github.com/magiclabs/magic-js/pull/231) ([@smithki](https://github.com/smithki))
126
-
127
- #### Authors: 1
128
-
129
- - Ian K Smith ([@smithki](https://github.com/smithki))
130
-
131
- ---
132
-
133
- # v5.1.4 (Thu Oct 21 2021)
134
-
135
- #### 🐛 Bug Fix
136
-
137
- - Revert to `.js` extension for ES module builds targeting webpack/CRA [#232](https://github.com/magiclabs/magic-js/pull/232) ([@smithki](https://github.com/smithki))
138
-
139
- #### Authors: 1
140
-
141
- - Ian K Smith ([@smithki](https://github.com/smithki))
142
-
143
- ---
144
-
145
- # v5.1.3 (Wed Oct 20 2021)
146
-
147
- #### ⚠️ Pushed to `master`
148
-
149
- - Fix dist files glob in package.json ([@smithki](https://github.com/smithki))
150
- - Merge branch 'master' of github.com:magiclabs/magic-js ([@smithki](https://github.com/smithki))
151
- - Force re-publish ([@smithki](https://github.com/smithki))
152
-
153
- #### Authors: 1
154
-
155
- - Ian K Smith ([@smithki](https://github.com/smithki))
156
-
157
- ---
158
-
159
- # v5.1.2 (Wed Oct 20 2021)
160
-
161
- #### 🐛 Bug Fix
162
-
163
- - Use '.mjs' extension for ESM build files [#230](https://github.com/magiclabs/magic-js/pull/230) ([@smithki](https://github.com/smithki))
164
-
165
- #### Authors: 1
166
-
167
- - Ian K Smith ([@smithki](https://github.com/smithki))
168
-
169
- ---
170
-
171
- # v5.1.1 (Tue Oct 19 2021)
172
-
173
- #### 🐛 Bug Fix
174
-
175
- - add typing for metadata phone number [#225](https://github.com/magiclabs/magic-js/pull/225) ([@dgerrellsMagic](https://github.com/dgerrellsMagic))
176
-
177
- #### Authors: 1
178
-
179
- - [@dgerrellsMagic](https://github.com/dgerrellsMagic)
180
-
181
- ---
182
-
183
- # v5.1.0 (Fri Oct 01 2021)
184
-
185
- #### 🚀 Enhancement
186
-
187
- - Enable SMS login [#223](https://github.com/magiclabs/magic-js/pull/223) ([@dgerrellsMagic](https://github.com/dgerrellsMagic))
188
-
189
- #### Authors: 1
190
-
191
- - [@dgerrellsMagic](https://github.com/dgerrellsMagic)
192
-
193
- ---
194
-
195
- # v5.0.3 (Thu Sep 23 2021)
196
-
197
- #### 🐛 Bug Fix
198
-
199
- - Port `@magic-ext/oauth`, `@magic-ext/react-native-oauth`, `@magic-ext/webauthn` extensions to Magic SDK monorepo [#218](https://github.com/magiclabs/magic-js/pull/218) ([@smithki](https://github.com/smithki))
200
- - Add `@magic-sdk/pnp` package for out-of-the-box login page UIs [#217](https://github.com/magiclabs/magic-js/pull/217) ([@smithki](https://github.com/smithki))
201
-
202
- #### Authors: 1
203
-
204
- - Ian K Smith ([@smithki](https://github.com/smithki))
205
-
206
- ---
207
-
208
- # v5.0.2 (Fri Sep 17 2021)
209
-
210
- #### 🐛 Bug Fix
211
-
212
- - Fix CJS-dependent entry-points using the 'exports' field in package.json [#214](https://github.com/magiclabs/magic-js/pull/214) ([@smithki](https://github.com/smithki))
213
-
214
- #### Authors: 1
215
-
216
- - Ian K Smith ([@smithki](https://github.com/smithki))
217
-
218
- ---
219
-
220
- # v5.0.1 (Tue Sep 14 2021)
221
-
222
- #### 🐛 Bug Fix
223
-
224
- - Import regeneratorRuntime in Magic JS (non-CDN version) [#210](https://github.com/magiclabs/magic-js/pull/210) ([@smithki](https://github.com/smithki))
225
-
226
- #### Authors: 1
227
-
228
- - Ian K Smith ([@smithki](https://github.com/smithki))
229
-
230
- ---
231
-
232
- # v5.0.0 (Tue Sep 14 2021)
233
-
234
- #### 💥 Breaking Change
235
-
236
- - v6.0.0 [#208](https://github.com/magiclabs/magic-js/pull/208) ([@smithki](https://github.com/smithki))
237
-
238
- #### Authors: 1
239
-
240
- - Ian K Smith ([@smithki](https://github.com/smithki))
241
-
242
- ---
243
-
244
- # v4.0.0 (Tue Aug 31 2021)
245
-
246
- #### 💥 Breaking Change
247
-
248
- - Custom session duration [#199](https://github.com/magiclabs/magic-js/pull/199) ([@dgerrellsMagic](https://github.com/dgerrellsMagic))
249
-
250
- #### Authors: 1
251
-
252
- - [@dgerrellsMagic](https://github.com/dgerrellsMagic)
253
-
254
- ---
255
-
256
- # v3.2.2 (Mon Aug 16 2021)
257
-
258
- #### 🐛 Bug Fix
259
-
260
- - Migrate unit tests to Jest [#194](https://github.com/magiclabs/magic-js/pull/194) ([@smithki](https://github.com/smithki))
261
-
262
- #### Authors: 1
263
-
264
- - Ian K Smith ([@smithki](https://github.com/smithki))
265
-
266
- ---
267
-
268
- # v3.2.1 (Mon Aug 09 2021)
269
-
270
- #### 🐛 Bug Fix
271
-
272
- - register access control rpc error code [#193](https://github.com/magiclabs/magic-js/pull/193) ([@Dizigen](https://github.com/Dizigen))
273
-
274
- #### Authors: 1
275
-
276
- - David He ([@Dizigen](https://github.com/Dizigen))
277
-
278
- ---
279
-
280
- # v3.2.0 (Wed Jul 28 2021)
281
-
282
- #### 🚀 Enhancement
283
-
284
- - Add explicit JSDelivr entry-point for `magic-sdk` [#191](https://github.com/magiclabs/magic-js/pull/191) ([@smithki](https://github.com/smithki))
285
-
286
- #### Authors: 1
287
-
288
- - Ian K Smith ([@smithki](https://github.com/smithki))
289
-
290
- ---
291
-
292
- # v3.1.1 (Fri Mar 19 2021)
293
-
294
- #### 🐛 Bug Fix
295
-
296
- - register "inactive recipient" rpc error code [#170](https://github.com/magiclabs/magic-js/pull/170) ([@Dizigen](https://github.com/Dizigen))
297
-
298
- #### Authors: 1
299
-
300
- - David He ([@Dizigen](https://github.com/Dizigen))
301
-
302
- ---
303
-
304
- # v3.1.0 (Mon Mar 15 2021)
305
-
306
- #### 🚀 Enhancement
307
-
308
- - Add testing framework [#168](https://github.com/magiclabs/magic-js/pull/168) (harry [@smithki](https://github.com/smithki) [@harryEth](https://github.com/harryEth))
309
-
310
- #### Authors: 3
311
-
312
- - [@harryEth](https://github.com/harryEth)
313
- - harry (harry)
314
- - Ian K Smith ([@smithki](https://github.com/smithki))
315
-
316
- ---
317
-
318
- # v3.0.1 (Tue Dec 01 2020)
319
-
320
- #### 🐛 Bug Fix
321
-
322
- - Add 'importHelpers: true' to base tsconfig.json [#152](https://github.com/magiclabs/magic-js/pull/152) ([@smithki](https://github.com/smithki))
323
-
324
- #### 📝 Documentation
325
-
326
- - Fix incorrect TypeScript project references and update READMEs with changelog links [#151](https://github.com/magiclabs/magic-js/pull/151) ([@smithki](https://github.com/smithki))
327
-
328
- #### Authors: 1
329
-
330
- - Ian K Smith ([@smithki](https://github.com/smithki))
331
-
332
- ---
333
-
334
- # v3.0.0 (Tue Nov 17 2020)
335
-
336
- #### 🐛 Bug Fix
337
-
338
- - Update CHANGELOGs and CONTRIBUTING guide [#146](https://github.com/magiclabs/magic-js/pull/146) ([@smithki](https://github.com/smithki))
339
-
340
- #### 🏠 Internal
341
-
342
- - Simplify scripts [#147](https://github.com/magiclabs/magic-js/pull/147) ([@smithki](https://github.com/smithki))
343
-
344
- #### Authors: 1
345
-
346
- - Ian K Smith ([@smithki](https://github.com/smithki))
347
-
348
- ---
349
-
350
- ## `2.0.1` - 10/21/2020
351
-
352
- #### Changed
353
-
354
- - Removed the following public methods and functions
355
- - `BaseExtension.utils.encodeQueryParameters`
356
- - `BaseExtension.utils.decodeQueryParameters`
357
-
358
- ## `1.6.0` - 09/24/2020
359
-
360
- #### Added
361
-
362
- - Adds a Magic SDK extensions runtime compatibility check, ensuring you're version of Magic SDK is designed for the extensions you have in use.
363
-
364
- ## `1.5.0` - 09/15/2020
365
-
366
- #### Added
367
-
368
- - New, optional `redirectURI` parameter for the `loginWithMagicLink` method
369
- - New `loginWithCredential` method for completing a magic link login with redirect: `await magic.auth.loginWithCredential()`
370
-
371
- ## `1.4.8` - 08/20/2020
372
-
373
- #### Added
374
-
375
- - Updated dependencies
376
-
377
- ## `1.4.7` - 08/20/2020
378
-
379
- #### Added
380
-
381
- - Updated dependencies
382
-
383
- ## `1.4.6` - 08/20/2020
384
-
385
- #### Added
386
-
387
- - New RPC error code for the `loginWithMagicLink` method: `-10005`
388
-
389
- ## `1.4.5` - 07/22/2020
390
-
391
- #### Added
392
-
393
- - Export `PromiEvent` type and `isPromiEvent` utility from SDK entry-points (`magic-sdk` and `@magic-sdk/react-native`).
394
-
395
- ## `1.4.1` through `1.4.4` - 07/13/2020
396
-
397
- #### Fixed
398
-
399
- - Bug preventing NPM tarball from containing `/dist` files.
400
-
401
- ## `1.4.0` - 07/13/2020
402
-
403
- #### Changed
404
-
405
- - Updated build system to use TypeScript project references instead of Microbundle.
406
- - Pass `targetOrigin` parameter to `postMessage` calls.
407
-
408
- ## `1.3.1` - 07/08/2020
409
-
410
- #### Fixed
411
-
412
- - Bug affecting `localforage` type imports causing compilation failure in TypeScript.
413
-
414
- ## `1.3.0` - 07/08/2020
415
-
416
- #### Added
417
-
418
- - WebAuthn support.
419
-
420
- ## `1.1.0` - 06/23/2020
421
-
422
- #### Added
423
-
424
- - Add `SDKWarningCode.DeprecationNotice`.
425
-
426
- ## `1.0.3` - 06/23/2020
427
-
428
- #### Changed
429
-
430
- - Update dependencies.
431
-
432
- ## `1.0.2` - 06/12/2020
433
-
434
- #### Changed
435
-
436
- - Update dependencies.
437
- - Circle CI tag in readme is broken after namechange from MagicHQ to MagicLabs
438
-
439
- ## `1.0.1` - 06/11/2020
440
-
441
- #### Changed
442
-
443
- - Update `package.json` description.
444
-
445
- ## `1.0.0` - 06/02/2020
446
-
447
- This is the first release our changelog records. Future updates will be logged in the following format:
448
-
449
- #### Fixed
450
-
451
- - Bug fixes and patches will be described here.
452
-
453
- #### Changed
454
-
455
- - Changes (breaking or otherwise) to current APIs will be described here.
456
-
457
- #### Added
458
-
459
- - New features or APIs will be described here.