@firebase/messaging 0.12.4-canary.f06ee5237 → 0.12.4-canary.f10acb360
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 +9 -9
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/messaging",
|
|
3
|
-
"version": "0.12.4-canary.
|
|
3
|
+
"version": "0.12.4-canary.f10acb360",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"build:deps": "lerna run --scope @firebase/'{app,messaging}' --include-dependencies build",
|
|
37
37
|
"build:release": "yarn build && yarn typings:public",
|
|
38
38
|
"dev": "rollup -c -w",
|
|
39
|
-
"test": "run-p test:karma type-check lint ",
|
|
40
|
-
"test:integration": "run-p test:karma type-check lint && cd ../../integration/messaging && npm run-script test",
|
|
39
|
+
"test": "run-p --npm-path npm test:karma type-check lint ",
|
|
40
|
+
"test:integration": "run-p --npm-path npm test:karma type-check lint && cd ../../integration/messaging && npm run-script test",
|
|
41
41
|
"test:ci": "node ../../scripts/run_tests_in_ci.js",
|
|
42
42
|
"test:karma": "karma start --single-run",
|
|
43
43
|
"test:debug": "karma start --browsers=Chrome --auto-watch",
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
},
|
|
51
51
|
"license": "Apache-2.0",
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@firebase/app": "0.9.
|
|
53
|
+
"@firebase/app": "0.9.22-canary.f10acb360"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@firebase/installations": "0.6.4-canary.
|
|
57
|
-
"@firebase/messaging-interop-types": "0.2.0-canary.
|
|
58
|
-
"@firebase/util": "1.9.3-canary.
|
|
59
|
-
"@firebase/component": "0.6.4-canary.
|
|
56
|
+
"@firebase/installations": "0.6.4-canary.f10acb360",
|
|
57
|
+
"@firebase/messaging-interop-types": "0.2.0-canary.f10acb360",
|
|
58
|
+
"@firebase/util": "1.9.3-canary.f10acb360",
|
|
59
|
+
"@firebase/component": "0.6.4-canary.f10acb360",
|
|
60
60
|
"idb": "7.1.1",
|
|
61
61
|
"tslib": "^2.1.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@firebase/app": "0.9.
|
|
64
|
+
"@firebase/app": "0.9.22-canary.f10acb360",
|
|
65
65
|
"rollup": "2.79.1",
|
|
66
66
|
"rollup-plugin-typescript2": "0.31.2",
|
|
67
67
|
"@rollup/plugin-json": "4.1.0",
|