@magic-ext/react-native-bare-oauth 7.0.0 → 7.1.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 (2) hide show
  1. package/CHANGELOG.md +150 -0
  2. package/package.json +9 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,150 @@
1
+ # v7.1.1 (Wed Jan 18 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - 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))
6
+ - Moves react-native-inappbrowser-reborn to devDependencies ([@Ariflo](https://github.com/Ariflo))
7
+ - Adds react-native-inappbrowser-reborn as peer to Bare RN OAuth ([@Ariflo](https://github.com/Ariflo))
8
+ - [CHORE] Clean up magic-js Deployment Stages [#429](https://github.com/magiclabs/magic-js/pull/429) ([@kgrubb](https://github.com/kgrubb))
9
+ - sync with master branch ([@kgrubb](https://github.com/kgrubb))
10
+
11
+ #### 🔩 Dependency Updates
12
+
13
+ - 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]))
14
+ - 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]))
15
+
16
+ #### Authors: 3
17
+
18
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
19
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
20
+ - Keli (Madison) Grubb ([@kgrubb](https://github.com/kgrubb))
21
+
22
+ ---
23
+
24
+ # v7.1.0 (Fri Jan 06 2023)
25
+
26
+ #### 🚀 Enhancement
27
+
28
+ - Bare React Native / Expo React Native Package Split [#412](https://github.com/magiclabs/magic-js/pull/412) ([@Ariflo](https://github.com/Ariflo))
29
+
30
+ #### 🐛 Bug Fix
31
+
32
+ - Maintains backwards compatibility ([@Ariflo](https://github.com/Ariflo))
33
+ - Update oauth package names and fix lint errors ([@Ariflo](https://github.com/Ariflo))
34
+
35
+ #### Authors: 1
36
+
37
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
38
+
39
+ ---
40
+
41
+ # v5.0.0 (Tue Dec 20 2022)
42
+
43
+ #### 🐛 Bug Fix
44
+
45
+ - Merge branch 'master' into mushfichowdhury-sc-61149-implement-event-emitting-in-magic-sdk-based ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
46
+ - 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))
47
+
48
+ #### ⚠️ Pushed to `master`
49
+
50
+ - Add bundleId to the OAuth query ([@Ethella](https://github.com/Ethella))
51
+
52
+ #### Authors: 3
53
+
54
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
55
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
56
+ - Mushfi Chowdhury ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
57
+
58
+ ---
59
+
60
+ # v3.1.0 (Wed Aug 10 2022)
61
+
62
+ #### 🚀 Enhancement
63
+
64
+ - bump web-expo-browser version [#345](https://github.com/magiclabs/magic-js/pull/345) ([@Ethella](https://github.com/Ethella))
65
+
66
+ #### Authors: 1
67
+
68
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
69
+
70
+ ---
71
+
72
+ # v2.2.0 (Mon Mar 07 2022)
73
+
74
+ #### 🐛 Bug Fix
75
+
76
+ - Merge branch 'master' into smithki/better-build-system-documentation ([@smithki](https://github.com/smithki))
77
+
78
+ #### Authors: 1
79
+
80
+ - Ian K Smith ([@smithki](https://github.com/smithki))
81
+
82
+ ---
83
+
84
+ # v2.0.0 (Tue Jan 25 2022)
85
+
86
+ #### 💥 Breaking Change
87
+
88
+ - Switch from `microbundle` to `esbuild` [#220](https://github.com/magiclabs/magic-js/pull/220) ([@smithki](https://github.com/smithki))
89
+
90
+ #### 🐛 Bug Fix
91
+
92
+ - Merge with master ([@smithki](https://github.com/smithki))
93
+ - Merge branch 'master' into feat/faster-builds ([@smithki](https://github.com/smithki))
94
+ - Fix build errors related to isolatedModules ([@smithki](https://github.com/smithki))
95
+
96
+ #### Authors: 1
97
+
98
+ - Ian K Smith ([@smithki](https://github.com/smithki))
99
+
100
+ ---
101
+
102
+ # v0.5.4 (Thu Oct 21 2021)
103
+
104
+ #### 🐛 Bug Fix
105
+
106
+ - 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))
107
+
108
+ #### Authors: 1
109
+
110
+ - Ian K Smith ([@smithki](https://github.com/smithki))
111
+
112
+ ---
113
+
114
+ # v0.5.3 (Wed Oct 20 2021)
115
+
116
+ #### ⚠️ Pushed to `master`
117
+
118
+ - Merge branch 'master' of github.com:magiclabs/magic-js ([@smithki](https://github.com/smithki))
119
+ - Force re-publish ([@smithki](https://github.com/smithki))
120
+
121
+ #### Authors: 1
122
+
123
+ - Ian K Smith ([@smithki](https://github.com/smithki))
124
+
125
+ ---
126
+
127
+ # v0.5.2 (Wed Oct 20 2021)
128
+
129
+ #### 🐛 Bug Fix
130
+
131
+ - Use '.mjs' extension for ESM build files [#230](https://github.com/magiclabs/magic-js/pull/230) ([@smithki](https://github.com/smithki))
132
+
133
+ #### Authors: 1
134
+
135
+ - Ian K Smith ([@smithki](https://github.com/smithki))
136
+
137
+ ---
138
+
139
+ # v0.4.1 (Thu Sep 23 2021)
140
+
141
+ #### 🐛 Bug Fix
142
+
143
+ - 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))
144
+
145
+ #### Authors: 1
146
+
147
+ - Ian K Smith ([@smithki](https://github.com/smithki))
148
+
149
+ ---
150
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/react-native-bare-oauth",
3
- "version": "7.0.0",
3
+ "version": "7.1.1",
4
4
  "description": "Magic SDK OAuth Extension for Bare React Native environments.",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -27,14 +27,16 @@
27
27
  "dependencies": {
28
28
  "@magic-sdk/types": "^10.0.1",
29
29
  "crypto-js": "^3.3.0",
30
- "react-native-device-info": "^10.3.0",
31
- "react-native-inappbrowser-reborn": "^3.7.0"
30
+ "react-native-device-info": "^10.3.0"
32
31
  },
33
32
  "devDependencies": {
34
- "@magic-sdk/react-native-bare": "^13.0.1",
35
- "@types/crypto-js": "~3.1.47"
33
+ "@magic-sdk/react-native-bare": "^13.1.1",
34
+ "@types/crypto-js": "~3.1.47",
35
+ "react-native-inappbrowser-reborn": "^3.7.0"
36
36
  },
37
37
  "peerDependencies": {
38
- "@magic-sdk/react-native-bare": ">=13.0.0"
39
- }
38
+ "@magic-sdk/react-native-bare": ">=13.0.0",
39
+ "react-native-inappbrowser-reborn": ">=3.7.0"
40
+ },
41
+ "gitHead": "c3f5c0a687e5b6735003159dfd7449f52e92f6b7"
40
42
  }