@firebase/analytics-types 0.7.1 → 0.8.0-canary.00737a1ab
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/CHANGELOG.md +6 -0
- package/index.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @firebase/analytics-types
|
|
2
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
|
+
|
|
3
9
|
## 0.7.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
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/
|
|
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.
|
|
3
|
+
"version": "0.8.0-canary.00737a1ab",
|
|
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.
|
|
23
|
+
"typescript": "4.7.4"
|
|
24
24
|
}
|
|
25
25
|
}
|