@firebase/auth-compat 0.6.1 → 0.6.2
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
package/dist/index.esm.js
CHANGED
|
@@ -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.6.
|
|
7
|
+
var version = "0.6.2";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @license
|
package/dist/index.node.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/auth-compat",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@firebase/app-compat": "0.x"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@firebase/auth": "1.
|
|
52
|
+
"@firebase/auth": "1.12.0",
|
|
53
53
|
"@firebase/auth-types": "0.13.0",
|
|
54
54
|
"@firebase/component": "0.7.0",
|
|
55
55
|
"@firebase/util": "1.13.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"license": "Apache-2.0",
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@firebase/app-compat": "0.5.
|
|
60
|
+
"@firebase/app-compat": "0.5.6",
|
|
61
61
|
"@rollup/plugin-json": "6.1.0",
|
|
62
62
|
"rollup": "2.79.2",
|
|
63
63
|
"rollup-plugin-replace": "2.2.0",
|