@firebase/performance 0.6.8-canary.fa0ed08fb → 0.6.8-canary.ff0475c41

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.
@@ -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.6.8-canary.fa0ed08fb";
9
+ var version = "0.6.8-canary.ff0475c41";
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.6.8-canary.fa0ed08fb";
8
+ const version = "0.6.8-canary.ff0475c41";
9
9
 
10
10
  /**
11
11
  * @license
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.6.8-canary.fa0ed08fb";
13
+ var version = "0.6.8-canary.ff0475c41";
14
14
 
15
15
  /**
16
16
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/performance",
3
- "version": "0.6.8-canary.fa0ed08fb",
3
+ "version": "0.6.8-canary.ff0475c41",
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",
@@ -28,7 +28,7 @@
28
28
  "dev": "rollup -c -w",
29
29
  "test": "run-p --npm-path npm lint test:browser",
30
30
  "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser",
31
- "test:browser": "karma start --single-run",
31
+ "test:browser": "karma start",
32
32
  "test:debug": "karma start --browsers=Chrome --auto-watch",
33
33
  "trusted-type-check": "tsec -p tsconfig.json --noEmit",
34
34
  "prettier": "prettier --write '{src,test}/**/*.{js,ts}'",
@@ -37,18 +37,18 @@
37
37
  "build:doc": "yarn build && yarn doc"
38
38
  },
39
39
  "peerDependencies": {
40
- "@firebase/app": "0.10.9-canary.fa0ed08fb"
40
+ "@firebase/app": "0.10.10-canary.ff0475c41"
41
41
  },
42
42
  "dependencies": {
43
- "@firebase/logger": "0.4.2-canary.fa0ed08fb",
44
- "@firebase/installations": "0.6.8-canary.fa0ed08fb",
45
- "@firebase/util": "1.9.7-canary.fa0ed08fb",
46
- "@firebase/component": "0.6.8-canary.fa0ed08fb",
43
+ "@firebase/logger": "0.4.2-canary.ff0475c41",
44
+ "@firebase/installations": "0.6.8-canary.ff0475c41",
45
+ "@firebase/util": "1.9.7-canary.ff0475c41",
46
+ "@firebase/component": "0.6.8-canary.ff0475c41",
47
47
  "tslib": "^2.1.0"
48
48
  },
49
49
  "license": "Apache-2.0",
50
50
  "devDependencies": {
51
- "@firebase/app": "0.10.9-canary.fa0ed08fb",
51
+ "@firebase/app": "0.10.10-canary.ff0475c41",
52
52
  "rollup": "2.79.1",
53
53
  "@rollup/plugin-json": "4.1.0",
54
54
  "rollup-plugin-typescript2": "0.31.2",