@firebase/app-compat 0.2.19 → 0.2.20-canary.b59229836
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.esm5.js
CHANGED
package/dist/index.cjs.js
CHANGED
package/dist/index.lite.esm5.js
CHANGED
package/dist/index.lite.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/app-compat",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20-canary.b59229836",
|
|
4
4
|
"description": "The primary entrypoint to the Firebase JS SDK",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"build": "rollup -c && yarn api-report",
|
|
30
30
|
"build:deps": "lerna run --scope @firebase/app-compat --include-dependencies build",
|
|
31
31
|
"dev": "rollup -c -w",
|
|
32
|
-
"test": "run-p lint test:all",
|
|
33
|
-
"test:all": "run-p test:browser test:node",
|
|
32
|
+
"test": "run-p --npm-path npm lint test:all",
|
|
33
|
+
"test:all": "run-p --npm-path npm test:browser test:node",
|
|
34
34
|
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
|
|
35
35
|
"test:browser": "karma start --single-run",
|
|
36
36
|
"test:browser:debug": "karma start --browsers Chrome --auto-watch",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
},
|
|
41
41
|
"license": "Apache-2.0",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@firebase/app": "0.9.
|
|
44
|
-
"@firebase/util": "1.9.3",
|
|
45
|
-
"@firebase/logger": "0.4.0",
|
|
46
|
-
"@firebase/component": "0.6.4",
|
|
43
|
+
"@firebase/app": "0.9.20-canary.b59229836",
|
|
44
|
+
"@firebase/util": "1.9.3-canary.b59229836",
|
|
45
|
+
"@firebase/logger": "0.4.0-canary.b59229836",
|
|
46
|
+
"@firebase/component": "0.6.4-canary.b59229836",
|
|
47
47
|
"tslib": "^2.1.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|