@firebase/performance 0.7.8 → 0.7.9
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.
|
@@ -32,6 +32,7 @@ declare const enum EffectiveConnectionType {
|
|
|
32
32
|
CONNECTION_3G = 3,
|
|
33
33
|
CONNECTION_4G = 4
|
|
34
34
|
}
|
|
35
|
+
export declare const MAX_ATTRIBUTE_VALUE_LENGTH = 100;
|
|
35
36
|
export declare function getServiceWorkerStatus(): ServiceWorkerStatus;
|
|
36
37
|
export declare function getVisibilityState(): VisibilityState;
|
|
37
38
|
export declare function getEffectiveConnectionType(): EffectiveConnectionType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/performance",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.9",
|
|
4
4
|
"description": "Firebase performance for web",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"license": "Apache-2.0",
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@firebase/app": "0.14.
|
|
50
|
+
"@firebase/app": "0.14.1",
|
|
51
51
|
"rollup": "2.79.2",
|
|
52
52
|
"@rollup/plugin-json": "6.1.0",
|
|
53
53
|
"rollup-plugin-typescript2": "0.36.0",
|