@firebase/auth-compat 0.4.6 → 0.4.7-canary.6e4e475f6
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/esm/index.node.esm.js +1 -1
- package/dist/firebase-auth.js +1 -1
- package/dist/firebase-auth.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/package.json +10 -10
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.
|
|
32
|
+
var version = "0.4.7-canary.6e4e475f6";
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
* @license
|
package/dist/index.esm.js
CHANGED
package/dist/index.esm2017.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.4.
|
|
7
|
+
var version = "0.4.7-canary.6e4e475f6";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @license
|
package/dist/index.node.cjs.js
CHANGED
|
@@ -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.
|
|
35
|
+
var version = "0.4.7-canary.6e4e475f6";
|
|
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.
|
|
3
|
+
"version": "0.4.7-canary.6e4e475f6",
|
|
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",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"build:deps": "lerna run --scope @firebase/auth-compat --include-dependencies build",
|
|
35
35
|
"build:release": "yarn build && yarn add-compat-overloads",
|
|
36
36
|
"dev": "rollup -c -w",
|
|
37
|
-
"test": "run-p lint test:all",
|
|
38
|
-
"test:all": "run-p test:browser test:node test:integration",
|
|
37
|
+
"test": "run-p --npm-path npm lint test:all",
|
|
38
|
+
"test:all": "run-p --npm-path npm test:browser test:node test:integration",
|
|
39
39
|
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
|
|
40
40
|
"test:browser": "karma start --single-run",
|
|
41
41
|
"test:browser:unit": "karma start --single-run --unit",
|
|
@@ -43,23 +43,23 @@
|
|
|
43
43
|
"test:node": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts",
|
|
44
44
|
"test:node:integration": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --integration",
|
|
45
45
|
"test:webdriver": "rollup -c test/integration/webdriver/static/rollup.config.js && ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --webdriver",
|
|
46
|
-
"test:integration": "firebase emulators:exec --project demo-emulatedproject --only auth \"run-s test:browser:integration test:node:integration test:webdriver\"",
|
|
46
|
+
"test:integration": "firebase emulators:exec --project demo-emulatedproject --only auth \"run-s --npm-path npm test:browser:integration test:node:integration test:webdriver\"",
|
|
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.
|
|
50
|
+
"@firebase/app-compat": "0.2.21-canary.6e4e475f6"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@firebase/auth": "1.3.
|
|
54
|
-
"@firebase/auth-types": "0.12.0",
|
|
55
|
-
"@firebase/component": "0.6.4",
|
|
56
|
-
"@firebase/util": "1.9.3",
|
|
53
|
+
"@firebase/auth": "1.3.1-canary.6e4e475f6",
|
|
54
|
+
"@firebase/auth-types": "0.12.0-canary.6e4e475f6",
|
|
55
|
+
"@firebase/component": "0.6.4-canary.6e4e475f6",
|
|
56
|
+
"@firebase/util": "1.9.3-canary.6e4e475f6",
|
|
57
57
|
"node-fetch": "2.6.7",
|
|
58
58
|
"tslib": "^2.1.0"
|
|
59
59
|
},
|
|
60
60
|
"license": "Apache-2.0",
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@firebase/app-compat": "0.2.
|
|
62
|
+
"@firebase/app-compat": "0.2.21-canary.6e4e475f6",
|
|
63
63
|
"@rollup/plugin-json": "4.1.0",
|
|
64
64
|
"rollup": "2.79.1",
|
|
65
65
|
"rollup-plugin-replace": "2.2.0",
|