@firebase/performance 0.5.1-2021822203916 → 0.5.1-canary.e5c8eeda4
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 -6
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @firebase/performance
|
|
2
2
|
|
|
3
|
-
## 0.5.1
|
|
3
|
+
## 0.5.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422) [#5506](https://github.com/firebase/firebase-js-sdk/pull/5506) - Performance could encounter runtime errors when initialized in certain environments
|
|
8
8
|
|
|
9
|
-
- Updated dependencies [[`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422)]:
|
|
10
|
-
- @firebase/
|
|
11
|
-
- @firebase/
|
|
12
|
-
- @firebase/component@0.5.7
|
|
13
|
-
- @firebase/installations@0.5.1
|
|
9
|
+
- Updated dependencies [[`a99943fe3`](https://github.com/firebase/firebase-js-sdk/commit/a99943fe3bd5279761aa29d138ec91272b06df39), [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422)]:
|
|
10
|
+
- @firebase/logger@0.3.0
|
|
11
|
+
- @firebase/util@1.4.0
|
|
12
|
+
- @firebase/component@0.5.7
|
|
13
|
+
- @firebase/installations@0.5.1
|
|
14
14
|
|
|
15
15
|
## 0.5.0
|
|
16
16
|
|
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/index.esm2017.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/performance",
|
|
3
|
-
"version": "0.5.1-
|
|
3
|
+
"version": "0.5.1-canary.e5c8eeda4",
|
|
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",
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
"build:doc": "yarn build && yarn doc"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@firebase/app": "0.7.1-
|
|
29
|
+
"@firebase/app": "0.7.1-canary.e5c8eeda4"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@firebase/logger": "0.
|
|
33
|
-
"@firebase/installations": "0.5.1-
|
|
34
|
-
"@firebase/util": "1.
|
|
35
|
-
"@firebase/component": "0.5.7-
|
|
32
|
+
"@firebase/logger": "0.3.0-canary.e5c8eeda4",
|
|
33
|
+
"@firebase/installations": "0.5.1-canary.e5c8eeda4",
|
|
34
|
+
"@firebase/util": "1.4.0-canary.e5c8eeda4",
|
|
35
|
+
"@firebase/component": "0.5.7-canary.e5c8eeda4",
|
|
36
36
|
"tslib": "^2.1.0"
|
|
37
37
|
},
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@firebase/app": "0.7.1-
|
|
40
|
+
"@firebase/app": "0.7.1-canary.e5c8eeda4",
|
|
41
41
|
"rollup": "2.56.3",
|
|
42
42
|
"@rollup/plugin-json": "4.1.0",
|
|
43
43
|
"rollup-plugin-typescript2": "0.30.0",
|
|
@@ -59,4 +59,4 @@
|
|
|
59
59
|
"reportDir": "./coverage/node"
|
|
60
60
|
},
|
|
61
61
|
"esm5": "dist/index.esm.js"
|
|
62
|
-
}
|
|
62
|
+
}
|