@firebase/performance 0.6.4-canary.f497a400a → 0.6.4-canary.f5882cb99

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.4-canary.f497a400a";
9
+ var version = "0.6.4-canary.f5882cb99";
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.4-canary.f497a400a";
8
+ const version = "0.6.4-canary.f5882cb99";
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.4-canary.f497a400a";
13
+ var version = "0.6.4-canary.f5882cb99";
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.4-canary.f497a400a",
3
+ "version": "0.6.4-canary.f5882cb99",
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,7 +26,7 @@
26
26
  "build:deps": "lerna run --scope @firebase/performance --include-dependencies build",
27
27
  "build:release": "yarn build",
28
28
  "dev": "rollup -c -w",
29
- "test": "run-p lint test:browser",
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
31
  "test:browser": "karma start --single-run",
32
32
  "test:debug": "karma start --browsers=Chrome --auto-watch",
@@ -36,18 +36,18 @@
36
36
  "build:doc": "yarn build && yarn doc"
37
37
  },
38
38
  "peerDependencies": {
39
- "@firebase/app": "0.9.15-canary.f497a400a"
39
+ "@firebase/app": "0.9.25-canary.f5882cb99"
40
40
  },
41
41
  "dependencies": {
42
- "@firebase/logger": "0.4.0-canary.f497a400a",
43
- "@firebase/installations": "0.6.4-canary.f497a400a",
44
- "@firebase/util": "1.9.3-canary.f497a400a",
45
- "@firebase/component": "0.6.4-canary.f497a400a",
42
+ "@firebase/logger": "0.4.0-canary.f5882cb99",
43
+ "@firebase/installations": "0.6.4-canary.f5882cb99",
44
+ "@firebase/util": "1.9.3-canary.f5882cb99",
45
+ "@firebase/component": "0.6.4-canary.f5882cb99",
46
46
  "tslib": "^2.1.0"
47
47
  },
48
48
  "license": "Apache-2.0",
49
49
  "devDependencies": {
50
- "@firebase/app": "0.9.15-canary.f497a400a",
50
+ "@firebase/app": "0.9.25-canary.f5882cb99",
51
51
  "rollup": "2.79.1",
52
52
  "@rollup/plugin-json": "4.1.0",
53
53
  "rollup-plugin-typescript2": "0.31.2",