@firebase/analytics 0.7.10-canary.790b08bf6 → 0.7.10-canary.ebc17e27f

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.
@@ -195,7 +195,7 @@ export declare interface GtagConfigParams {
195
195
  * If set to false, disables all advertising features with `gtag.js`.
196
196
  * See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
197
197
  */
198
- 'allow_google_signals?': boolean;
198
+ 'allow_google_signals'?: boolean;
199
199
  /**
200
200
  * If set to false, disables all advertising personalization with `gtag.js`.
201
201
  * See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
@@ -195,7 +195,7 @@ export declare interface GtagConfigParams {
195
195
  * If set to false, disables all advertising features with `gtag.js`.
196
196
  * See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
197
197
  */
198
- 'allow_google_signals?': boolean;
198
+ 'allow_google_signals'?: boolean;
199
199
  /**
200
200
  * If set to false, disables all advertising personalization with `gtag.js`.
201
201
  * See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
@@ -1244,7 +1244,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
1244
1244
  }
1245
1245
 
1246
1246
  var name = "@firebase/analytics";
1247
- var version = "0.7.10-canary.790b08bf6";
1247
+ var version = "0.7.10-canary.ebc17e27f";
1248
1248
 
1249
1249
  /**
1250
1250
  * Firebase Analytics
@@ -1072,7 +1072,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
1072
1072
  }
1073
1073
 
1074
1074
  const name = "@firebase/analytics";
1075
- const version = "0.7.10-canary.790b08bf6";
1075
+ const version = "0.7.10-canary.ebc17e27f";
1076
1076
 
1077
1077
  /**
1078
1078
  * Firebase Analytics
@@ -68,7 +68,7 @@ export interface GtagConfigParams {
68
68
  * If set to false, disables all advertising features with `gtag.js`.
69
69
  * See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
70
70
  */
71
- 'allow_google_signals?': boolean;
71
+ 'allow_google_signals'?: boolean;
72
72
  /**
73
73
  * If set to false, disables all advertising personalization with `gtag.js`.
74
74
  * See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
package/dist/index.cjs.js CHANGED
@@ -1248,7 +1248,7 @@ function logEvent(analyticsInstance, eventName, eventParams, options) {
1248
1248
  }
1249
1249
 
1250
1250
  var name = "@firebase/analytics";
1251
- var version = "0.7.10-canary.790b08bf6";
1251
+ var version = "0.7.10-canary.ebc17e27f";
1252
1252
 
1253
1253
  /**
1254
1254
  * Firebase Analytics
@@ -68,7 +68,7 @@ export interface GtagConfigParams {
68
68
  * If set to false, disables all advertising features with `gtag.js`.
69
69
  * See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
70
70
  */
71
- 'allow_google_signals?': boolean;
71
+ 'allow_google_signals'?: boolean;
72
72
  /**
73
73
  * If set to false, disables all advertising personalization with `gtag.js`.
74
74
  * See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/analytics",
3
- "version": "0.7.10-canary.790b08bf6",
3
+ "version": "0.7.10-canary.ebc17e27f",
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.790b08bf6"
40
+ "@firebase/app": "0.7.26-canary.ebc17e27f"
41
41
  },
42
42
  "dependencies": {
43
- "@firebase/installations": "0.5.10-canary.790b08bf6",
44
- "@firebase/logger": "0.3.3-canary.790b08bf6",
45
- "@firebase/util": "1.6.1-canary.790b08bf6",
46
- "@firebase/component": "0.5.15-canary.790b08bf6",
43
+ "@firebase/installations": "0.5.10-canary.ebc17e27f",
44
+ "@firebase/logger": "0.3.3-canary.ebc17e27f",
45
+ "@firebase/util": "1.6.1-canary.ebc17e27f",
46
+ "@firebase/component": "0.5.15-canary.ebc17e27f",
47
47
  "tslib": "^2.1.0"
48
48
  },
49
49
  "license": "Apache-2.0",
50
50
  "devDependencies": {
51
- "@firebase/app": "0.7.26-canary.790b08bf6",
51
+ "@firebase/app": "0.7.26-canary.ebc17e27f",
52
52
  "rollup": "2.72.1",
53
53
  "@rollup/plugin-commonjs": "21.1.0",
54
54
  "@rollup/plugin-json": "4.1.0",