@firebase/analytics-types 0.8.0 → 0.8.1-canary.42fcdfe4c
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 +2 -2
- package/package.json +2 -2
- package/CHANGELOG.md +0 -39
package/index.d.ts
CHANGED
|
@@ -197,7 +197,7 @@ export interface FirebaseAnalytics {
|
|
|
197
197
|
* automatically associates this logged event with this Firebase web
|
|
198
198
|
* app instance on this device.
|
|
199
199
|
* See
|
|
200
|
-
* {@link https://developers.google.com/analytics/devguides/collection/ga4/
|
|
200
|
+
* {@link https://developers.google.com/analytics/devguides/collection/ga4/views
|
|
201
201
|
* | Page views}.
|
|
202
202
|
*/
|
|
203
203
|
logEvent(
|
|
@@ -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/
|
|
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.8.
|
|
3
|
+
"version": "0.8.1-canary.42fcdfe4c",
|
|
4
4
|
"description": "@firebase/analytics Types",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"repository": {
|
|
15
15
|
"directory": "packages/analytics-types",
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/firebase/firebase-js-sdk.git"
|
|
17
|
+
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/firebase/firebase-js-sdk/issues"
|
package/CHANGELOG.md
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
# @firebase/analytics-types
|
|
2
|
-
|
|
3
|
-
## 0.8.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.
|
|
8
|
-
|
|
9
|
-
## 0.7.1
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- [`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.
|
|
14
|
-
|
|
15
|
-
## 0.7.0
|
|
16
|
-
|
|
17
|
-
### Minor Changes
|
|
18
|
-
|
|
19
|
-
- [`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
|
|
20
|
-
|
|
21
|
-
## 0.6.0
|
|
22
|
-
|
|
23
|
-
### Minor Changes
|
|
24
|
-
|
|
25
|
-
- [`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.
|
|
26
|
-
|
|
27
|
-
## 0.5.0
|
|
28
|
-
|
|
29
|
-
### Minor Changes
|
|
30
|
-
|
|
31
|
-
- [`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.
|
|
32
|
-
|
|
33
|
-
## 0.4.0
|
|
34
|
-
|
|
35
|
-
### Minor Changes
|
|
36
|
-
|
|
37
|
-
- [`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
|
|
38
|
-
instead of depending on the local Firebase config. It will fall back to any `measurementId`
|
|
39
|
-
value found in the local config if the Dynamic Config fetch fails.
|