@firebase/performance 0.5.16-canary.e2a90bf67 → 0.5.17-20221108184443
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/dist/esm/index.esm.js +1 -1
- package/dist/esm/index.esm2017.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @firebase/performance
|
|
2
2
|
|
|
3
|
+
## 0.5.17-20221108184443
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3f1354f1f`](https://github.com/firebase/firebase-js-sdk/commit/3f1354f1f120f1fe4bcc11122a6e0b12fe3c6ac4) [#6723](https://github.com/firebase/firebase-js-sdk/pull/6723) - Expand check in `getServiceWorkerStatus` to account for a `navigator` that has a key of `serviceWorker` with a falsy value
|
|
8
|
+
|
|
3
9
|
## 0.5.16
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/esm/index.esm.js
CHANGED
package/dist/index.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/performance",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.17-20221108184443",
|
|
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",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"build:doc": "yarn build && yarn doc"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@firebase/app": "0.
|
|
39
|
+
"@firebase/app": "0.x"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@firebase/logger": "0.3.4
|
|
43
|
-
"@firebase/installations": "0.5.16
|
|
44
|
-
"@firebase/util": "1.7.3
|
|
45
|
-
"@firebase/component": "0.5.21
|
|
42
|
+
"@firebase/logger": "0.3.4",
|
|
43
|
+
"@firebase/installations": "0.5.16",
|
|
44
|
+
"@firebase/util": "1.7.3",
|
|
45
|
+
"@firebase/component": "0.5.21",
|
|
46
46
|
"tslib": "^2.1.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "Apache-2.0",
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@firebase/app": "0.8.3
|
|
50
|
+
"@firebase/app": "0.8.3",
|
|
51
51
|
"rollup": "2.79.1",
|
|
52
52
|
"@rollup/plugin-json": "4.1.0",
|
|
53
53
|
"rollup-plugin-typescript2": "0.31.2",
|