@firebase/analytics 0.7.11-canary.47b34555c → 0.7.11-canary.d3336a9cd
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
|
@@ -1247,7 +1247,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
|
|
|
1247
1247
|
}
|
|
1248
1248
|
|
|
1249
1249
|
var name = "@firebase/analytics";
|
|
1250
|
-
var version = "0.7.11-canary.
|
|
1250
|
+
var version = "0.7.11-canary.d3336a9cd";
|
|
1251
1251
|
|
|
1252
1252
|
/**
|
|
1253
1253
|
* Firebase Analytics
|
|
@@ -1075,7 +1075,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
|
|
|
1075
1075
|
}
|
|
1076
1076
|
|
|
1077
1077
|
const name = "@firebase/analytics";
|
|
1078
|
-
const version = "0.7.11-canary.
|
|
1078
|
+
const version = "0.7.11-canary.d3336a9cd";
|
|
1079
1079
|
|
|
1080
1080
|
/**
|
|
1081
1081
|
* Firebase Analytics
|
package/dist/index.cjs.js
CHANGED
|
@@ -1251,7 +1251,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
|
|
|
1251
1251
|
}
|
|
1252
1252
|
|
|
1253
1253
|
var name = "@firebase/analytics";
|
|
1254
|
-
var version = "0.7.11-canary.
|
|
1254
|
+
var version = "0.7.11-canary.d3336a9cd";
|
|
1255
1255
|
|
|
1256
1256
|
/**
|
|
1257
1257
|
* Firebase Analytics
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/analytics",
|
|
3
|
-
"version": "0.7.11-canary.
|
|
3
|
+
"version": "0.7.11-canary.d3336a9cd",
|
|
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.27-canary.
|
|
40
|
+
"@firebase/app": "0.7.27-canary.d3336a9cd"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@firebase/installations": "0.5.11-canary.
|
|
44
|
-
"@firebase/logger": "0.3.3-canary.
|
|
45
|
-
"@firebase/util": "1.6.2-canary.
|
|
46
|
-
"@firebase/component": "0.5.16-canary.
|
|
43
|
+
"@firebase/installations": "0.5.11-canary.d3336a9cd",
|
|
44
|
+
"@firebase/logger": "0.3.3-canary.d3336a9cd",
|
|
45
|
+
"@firebase/util": "1.6.2-canary.d3336a9cd",
|
|
46
|
+
"@firebase/component": "0.5.16-canary.d3336a9cd",
|
|
47
47
|
"tslib": "^2.1.0"
|
|
48
48
|
},
|
|
49
49
|
"license": "Apache-2.0",
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@firebase/app": "0.7.27-canary.
|
|
51
|
+
"@firebase/app": "0.7.27-canary.d3336a9cd",
|
|
52
52
|
"rollup": "2.72.1",
|
|
53
53
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
54
54
|
"@rollup/plugin-json": "4.1.0",
|