@firebase/analytics 0.7.10-canary.8f826604e → 0.7.10-canary.efe2000fc
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.esm.js +1 -1
- package/dist/esm/index.esm2017.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +7 -7
package/dist/esm/index.esm.js
CHANGED
|
@@ -1245,7 +1245,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
|
|
|
1245
1245
|
}
|
|
1246
1246
|
|
|
1247
1247
|
var name = "@firebase/analytics";
|
|
1248
|
-
var version = "0.7.10-canary.
|
|
1248
|
+
var version = "0.7.10-canary.efe2000fc";
|
|
1249
1249
|
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Firebase Analytics
|
|
@@ -1073,7 +1073,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
|
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
1075
1075
|
const name = "@firebase/analytics";
|
|
1076
|
-
const version = "0.7.10-canary.
|
|
1076
|
+
const version = "0.7.10-canary.efe2000fc";
|
|
1077
1077
|
|
|
1078
1078
|
/**
|
|
1079
1079
|
* Firebase Analytics
|
package/dist/index.cjs.js
CHANGED
|
@@ -1249,7 +1249,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
|
|
|
1249
1249
|
}
|
|
1250
1250
|
|
|
1251
1251
|
var name = "@firebase/analytics";
|
|
1252
|
-
var version = "0.7.10-canary.
|
|
1252
|
+
var version = "0.7.10-canary.efe2000fc";
|
|
1253
1253
|
|
|
1254
1254
|
/**
|
|
1255
1255
|
* Firebase Analytics
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/analytics",
|
|
3
|
-
"version": "0.7.10-canary.
|
|
3
|
+
"version": "0.7.10-canary.efe2000fc",
|
|
4
4
|
"description": "A analytics package for new firebase packages",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"typings:public": "node ../../scripts/build/use_typings.js ./dist/analytics-public.d.ts"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@firebase/app": "0.7.26-canary.
|
|
40
|
+
"@firebase/app": "0.7.26-canary.efe2000fc"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@firebase/installations": "0.5.10-canary.
|
|
44
|
-
"@firebase/logger": "0.3.3-canary.
|
|
45
|
-
"@firebase/util": "1.6.1-canary.
|
|
46
|
-
"@firebase/component": "0.5.15-canary.
|
|
43
|
+
"@firebase/installations": "0.5.10-canary.efe2000fc",
|
|
44
|
+
"@firebase/logger": "0.3.3-canary.efe2000fc",
|
|
45
|
+
"@firebase/util": "1.6.1-canary.efe2000fc",
|
|
46
|
+
"@firebase/component": "0.5.15-canary.efe2000fc",
|
|
47
47
|
"tslib": "^2.1.0"
|
|
48
48
|
},
|
|
49
49
|
"license": "Apache-2.0",
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@firebase/app": "0.7.26-canary.
|
|
51
|
+
"@firebase/app": "0.7.26-canary.efe2000fc",
|
|
52
52
|
"rollup": "2.72.1",
|
|
53
53
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
54
54
|
"@rollup/plugin-json": "4.1.0",
|