@firebase/analytics-types 0.7.1 → 0.8.0-canary.00235ba68

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/index.d.ts CHANGED
@@ -651,7 +651,7 @@ export interface Promotion {
651
651
 
652
652
  /**
653
653
  * Dynamic configuration fetched from server.
654
- * See https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects.webApps/getConfig
654
+ * See https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.webApps/getConfig
655
655
  */
656
656
  interface DynamicConfig {
657
657
  projectId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/analytics-types",
3
- "version": "0.7.1",
3
+ "version": "0.8.0-canary.00235ba68",
4
4
  "description": "@firebase/analytics Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -20,6 +20,6 @@
20
20
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
21
21
  },
22
22
  "devDependencies": {
23
- "typescript": "4.2.2"
23
+ "typescript": "4.7.4"
24
24
  }
25
25
  }
package/CHANGELOG.md DELETED
@@ -1,33 +0,0 @@
1
- # @firebase/analytics-types
2
-
3
- ## 0.7.1
4
-
5
- ### Patch Changes
6
-
7
- - [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
8
-
9
- ## 0.7.0
10
-
11
- ### Minor Changes
12
-
13
- - [`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6) [#5345](https://github.com/firebase/firebase-js-sdk/pull/5345) (fixes [#5015](https://github.com/firebase/firebase-js-sdk/issues/5015)) - Release modularized SDKs
14
-
15
- ## 0.6.0
16
-
17
- ### Minor Changes
18
-
19
- - [`bd50d8310`](https://github.com/firebase/firebase-js-sdk/commit/bd50d83107be3d87064f72800c608abc94ae3456) [#5206](https://github.com/firebase/firebase-js-sdk/pull/5206) - Fix formatting of links in comments and update some event typings to correctly match GA4 specs.
20
-
21
- ## 0.5.0
22
-
23
- ### Minor Changes
24
-
25
- - [`02586c975`](https://github.com/firebase/firebase-js-sdk/commit/02586c9754318b01a0051561d2c7c4906059b5af) [#5070](https://github.com/firebase/firebase-js-sdk/pull/5070) - Add `firebase_screen` and `firebase_screen_class` to `logEvent()` overload for `screen_view` events.
26
-
27
- ## 0.4.0
28
-
29
- ### Minor Changes
30
-
31
- - [`fb3b095e4`](https://github.com/firebase/firebase-js-sdk/commit/fb3b095e4b7c8f57fdb3172bc039c84576abf290) [#2800](https://github.com/firebase/firebase-js-sdk/pull/2800) - Analytics now dynamically fetches the app's Measurement ID from the Dynamic Config backend
32
- instead of depending on the local Firebase config. It will fall back to any `measurementId`
33
- value found in the local config if the Dynamic Config fetch fails.