@firebase/auth-compat 0.4.1 → 0.4.2-20230512163859

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/dist/index.cjs.js CHANGED
@@ -29,7 +29,7 @@ var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
29
29
  var exp__namespace = /*#__PURE__*/_interopNamespace(exp);
30
30
 
31
31
  var name = "@firebase/auth-compat";
32
- var version = "0.4.1";
32
+ var version = "0.4.2-20230512163859";
33
33
 
34
34
  /**
35
35
  * @license
package/dist/index.esm.js CHANGED
@@ -5,7 +5,7 @@ import { isBrowserExtension, getUA, isReactNative, isNode, isIndexedDBAvailable,
5
5
  import { __awaiter, __generator } from 'tslib';
6
6
 
7
7
  var name = "@firebase/auth-compat";
8
- var version = "0.4.1";
8
+ var version = "0.4.2-20230512163859";
9
9
 
10
10
  /**
11
11
  * @license
@@ -4,7 +4,7 @@ import { Component } from '@firebase/component';
4
4
  import { isBrowserExtension, getUA, isReactNative, isNode, isIndexedDBAvailable, isIE, FirebaseError } from '@firebase/util';
5
5
 
6
6
  var name = "@firebase/auth-compat";
7
- var version = "0.4.1";
7
+ var version = "0.4.2-20230512163859";
8
8
 
9
9
  /**
10
10
  * @license
@@ -32,7 +32,7 @@ var exp__namespace = /*#__PURE__*/_interopNamespace(exp);
32
32
  var fetchImpl__namespace = /*#__PURE__*/_interopNamespace(fetchImpl);
33
33
 
34
34
  var name = "@firebase/auth-compat";
35
- var version = "0.4.1";
35
+ var version = "0.4.2-20230512163859";
36
36
 
