@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 CHANGED
@@ -1,16 +1,16 @@
1
1
  # @firebase/performance
2
2
 
3
- ## 0.5.1-2021822203916
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/util@1.3.1-2021822203916
11
- - @firebase/app@0.7.1-2021822203916
12
- - @firebase/component@0.5.7-2021822203916
13
- - @firebase/installations@0.5.1-2021822203916
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
@@ -10,7 +10,7 @@ var component = require('@firebase/component');
10
10
  require('@firebase/installations');
11
11
 
12
12
  var name = "@firebase/performance";
13
- var version = "0.5.1-2021822203916";
13
+ var version = "0.5.1-canary.e5c8eeda4";
14
14
 
15
15
  /**
16
16
  * @license
package/dist/index.esm.js CHANGED
@@ -6,7 +6,7 @@ import { Component } from '@firebase/component';
6
6
  import '@firebase/installations';
7
7
 
8
8
  var name = "@firebase/performance";
9
- var version = "0.5.1-2021822203916";
9
+ var version = "0.5.1-canary.e5c8eeda4";
10
10
 
11
11
  /**
12
12
  * @license
@@ -5,7 +5,7 @@ import { Component } from '@firebase/component';
5
5
  import '@firebase/installations';
6
6
 
7
7
  const name = "@firebase/performance";
8
- const version = "0.5.1-2021822203916";
8
+ const version = "0.5.1-canary.e5c8eeda4";
9
9
 
10
10
  /**
11
11
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/performance",
3
- "version": "0.5.1-2021822203916",
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-2021822203916"
29
+ "@firebase/app": "0.7.1-canary.e5c8eeda4"
30
30
  },
31
31
  "dependencies": {
32
- "@firebase/logger": "0.2.6",
33
- "@firebase/installations": "0.5.1-2021822203916",
34
- "@firebase/util": "1.3.1-2021822203916",
35
- "@firebase/component": "0.5.7-2021822203916",
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-2021822203916",
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
+ }