@magic-sdk/react-native-bare 14.3.0 → 14.3.1-b8606a5

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 +4 -4
  2. package/CHANGELOG.md +0 -483
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/react-native-bare",
3
- "version": "14.3.0",
3
+ "version": "14.3.1-b8606a5",
4
4
  "description": "Passwordless authentication for React Native (Bare).",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "@babel/core": "^7.15.0",
37
37
  "@babel/plugin-transform-flow-strip-types": "^7.14.5",
38
38
  "@babel/runtime": "~7.10.4",
39
- "@react-native-community/async-storage": "^1.12.1",
39
+ "@react-native-async-storage/async-storage": "^1.15.5",
40
40
  "metro-react-native-babel-preset": "^0.66.2",
41
41
  "react": "^16.13.1",
42
42
  "react-native": "^0.62.2",
@@ -45,12 +45,12 @@
45
45
  "react-native-webview": "^11.26.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@react-native-community/async-storage": ">=1.12.1",
48
+ "@react-native-async-storage/async-storage": ">=1.15.5",
49
49
  "react": ">=16",
50
50
  "react-native": ">=0.60",
51
51
  "react-native-device-info": ">=10.3.0",
52
52
  "react-native-safe-area-context": ">=4.4.1",
53
53
  "react-native-webview": ">=11.0.0"
54
54
  },
55
- "gitHead": "b47d6e0f3679e61fc9b87e5b9bd72c9fc0120249"
55
+ "gitHead": "1ef062ea699d48d5e9a9375a93b7c147632b05ca"
56
56
  }