37
37
  /**
38
38
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/auth-compat",
3
- "version": "0.4.1",
3
+ "version": "0.4.2-20230512163859",
4
4
  "description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -47,10 +47,10 @@
47
47
  "add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../auth/dist/auth-public.d.ts -o dist/auth-compat/index.d.ts -a -r Auth:types.FirebaseAuth -r User:types.User -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/auth"
48
48
  },
49
49
  "peerDependencies": {
50
- "@firebase/app-compat": "0.x"
50
+ "@firebase/app-compat": "0.2.10-20230512163859"
51
51
  },
52
52
  "dependencies": {
53
- "@firebase/auth": "0.23.1",
53
+ "@firebase/auth": "0.23.2-20230512163859",
54
54
  "@firebase/auth-types": "0.12.0",
55
55
  "@firebase/component": "0.6.4",
56
56
  "@firebase/util": "1.9.3",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "license": "Apache-2.0",
61
61
  "devDependencies": {
62
- "@firebase/app-compat": "0.2.9",
62
+ "@firebase/app-compat": "0.2.10-20230512163859",
63
63
  "@rollup/plugin-json": "4.1.0",
64
64
  "rollup": "2.79.1",
65
65
  "rollup-plugin-replace": "2.2.0",
package/CHANGELOG.md DELETED
@@ -1,382 +0,0 @@
1
- # @firebase/auth-compat
2
-
3
- ## 0.4.1
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`1d6771eb3`](https://github.com/firebase/firebase-js-sdk/commit/1d6771eb358fd5cb9a6b53b7a0141b08f83f0b47)]:
8
- - @firebase/auth@0.23.1
9
-
10
- ## 0.4.0
11
-
12
- ### Minor Changes
13
-
14
- - [`b04f04081`](https://github.com/firebase/firebase-js-sdk/commit/b04f0408139f75c69b6f6eea396f3e961f658bd1) [#7191](https://github.com/firebase/firebase-js-sdk/pull/7191) - [feature] Added Firebase App Check support to Firebase Auth.
15
-
16
- ### Patch Changes
17
-
18
- - Updated dependencies [[`b04f04081`](https://github.com/firebase/firebase-js-sdk/commit/b04f0408139f75c69b6f6eea396f3e961f658bd1), [`6b8e0c13d`](https://github.com/firebase/firebase-js-sdk/commit/6b8e0c13daaf476c7e6ea034006250d1f33dd828)]:
19
- - @firebase/auth@0.23.0
20
-
21
- ## 0.3.7
22
-
23
- ### Patch Changes
24
-
25
- - Updated dependencies [[`965396d52`](https://github.com/firebase/firebase-js-sdk/commit/965396d522243fcc17b63558823ad761c87ae1ba), [`bd51cecba`](https://github.com/firebase/firebase-js-sdk/commit/bd51cecba5cfc1b1c1ca46bf94e65320da3da609)]:
26
- - @firebase/auth@0.22.0
27
-
28
- ## 0.3.6
29
-
30
- ### Patch Changes
31
-
32
- - Updated dependencies [[`58bae8757`](https://github.com/firebase/firebase-js-sdk/commit/58bae875799ed2ace8232f5d9e7aaaaa7a84d064), [`00737a1ab`](https://github.com/firebase/firebase-js-sdk/commit/00737a1abd469f3deb041d8ff482165cc16bc34e)]:
33
- - @firebase/auth@0.21.6
34
-
35
- ## 0.3.5
36
-
37
- ### Patch Changes
38
-
39
- - Updated dependencies [[`e0b677e70`](https://github.com/firebase/firebase-js-sdk/commit/e0b677e70ed2fd9e488737c77ebe2fc65d3a0822)]:
40
- - @firebase/auth@0.21.5
41
-
42
- ## 0.3.4
43
-
44
- ### Patch Changes
45
-
46
- - Updated dependencies [[`c59f537b1`](https://github.com/firebase/firebase-js-sdk/commit/c59f537b1262b5d7997291b8c1e9324d378effb6), [`c8a6e08b0`](https://github.com/firebase/firebase-js-sdk/commit/c8a6e08b01a52b3eca77ca9da8989dac2e77a972)]:
47
- - @firebase/util@1.9.3
48
- - @firebase/auth@0.21.4
49
- - @firebase/component@0.6.4
50
-
51
- ## 0.3.3
52
-
53
- ### Patch Changes
54
-
55
- - [`d071bd1ac`](https://github.com/firebase/firebase-js-sdk/commit/d071bd1acaa0583b4dd3454387fc58eafddb5c30) [#7007](https://github.com/firebase/firebase-js-sdk/pull/7007) (fixes [#7005](https://github.com/firebase/firebase-js-sdk/issues/7005)) - Move exports.default fields to always be the last field. This fixes a bug caused in 9.17.0 that prevented some bundlers and frameworks from building.
56
-
57
- - Updated dependencies [[`d071bd1ac`](https://github.com/firebase/firebase-js-sdk/commit/d071bd1acaa0583b4dd3454387fc58eafddb5c30)]:
58
- - @firebase/auth@0.21.3
59
- - @firebase/util@1.9.2
60
- - @firebase/component@0.6.3
61
-
62
- ## 0.3.2
63
-
64
- ### Patch Changes
65
-
66
- - [`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5) [#6981](https://github.com/firebase/firebase-js-sdk/pull/6981) - Added browser CJS entry points (expected by Jest when using JSDOM mode).
67
-
68
- - Updated dependencies [[`6439f1173`](https://github.com/firebase/firebase-js-sdk/commit/6439f1173353f3857ab820675d572ea676340924), [`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5)]:
69
- - @firebase/auth@0.21.2
70
- - @firebase/util@1.9.1
71
- - @firebase/component@0.6.2
72
-
73
- ## 0.3.1
74
-
75
- ### Patch Changes
76
-
77
- - Updated dependencies [[`50b8191f6`](https://github.com/firebase/firebase-js-sdk/commit/50b8191f6c51a936bd92a1a6a68af1cf201fc127), [`d4114a4f7`](https://github.com/firebase/firebase-js-sdk/commit/d4114a4f7da3f469c0c900416ac8beee58885ec3), [`06dc1364d`](https://github.com/firebase/firebase-js-sdk/commit/06dc1364d7560f4c563e1ccc89af9cad4cd91df8)]:
78
- - @firebase/auth@0.21.1
79
- - @firebase/util@1.9.0
80
- - @firebase/component@0.6.1
81
-
82
- ## 0.3.0
83
-
84
- ### Minor Changes
85
-
86
- - [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.
87
-
88
- ### Patch Changes
89
-
90
- - Updated dependencies [[`e650f6498`](https://github.com/firebase/firebase-js-sdk/commit/e650f649854f3c39737fe4bade43f9eedc3e611f), [`c20633ed3`](https://github.com/firebase/firebase-js-sdk/commit/c20633ed35056cbadc9d65d9ceddf4e28d1ea666), [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be)]:
91
- - @firebase/auth@0.21.0
92
- - @firebase/util@1.8.0
93
- - @firebase/auth-types@0.12.0
94
- - @firebase/component@0.6.0
95
-
96
- ## 0.2.24
97
-
98
- ### Patch Changes
99
-
100
- - [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
101
-
102
- - Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
103
- - @firebase/auth@0.20.11
104
- - @firebase/auth-types@0.11.1
105
- - @firebase/component@0.5.21
106
- - @firebase/util@1.7.3
107
-
108
- ## 0.2.23
109
-
110
- ### Patch Changes
111
-
112
- - Updated dependencies [[`807f06aa2`](https://github.com/firebase/firebase-js-sdk/commit/807f06aa26438a91aaea08fd38efb6c706bb8a5d)]:
113
- - @firebase/util@1.7.2
114
- - @firebase/auth@0.20.10
115
- - @firebase/component@0.5.20
116
-
117
- ## 0.2.22
118
-
119
- ### Patch Changes
120
-
121
- - Updated dependencies [[`171b78b76`](https://github.com/firebase/firebase-js-sdk/commit/171b78b762826a640d267dd4dd172ad9459c4561), [`29d034072`](https://github.com/firebase/firebase-js-sdk/commit/29d034072c20af394ce384e42aa10a37d5dfcb18)]:
122
- - @firebase/util@1.7.1
123
- - @firebase/auth@0.20.9
124
- - @firebase/component@0.5.19
125
-
126
- ## 0.2.21
127
-
128
- ### Patch Changes
129
-
130
- - Updated dependencies [[`fdd4ab464`](https://github.com/firebase/firebase-js-sdk/commit/fdd4ab464b59a107bdcc195df3f01e32efd89ed4)]:
131
- - @firebase/util@1.7.0
132
- - @firebase/auth@0.20.8
133
- - @firebase/component@0.5.18
134
-
135
- ## 0.2.20
136
-
137
- ### Patch Changes
138
-
139
- - Updated dependencies [[`e06d9069c`](https://github.com/firebase/firebase-js-sdk/commit/e06d9069ca07429df248d9134aebdea1118e9427), [`666c8ec1f`](https://github.com/firebase/firebase-js-sdk/commit/666c8ec1ff5cb5b8947a142e26c0a2ecb18f8bb4)]:
140
- - @firebase/auth@0.20.7
141
-
142
- ## 0.2.19
143
-
144
- ### Patch Changes
145
-
146
- - Updated dependencies [[`bea604ea3`](https://github.com/firebase/firebase-js-sdk/commit/bea604ea33c529e755cc3fcdc0a2ea75d04b9f19)]:
147
- - @firebase/auth@0.20.6
148
-
149
- ## 0.2.18
150
-
151
- ### Patch Changes
152
-
153
- - Updated dependencies [[`b12af44a5`](https://github.com/firebase/firebase-js-sdk/commit/b12af44a5c7500e1192d6cc1a4afc4d77efadbaf), [`1261d8323`](https://github.com/firebase/firebase-js-sdk/commit/1261d832345ff4505391a150cb9c32719da37eb0), [`8c52a96ed`](https://github.com/firebase/firebase-js-sdk/commit/8c52a96edac5b65501ee4eeb234c4bb8e70a5dd5)]:
154
- - @firebase/util@1.6.3
155
- - @firebase/auth@0.20.5
156
- - @firebase/component@0.5.17
157
-
158
- ## 0.2.17
159
-
160
- ### Patch Changes
161
-
162
- - Updated dependencies [[`efe2000fc`](https://github.com/firebase/firebase-js-sdk/commit/efe2000fc499e2c85c4e5e0fef6741ff3bad2eb0)]:
163
- - @firebase/util@1.6.2
164
- - @firebase/auth@0.20.4
165
- - @firebase/component@0.5.16
166
-
167
- ## 0.2.16
168
-
169
- ### Patch Changes
170
-
171
- - [`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5) [#6307](https://github.com/firebase/firebase-js-sdk/pull/6307) (fixes [#6300](https://github.com/firebase/firebase-js-sdk/issues/6300)) - fix: add type declarations to exports field
172
-
173
- - Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5), [`d4b52b612`](https://github.com/firebase/firebase-js-sdk/commit/d4b52b612cf73610c57a3c08a0415ab7b622a70a)]:
174
- - @firebase/auth@0.20.3
175
- - @firebase/component@0.5.15
176
- - @firebase/util@1.6.1
177
-
178
- ## 0.2.15
179
-
180
- ### Patch Changes
181
-
182
- - [`63ac2ed28`](https://github.com/firebase/firebase-js-sdk/commit/63ac2ed28f237950290a7af2dcdcf1518ddaee4b) - Fix auth scheme reconition in capacitor env
183
-
184
- - Updated dependencies [[`63ac2ed28`](https://github.com/firebase/firebase-js-sdk/commit/63ac2ed28f237950290a7af2dcdcf1518ddaee4b), [`88517b591`](https://github.com/firebase/firebase-js-sdk/commit/88517b59179410e43d5d5129a1fefc355cd1d4eb)]:
185
- - @firebase/auth@0.20.2
186
-
187
- ## 0.2.14
188
-
189
- ### Patch Changes
190
-
191
- - Updated dependencies [[`07cf0f1c9`](https://github.com/firebase/firebase-js-sdk/commit/07cf0f1c9033373bf1d3a8a1958385f177506c6c)]:
192
- - @firebase/auth@0.20.1
193
-
194
- ## 0.2.13
195
-
196
- ### Patch Changes
197
-
198
- - [`1ac3c9d41`](https://github.com/firebase/firebase-js-sdk/commit/1ac3c9d41e8f69a94c64c6e0caf5f1a159b7dc3c) [#6151](https://github.com/firebase/firebase-js-sdk/pull/6151) - Add `beforeAuthStateChanged()` middleware function which allows the user to provide callbacks that are run before an auth state change
199
- sets a new user.
200
- - Updated dependencies [[`9c5c9c36d`](https://github.com/firebase/firebase-js-sdk/commit/9c5c9c36da80b98b73cfd60ef2e2965087e9f801), [`1ac3c9d41`](https://github.com/firebase/firebase-js-sdk/commit/1ac3c9d41e8f69a94c64c6e0caf5f1a159b7dc3c)]:
201
- - @firebase/util@1.6.0
202
- - @firebase/auth@0.20.0
203
- - @firebase/component@0.5.14
204
-
205
- ## 0.2.12
206
-
207
- ### Patch Changes
208
-
209
- - Updated dependencies [[`e9e5f6b3c`](https://github.com/firebase/firebase-js-sdk/commit/e9e5f6b3ca9d61323b22f87986d9959f5297ec59)]:
210
- - @firebase/util@1.5.2
211
- - @firebase/auth@0.19.12
212
- - @firebase/component@0.5.13
213
-
214
- ## 0.2.11
215
-
216
- ### Patch Changes
217
-
218
- - Updated dependencies [[`3198d58dc`](https://github.com/firebase/firebase-js-sdk/commit/3198d58dcedbf7583914dbcc76984f6f7df8d2ef)]:
219
- - @firebase/util@1.5.1
220
- - @firebase/auth@0.19.11
221
- - @firebase/component@0.5.12
222
-
223
- ## 0.2.10
224
-
225
- ### Patch Changes
226
-
227
- - [`7405e7d59`](https://github.com/firebase/firebase-js-sdk/commit/7405e7d593b40c9945c32ffbe66ac6fb11e2991e) [#6033](https://github.com/firebase/firebase-js-sdk/pull/6033) - Heartbeat
228
-
229
- - Updated dependencies [[`2d672cead`](https://github.com/firebase/firebase-js-sdk/commit/2d672cead167187cb714cd89b638c0884ba58f03), [`7405e7d59`](https://github.com/firebase/firebase-js-sdk/commit/7405e7d593b40c9945c32ffbe66ac6fb11e2991e)]:
230
- - @firebase/util@1.5.0
231
- - @firebase/auth@0.19.10
232
- - @firebase/component@0.5.11
233
-
234
- ## 0.2.9
235
-
236
- ### Patch Changes
237
-
238
- - Updated dependencies [[`3a8d4c1d1`](https://github.com/firebase/firebase-js-sdk/commit/3a8d4c1d1a5e5fda5906b1feb96324efb68739cd)]:
239
- - @firebase/auth@0.19.9
240
-
241
- ## 0.2.8
242
-
243
- ### Patch Changes
244
-
245
- - Updated dependencies [[`af9234866`](https://github.com/firebase/firebase-js-sdk/commit/af923486662bc9449cca122b55840b045c9b4a5a)]:
246
- - @firebase/auth@0.19.8
247
-
248
- ## 0.2.7
249
-
250
- ### Patch Changes
251
-
252
- - [`4983f4d5a`](https://github.com/firebase/firebase-js-sdk/commit/4983f4d5a0dc385c5b3e042ace44c8204d3cce81) [#5923](https://github.com/firebase/firebase-js-sdk/pull/5923) - Fix errors in compatibility layer when cookies are fully disabled in Chrome
253
-
254
- * [`d612d6f6e`](https://github.com/firebase/firebase-js-sdk/commit/d612d6f6e4d3113d45427b7df68459c0a3e31a1f) [#5928](https://github.com/firebase/firebase-js-sdk/pull/5928) - Upgrade `node-fetch` dependency due to a security issue.
255
-
256
- * Updated dependencies [[`4983f4d5a`](https://github.com/firebase/firebase-js-sdk/commit/4983f4d5a0dc385c5b3e042ace44c8204d3cce81), [`d612d6f6e`](https://github.com/firebase/firebase-js-sdk/commit/d612d6f6e4d3113d45427b7df68459c0a3e31a1f), [`e04b7452b`](https://github.com/firebase/firebase-js-sdk/commit/e04b7452bae10e6525cfb9c551f76a1aa98f9078), [`2820674b8`](https://github.com/firebase/firebase-js-sdk/commit/2820674b848e918ab164e7d0ec9d5b838bbfa6e0)]:
257
- - @firebase/auth@0.19.7
258
-
259
- ## 0.2.6
260
-
261
- ### Patch Changes
262
-
263
- - Updated dependencies [[`67b6decbb`](https://github.com/firebase/firebase-js-sdk/commit/67b6decbb9b5ee806d4109b9b6c188c4933e1270), [`922e9ed9a`](https://github.com/firebase/firebase-js-sdk/commit/922e9ed9a68c130aefa0cdb9b27720b73011c397)]:
264
- - @firebase/auth@0.19.6
265
-
266
- ## 0.2.5
267
-
268
- ### Patch Changes
269
-
270
- - [`e3a5248fc`](https://github.com/firebase/firebase-js-sdk/commit/e3a5248fc8536fe2ca6d97483aa7e1b3f737dd17) [#5811](https://github.com/firebase/firebase-js-sdk/pull/5811) (fixes [#5791](https://github.com/firebase/firebase-js-sdk/issues/5791)) - Fix persistence selection in compatibility layer in worker scripts
271
-
272
- - Updated dependencies [[`3b481f572`](https://github.com/firebase/firebase-js-sdk/commit/3b481f572456e1eab3435bfc25717770d95a8c49), [`e3a5248fc`](https://github.com/firebase/firebase-js-sdk/commit/e3a5248fc8536fe2ca6d97483aa7e1b3f737dd17)]:
273
- - @firebase/util@1.4.3
274
- - @firebase/auth@0.19.5
275
- - @firebase/component@0.5.10
276
-
277
- ## 0.2.4
278
-
279
- ### Patch Changes
280
-
281
- - Updated dependencies [[`a777385d6`](https://github.com/firebase/firebase-js-sdk/commit/a777385d67653cdcc3b839149dde867f32b48369), [`dc6b447ba`](https://github.com/firebase/firebase-js-sdk/commit/dc6b447bac4e899a0c4741ec18bf19e2ae66731a)]:
282
- - @firebase/auth@0.19.4
283
-
284
- ## 0.2.3
285
-
286
- ### Patch Changes
287
-
288
- - Updated dependencies [[`1583a8202`](https://github.com/firebase/firebase-js-sdk/commit/1583a82022bfd404e94f28d1786e596d6b5a9f43)]:
289
- - @firebase/auth@0.19.3
290
-
291
- ## 0.2.2
292
-
293
- ### Patch Changes
294
-
295
- - [`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a) [#5708](https://github.com/firebase/firebase-js-sdk/pull/5708) (fixes [#1487](https://github.com/firebase/firebase-js-sdk/issues/1487)) - Update build scripts to work with the exports field
296
-
297
- - Updated dependencies [[`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a), [`dbd54f7c9`](https://github.com/firebase/firebase-js-sdk/commit/dbd54f7c9ef0b5d78d491e26d816084a478bdf04)]:
298
- - @firebase/auth@0.19.2
299
- - @firebase/component@0.5.9
300
- - @firebase/util@1.4.2
301
-
302
- ## 0.2.1
303
-
304
- ### Patch Changes
305
-
306
- - [`31bd6f27f`](https://github.com/firebase/firebase-js-sdk/commit/31bd6f27f965a561f814bad1110a43849a6a9cbf) [#5689](https://github.com/firebase/firebase-js-sdk/pull/5689) - Add SAMLAuthProvider to the compatability layer (it was missing before)
307
-
308
- * [`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684) [#5693](https://github.com/firebase/firebase-js-sdk/pull/5693) - Add exports field to all packages
309
-
310
- * Updated dependencies [[`31bd6f27f`](https://github.com/firebase/firebase-js-sdk/commit/31bd6f27f965a561f814bad1110a43849a6a9cbf), [`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684), [`0765b5e19`](https://github.com/firebase/firebase-js-sdk/commit/0765b5e19c3e949bb33233ee52c8e33f01418e54)]:
311
- - @firebase/auth@0.19.1
312
- - @firebase/component@0.5.8
313
- - @firebase/util@1.4.1
314
-
315
- ## 0.2.0
316
-
317
- ### Minor Changes
318
-
319
- - [`b6f30c24f`](https://github.com/firebase/firebase-js-sdk/commit/b6f30c24fdf096ac4e8bdba32b9c1380903a7507) [#5617](https://github.com/firebase/firebase-js-sdk/pull/5617) (fixes [#5610](https://github.com/firebase/firebase-js-sdk/issues/5610)) - Fix behavior on subsequent calls to `getRedirectResult()`
320
-
321
- ### Patch Changes
322
-
323
- - Updated dependencies [[`b6f30c24f`](https://github.com/firebase/firebase-js-sdk/commit/b6f30c24fdf096ac4e8bdba32b9c1380903a7507), [`69ff8eb54`](https://github.com/firebase/firebase-js-sdk/commit/69ff8eb549e49de51cae11a04bce023bb6e1fc02), [`2429ac105`](https://github.com/firebase/firebase-js-sdk/commit/2429ac105b0aeb15eb8c362665448c209887bada), [`4594d3fd6`](https://github.com/firebase/firebase-js-sdk/commit/4594d3fd6c7f7680b877aa2017ba35084ef6af96), [`6dacc2400`](https://github.com/firebase/firebase-js-sdk/commit/6dacc2400fdcf4432ed1977ca1eb148da6db3fc5)]:
324
- - @firebase/auth@0.19.0
325
-
326
- ## 0.1.6
327
-
328
- ### Patch Changes
329
-
330
- - Updated dependencies [[`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f)]:
331
- - @firebase/auth@0.18.3
332
-
333
- ## 0.1.5
334
-
335
- ### Patch Changes
336
-
337
- - [`f7d8324a1`](https://github.com/firebase/firebase-js-sdk/commit/f7d8324a188f013f7875cf6c35fc4beb2c78c0ae) [#5562](https://github.com/firebase/firebase-js-sdk/pull/5562) - Bugfix
338
-
339
- - Updated dependencies [[`1b0e7af13`](https://github.com/firebase/firebase-js-sdk/commit/1b0e7af130c59b867e84b3f2615248fedad5b83d), [`e1d551ddb`](https://github.com/firebase/firebase-js-sdk/commit/e1d551ddb29db0f1fdf25c986cfcae6804bc8e79), [`f7d8324a1`](https://github.com/firebase/firebase-js-sdk/commit/f7d8324a188f013f7875cf6c35fc4beb2c78c0ae), [`e456d00a7`](https://github.com/firebase/firebase-js-sdk/commit/e456d00a7d054b2e95476562a087f2b12301e800)]:
340
- - @firebase/auth@0.18.2
341
-
342
- ## 0.1.4
343
-
344
- ### Patch Changes
345
-
346
- - Updated dependencies [[`49b0406ab`](https://github.com/firebase/firebase-js-sdk/commit/49b0406abb9b211c5b75325b0383539ac03358d1)]:
347
- - @firebase/auth@0.18.1
348
-
349
- ## 0.1.3
350
-
351
- ### Patch Changes
352
-
353
- - Updated dependencies [[`a5d87bc5c`](https://github.com/firebase/firebase-js-sdk/commit/a5d87bc5c5d6360d5fa2386fe351937463bc45b8), [`a99943fe3`](https://github.com/firebase/firebase-js-sdk/commit/a99943fe3bd5279761aa29d138ec91272b06df39), [`07b88e6e8`](https://github.com/firebase/firebase-js-sdk/commit/07b88e6e80f60525c66bf330d28160dbef2d0a2c), [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422), [`4d2a54fb0`](https://github.com/firebase/firebase-js-sdk/commit/4d2a54fb0611ab1987ad415c265440b9bbbc28c6), [`c2362214a`](https://github.com/firebase/firebase-js-sdk/commit/c2362214ad6154ce013d3815a6f1ccd061679f66)]:
354
- - @firebase/auth@0.18.0
355
- - @firebase/util@1.4.0
356
- - @firebase/component@0.5.7
357
-
358
- ## 0.1.2
359
-
360
- ### Patch Changes
361
-
362
- - Updated dependencies [[`08ec55d6d`](https://github.com/firebase/firebase-js-sdk/commit/08ec55d6dfcc85207fbdcdde77d6508f27998603), [`271303f3c`](https://github.com/firebase/firebase-js-sdk/commit/271303f3ca6fa47c646177a41d7a3e3f31e1d296)]:
363
- - @firebase/auth@0.17.2
364
-
365
- ## 0.1.1
366
-
367
- ### Patch Changes
368
-
369
- - Updated dependencies [[`66596f3f8`](https://github.com/firebase/firebase-js-sdk/commit/66596f3f8c747158bf30b62d8f579f7eecf97081)]:
370
- - @firebase/auth@0.17.1
371
-
372
- ## 0.1.0
373
-
374
- ### Minor Changes
375
-
376
- - [`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6) [#5345](https://github.com/firebase/firebase-js-sdk/pull/5345) (fixes [#5015](https://github.com/firebase/firebase-js-sdk/issues/5015)) - Release modularized SDKs
377
-
378
- ### Patch Changes
379
-
380
- - Updated dependencies [[`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6)]:
381
- - @firebase/auth@0.17.0
382
- - @firebase/auth-types@0.11.0