@firebase/performance-types 0.2.2 → 0.2.3
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 +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export interface PerformanceTrace {
|
|
|
49
49
|
* (e.g. if the duration was captured before the Performance SDK was loaded).
|
|
50
50
|
*
|
|
51
51
|
* @param startTime trace start time since epoch in millisec.
|
|
52
|
-
* @param duration The
|
|
52
|
+
* @param duration The duration of the trace in millisec.
|
|
53
53
|
* @param options An object which can optionally hold maps of custom metrics and
|
|
54
54
|
* custom attributes.
|
|
55
55
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/performance-types",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "@firebase/performance Types",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"index.d.ts"
|
|
13
13
|
],
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"typescript": "
|
|
15
|
+
"typescript": "5.5.4"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"directory": "packages/performance-types",
|