@firebase/analytics 0.7.9-canary.8454f41b4 → 0.7.9-canary.b6196d28c
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
|
@@ -1238,7 +1238,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
|
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
1240
|
var name = "@firebase/analytics";
|
|
1241
|
-
var version = "0.7.9-canary.
|
|
1241
|
+
var version = "0.7.9-canary.b6196d28c";
|
|
1242
1242
|
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Firebase Analytics
|
|
@@ -1066,7 +1066,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
|
|
|
1066
1066
|
}
|
|
1067
1067
|
|
|
1068
1068
|
const name = "@firebase/analytics";
|
|
1069
|
-
const version = "0.7.9-canary.
|
|
1069
|
+
const version = "0.7.9-canary.b6196d28c";
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Firebase Analytics
|
package/dist/index.cjs.js
CHANGED
|
@@ -1242,7 +1242,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
|
|
|
1242
1242
|
}
|
|
1243
1243
|
|
|
1244
1244
|
var name = "@firebase/analytics";
|
|
1245
|
-
var version = "0.7.9-canary.
|
|
1245
|
+
var version = "0.7.9-canary.b6196d28c";
|
|
1246
1246
|
|
|
1247
1247
|
/**
|
|
1248
1248
|
* Firebase Analytics
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/analytics",
|
|
3
|
-
"version": "0.7.9-canary.
|
|
3
|
+
"version": "0.7.9-canary.b6196d28c",
|
|
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",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"typings:public": "node ../../scripts/build/use_typings.js ./dist/analytics-public.d.ts"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@firebase/app": "0.7.24-canary.
|
|
39
|
+
"@firebase/app": "0.7.24-canary.b6196d28c"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@firebase/installations": "0.5.9-canary.
|
|
43
|
-
"@firebase/logger": "0.3.2-canary.
|
|
44
|
-
"@firebase/util": "1.6.0-canary.
|
|
45
|
-
"@firebase/component": "0.5.14-canary.
|
|
42
|
+
"@firebase/installations": "0.5.9-canary.b6196d28c",
|
|
43
|
+
"@firebase/logger": "0.3.2-canary.b6196d28c",
|
|
44
|
+
"@firebase/util": "1.6.0-canary.b6196d28c",
|
|
45
|
+
"@firebase/component": "0.5.14-canary.b6196d28c",
|
|
46
46
|
"tslib": "^2.1.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "Apache-2.0",
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@firebase/app": "0.7.24-canary.
|
|
50
|
+
"@firebase/app": "0.7.24-canary.b6196d28c",
|
|
51
51
|
"rollup": "2.72.1",
|
|
52
52
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
53
53
|
"@rollup/plugin-json": "4.1.0",
|