@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.
- 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 +8 -8
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.6.4-canary.
|
|
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.
|
|
39
|
+
"@firebase/app": "0.9.25-canary.f5882cb99"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@firebase/logger": "0.4.0-canary.
|
|
43
|
-
"@firebase/installations": "0.6.4-canary.
|
|
44
|
-
"@firebase/util": "1.9.3-canary.
|
|
45
|
-
"@firebase/component": "0.6.4-canary.
|
|
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.
|
|
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",
|