package/CHANGELOG.md DELETED
@@ -1,483 +0,0 @@
1
- # v14.1.0 (Wed Jan 25 2023)
2
-
3
- #### 🚀 Enhancement
4
-
5
- - Bump Version of @magic-sdk/connect to 6.2.0, Again [#441](https://github.com/magiclabs/magic-js/pull/441) ([@Ariflo](https://github.com/Ariflo))
6
-
7
- #### 🐛 Bug Fix
8
-
9
- - Release RN packages ([@Ariflo](https://github.com/Ariflo))
10
- - Bumps `react-native-webview` peer dependency Requirement to `>=11.0.0` [#440](https://github.com/magiclabs/magic-js/pull/440) ([@Ariflo](https://github.com/Ariflo))
11
- - sets react-native-webview peer to >=11.0.0 ([@Ariflo](https://github.com/Ariflo))
12
- - Prevents Relayer from Overriding Status Bar Color [#436](https://github.com/magiclabs/magic-js/pull/436) ([@Ariflo](https://github.com/Ariflo))
13
- - Sets autoManageStatusBarEnabled to false ([@Ariflo](https://github.com/Ariflo))
14
- - Upgrades react-native-webview to latest ([@Ariflo](https://github.com/Ariflo))
15
- - Add link to RN Demo Apps to READMEs ([@Ariflo](https://github.com/Ariflo))
16
-
17
- #### 📝 Documentation
18
-
19
- - Add link to RN Demo Apps to READMEs [#435](https://github.com/magiclabs/magic-js/pull/435) ([@Ariflo](https://github.com/Ariflo))
20
-
21
- #### Authors: 1
22
-
23
- - Arian Flores ([@Ariflo](https://github.com/Ariflo))
24
-
25
- ---
26
-
27
- # v14.0.0 (Thu Jan 19 2023)
28
-
29
- #### 💥 Breaking Change
30
-
31
- - Replaces WebView View wrapper with SafeAreaView [#431](https://github.com/magiclabs/magic-js/pull/431) ([@Ariflo](https://github.com/Ariflo))
32
-
33
- #### 🐛 Bug Fix
34
-
35
- - Update Yarn.lock ([@Ariflo](https://github.com/Ariflo))
36
- - Adds react-native-safe-area-context as peer and updates README ([@Ariflo](https://github.com/Ariflo))
37
- - Fix tests ([@Ariflo](https://github.com/Ariflo))
38
- - Replaces WebView wrapper with SafeAreaView ([@Ariflo](https://github.com/Ariflo))
39
-
40
- #### Authors: 1
41
-
42
- - Arian Flores ([@Ariflo](https://github.com/Ariflo))
43
-
44
- ---
45
-
46
- # v13.1.1 (Wed Jan 18 2023)
47
-
48
- #### 🐛 Bug Fix
49
-
50
- - Adds react-native-inappbrowser-reborn as peer to Bare RN OAuth [#432](https://github.com/magiclabs/magic-js/pull/432) ([@Ariflo](https://github.com/Ariflo))
51
- - README Updates ([@Ariflo](https://github.com/Ariflo))
52
- - [CHORE] Clean up magic-js Deployment Stages [#429](https://github.com/magiclabs/magic-js/pull/429) ([@kgrubb](https://github.com/kgrubb))
53
- - sync with master branch ([@kgrubb](https://github.com/kgrubb))
54
-
55
- #### 🔩 Dependency Updates
56
-
57
- - Bump qs from 6.5.2 to 6.5.3 [#400](https://github.com/magiclabs/magic-js/pull/400) ([@dependabot[bot]](https://github.com/dependabot[bot]))
58
- - Bump decode-uri-component from 0.2.0 to 0.2.2 [#399](https://github.com/magiclabs/magic-js/pull/399) ([@dependabot[bot]](https://github.com/dependabot[bot]))
59
-
60
- #### Authors: 3
61
-
62
- - [@dependabot[bot]](https://github.com/dependabot[bot])
63
- - Arian Flores ([@Ariflo](https://github.com/Ariflo))
64
- - Keli (Madison) Grubb ([@kgrubb](https://github.com/kgrubb))
65
-
66
- ---
67
-
68
- # v13.1.0 (Fri Jan 06 2023)
69
-
70
- #### 🚀 Enhancement
71
-
72
- - Bare React Native / Expo React Native Package Split [#412](https://github.com/magiclabs/magic-js/pull/412) ([@Ariflo](https://github.com/Ariflo))
73
-
74
- #### 🐛 Bug Fix
75
-
76
- - Update core package versions ([@Ariflo](https://github.com/Ariflo))
77
- - Fix Tests ([@Ariflo](https://github.com/Ariflo))
78
- - Updates react-native-bare package README ([@Ariflo](https://github.com/Ariflo))
79
- - Adds version patch to new SDKs ([@Ariflo](https://github.com/Ariflo))
80
- - Updates @magic-sdk/types SDK ([@Ariflo](https://github.com/Ariflo))
81
- - Create @magic-sdk/react-native-bare SDK ([@Ariflo](https://github.com/Ariflo))
82
-
83
- #### Authors: 1
84
-
85
- - Arian Flores ([@Ariflo](https://github.com/Ariflo))
86
-
87
- ---
88
-
89
- # v12.0.0 (Tue Dec 20 2022)
90
-
91
- #### 🐛 Bug Fix
92
-
93
- - Merge branch 'master' into mushfichowdhury-sc-61149-implement-event-emitting-in-magic-sdk-based ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
94
- - Adds more Context about Expo dependency in `@magic-ext/react-native-oauth` to README [#386](https://github.com/magiclabs/magic-js/pull/386) ([@Ariflo](https://github.com/Ariflo))
95
-
96
- #### 📝 Documentation
97
-
98
- - Adds advice for fixing symlink error in RN projects inside of Monorepos to README [#395](https://github.com/magiclabs/magic-js/pull/395) ([@Ariflo](https://github.com/Ariflo))
99
-
100
- #### Authors: 2
101
-
102
- - Arian Flores ([@Ariflo](https://github.com/Ariflo))
103
- - Mushfi Chowdhury ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
104
-
105
- ---
106
-
107
- # v10.0.1 (Fri Sep 09 2022)
108
-
109
- #### 🐛 Bug Fix
110
-
111
- - Add RN TypedArray stringify conversion logic [#357](https://github.com/magiclabs/magic-js/pull/357) ([@Ethella](https://github.com/Ethella))
112
-
113
- #### Authors: 1
114
-
115
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
116
-
117
- ---
118
-
119
- # v10.0.0 (Fri Aug 05 2022)
120
-
121
- #### 💥 Breaking Change
122
-
123
- - Revert "Revert "Enable bundle Id in Expo"" [#338](https://github.com/magiclabs/magic-js/pull/338) ([@Ethella](https://github.com/Ethella))
124
- - Enable bundle Id in Expo [#335](https://github.com/magiclabs/magic-js/pull/335) ([@Ethella](https://github.com/Ethella))
125
-
126
- #### 🐛 Bug Fix
127
-
128
- - Merge branch 'master' into early-access ([@bcleary06](https://github.com/bcleary06))
129
- - Update Readme and manual version bump for releases [#339](https://github.com/magiclabs/magic-js/pull/339) ([@Ethella](https://github.com/Ethella))
130
- - Revert "Enable bundle Id in Expo" [#337](https://github.com/magiclabs/magic-js/pull/337) ([@Ethella](https://github.com/Ethella))
131
-
132
- #### Authors: 2
133
-
134
- - Brian Cleary ([@bcleary06](https://github.com/bcleary06))
135
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
136
-
137
- ---
138
-
139
- # v8.2.0 (Mon Mar 07 2022)
140
-
141
- #### 🐛 Bug Fix
142
-
143
- - Update READMEs with outdated context/hyperlinks ([@smithki](https://github.com/smithki))
144
- - Merge branch 'master' into smithki/better-build-system-documentation ([@smithki](https://github.com/smithki))
145
-
146
- #### 🏠 Internal
147
-
148
- - Internal documentation updates (`BUILD_SYSTEM.md`) [#283](https://github.com/magiclabs/magic-js/pull/283) ([@smithki](https://github.com/smithki))
149
-
150
- #### Authors: 1
151
-
152
- - Ian K Smith ([@smithki](https://github.com/smithki))
153
-
154
- ---
155
-
156
- # v8.1.0 (Mon Jan 31 2022)
157
-
158
- #### 🚀 Enhancement
159
-
160
- - Add special parsing logic to handle typed array in payload [#275](https://github.com/magiclabs/magic-js/pull/275) ([@Ethella](https://github.com/Ethella))
161
-
162
- #### Authors: 1
163
-
164
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
165
-
166
- ---
167
-
168
- # v8.0.0 (Tue Jan 25 2022)
169
-
170
- #### 💥 Breaking Change
171
-
172
- - Switch from `microbundle` to `esbuild` [#220](https://github.com/magiclabs/magic-js/pull/220) ([@smithki](https://github.com/smithki))
173
-
174
- #### 🐛 Bug Fix
175
-
176
- - Merge with master ([@smithki](https://github.com/smithki))
177
- - Merge branch 'master' into feat/faster-builds ([@smithki](https://github.com/smithki))
178
- - Remove comments from README files ([@smithki](https://github.com/smithki))
179
-
180
- #### Authors: 1
181
-
182
- - Ian K Smith ([@smithki](https://github.com/smithki))
183
-
184
- ---
185
-
186
- # v6.1.4 (Thu Oct 21 2021)
187
-
188
- #### 🐛 Bug Fix
189
-
190
- - 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))
191
-
192
- #### Authors: 1
193
-
194
- - Ian K Smith ([@smithki](https://github.com/smithki))
195
-
196
- ---
197
-
198
- # v6.1.3 (Wed Oct 20 2021)
199
-
200
- #### ⚠️ Pushed to `master`
201
-
202
- - Fix dist files glob in package.json ([@smithki](https://github.com/smithki))
203
- - Merge branch 'master' of github.com:magiclabs/magic-js ([@smithki](https://github.com/smithki))
204
- - Force re-publish ([@smithki](https://github.com/smithki))
205
-
206
- #### Authors: 1
207
-
208
- - Ian K Smith ([@smithki](https://github.com/smithki))
209
-
210
- ---
211
-
212
- # v6.1.2 (Wed Oct 20 2021)
213
-
214
- #### 🐛 Bug Fix
215
-
216
- - Use '.mjs' extension for ESM build files [#230](https://github.com/magiclabs/magic-js/pull/230) ([@smithki](https://github.com/smithki))
217
-
218
- #### Authors: 1
219
-
220
- - Ian K Smith ([@smithki](https://github.com/smithki))
221
-
222
- ---
223
-
224
- # v6.0.6 (Thu Sep 23 2021)
225
-
226
- #### 🐛 Bug Fix
227
-
228
- - 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))
229
- - 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))
230
-
231
- #### Authors: 1
232
-
233
- - Ian K Smith ([@smithki](https://github.com/smithki))
234
-
235
- ---
236
-
237
- # v6.0.2 (Tue Sep 14 2021)
238
-
239
- #### 🐛 Bug Fix
240
-
241
- - Import regeneratorRuntime in Magic JS (non-CDN version) [#210](https://github.com/magiclabs/magic-js/pull/210) ([@smithki](https://github.com/smithki))
242
-
243
- #### Authors: 1
244
-
245
- - Ian K Smith ([@smithki](https://github.com/smithki))
246
-
247
- ---
248
-
249
- # v6.0.1 (Tue Sep 14 2021)
250
-
251
- #### 🐛 Bug Fix
252
-
253
- - Fix SemVer cyclic dependency issues with some hacks [#209](https://github.com/magiclabs/magic-js/pull/209) ([@smithki](https://github.com/smithki))
254
-
255
- #### Authors: 1
256
-
257
- - Ian K Smith ([@smithki](https://github.com/smithki))
258
-
259
- ---
260
-
261
- # v6.0.0 (Tue Sep 14 2021)
262
-
263
- #### 💥 Breaking Change
264
-
265
- - v6.0.0 [#208](https://github.com/magiclabs/magic-js/pull/208) ([@smithki](https://github.com/smithki))
266
-
267
- #### Authors: 1
268
-
269
- - Ian K Smith ([@smithki](https://github.com/smithki))
270
-
271
- ---
272
-
273
- # v4.4.2 (Mon Aug 16 2021)
274
-
275
- #### 🐛 Bug Fix
276
-
277
- - Migrate unit tests to Jest [#194](https://github.com/magiclabs/magic-js/pull/194) ([@smithki](https://github.com/smithki))
278
-
279
- #### Authors: 1
280
-
281
- - Ian K Smith ([@smithki](https://github.com/smithki))
282
-
283
- ---
284
-
285
- # v4.4.0 (Wed Jul 28 2021)
286
-
287
- #### 🚀 Enhancement
288
-
289
- - Add explicit JSDelivr entry-point for `magic-sdk` [#191](https://github.com/magiclabs/magic-js/pull/191) ([@smithki](https://github.com/smithki))
290
-
291
- #### Authors: 1
292
-
293
- - Ian K Smith ([@smithki](https://github.com/smithki))
294
-
295
- ---
296
-
297
- # v4.3.1 (Fri Jun 11 2021)
298
-
299
- #### 🐛 Bug Fix
300
-
301
- - Upgrade @aveq-research/localforage-asyncstorage-driver [#183](https://github.com/magiclabs/magic-js/pull/183) ([@Ethella](https://github.com/Ethella))
302
-
303
- #### Authors: 1
304
-
305
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
306
-
307
- ---
308
-
309
- # v4.0.1 (Tue Dec 01 2020)
310
-
311
- #### 🐛 Bug Fix
312
-
313
- - Add 'importHelpers: true' to base tsconfig.json [#152](https://github.com/magiclabs/magic-js/pull/152) ([@smithki](https://github.com/smithki))
314
-
315
- #### 📝 Documentation
316
-
317
- - 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))
318
-
319
- #### Authors: 1
320
-
321
- - Ian K Smith ([@smithki](https://github.com/smithki))
322
-
323
- ---
324
-
325
- # v4.0.0 (Tue Nov 17 2020)
326
-
327
- #### 💥 Breaking Change
328
-
329
- - [All packages] Internal API changes & Cleanups [#149](https://github.com/magiclabs/magic-js/pull/149) ([@smithki](https://github.com/smithki))
330
-
331
- #### 🐛 Bug Fix
332
-
333
- - Update CHANGELOGs and CONTRIBUTING guide [#146](https://github.com/magiclabs/magic-js/pull/146) ([@smithki](https://github.com/smithki))
334
-
335
- #### 🏠 Internal
336
-
337
- - Simplify scripts [#147](https://github.com/magiclabs/magic-js/pull/147) ([@smithki](https://github.com/smithki))
338
-
339
- #### Authors: 1
340
-
341
- - Ian K Smith ([@smithki](https://github.com/smithki))
342
-
343
- ---
344
-
345
- ## `3.0.1` - 10/21/2020
346
-
347
- #### Changed
348
-
349
- - Removed the following public methods and functions
350
- - `BaseExtension.utils.encodeQueryParameters`
351
- - `BaseExtension.utils.decodeQueryParameters`
352
-
353
- ## `2.8.0` - 09/24/2020
354
-
355
- #### Added
356
-
357
- - Adds a Magic SDK extensions runtime compatibility check, ensuring you're version of Magic SDK is designed for the extensions you have in use.
358
-
359
- ## `2.7.1` - 09/18/2020
360
-
361
- #### Fixed
362
-
363
- - Fix missing BigInt dependency #131
364
-
365
- ## `2.7.0` - 09/15/2020
366
-
367
- #### Added
368
-
369
- - New, optional `redirectURI` parameter for the `loginWithMagicLink` method
370
- - New `loginWithCredential` method for completing a magic link login with redirect: `await magic.auth.loginWithCredential()`
371
-
372
- ## `2.6.0` - 08/24/2020
373
-
374
- #### Added
375
-
376
- - New optional `locale` parameter to SDK constructor
377
-
378
- ## `2.5.1` - 08/20/2020
379
-
380
- #### Added
381
-
382
- - New RPC error code for the `loginWithMagicLink` method: `-10005`
383
-
384
- ## `2.4.6` - 07/22/2020
385
-
386
- #### Added
387
-
388
- - Export `PromiEvent` type and `isPromiEvent` utility from SDK entry-points (`magic-sdk` and `@magic-sdk/react-native`).
389
-
390
- ## `2.4.1` through `2.4.5` - 07/13/2020
391
-
392
- #### Fixed
393
-
394
- - Bug preventing NPM tarball from containing `/dist` files.
395
-
396
- ## `2.4.0` - 07/13/2020
397
-
398
- #### Changed
399
-
400
- - Updated build system to use TypeScript project references instead of Microbundle.
401
- - Pass `targetOrigin` parameter to `postMessage` calls.
402
-
403
- ## `2.3.1` - 07/08/2020
404
-
405
- #### Fixed
406
-
407
- - Bug affecting `localforage` type imports causing compilation failure in TypeScript.
408
-
409
- ## `2.3.0` - 07/08/2020
410
-
411
- #### Added
412
-
413
- - WebAuthn support.
414
- - `localforage` APIs for Magic SDK Extensions.
415
-
416
- ## `2.1.0` - 06/25/2020
417
-
418
- #### Changed
419
-
420
- - Update dependencies.
421
-
422
- #### Added
423
-
424
- - Add `ExtensionWarning` class.
425
-
426
- ## `2.0.5` - 06/23/2020
427
-
428
- #### Changed
429
-
430
- - Update dependencies.
431
-
432
- ## `2.0.4` - 06/23/2020
433
-
434
- #### Changed
435
-
436
- - Update dependencies.
437
-
438
- ## `2.0.3` - 06/23/2020
439
-
440
- #### Changed
441
-
442
- - Update dependencies.
443
-
444
- ## `2.0.2` - 06/22/2020
445
-
446
- #### Changed
447
-
448
- - Update dependencies.
449
-
450
- ## `2.0.1` - 06/16/2020
451
-
452
- #### Added
453
-
454
- - Introduce the `ExtensionError` type to ease handling of errors rising from Magic SDK Extensions.
455
-
456
- ## `2.0.0` - 06/12/2020
457
-
458
- #### Changed
459
-
460
- - Move "react-native-webivew" to peer dependencies
461
-
462
- ## `1.0.1` - 06/11/2020
463
-
464
- #### Changed
465
-
466
- - Update dependencies.
467
- - Circle CI tag in readme is broken after namechange from MagicHQ to MagicLabs
468
-
469
- ## `1.0.0` - 06/02/2020
470
-
471
- This is the first release our changelog records. Future updates will be logged in the following format:
472
-
473
- #### Fixed
474
-
475
- - Bug fixes and patches will be described here.
476
-
477
- #### Changed
478
-
479
- - Changes (breaking or otherwise) to current APIs will be described here.
480
-
481
- #### Added
482
-
483
- - New features or APIs will be described here.