@firebase/messaging 0.12.10 → 0.12.11-20240916151535
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 +7 -7
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.
|
|
3
|
+
"version": "0.12.11-20240916151535",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test": "run-p --npm-path npm test:karma type-check lint ",
|
|
40
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
|
-
"test:karma": "karma start
|
|
42
|
+
"test:karma": "karma start",
|
|
43
43
|
"test:debug": "karma start --browsers=Chrome --auto-watch",
|
|
44
44
|
"api-report": "yarn api-report:main && yarn api-report:sw && yarn api-report:api-json",
|
|
45
45
|
"api-report:main": "ts-node-script ../../repo-scripts/prune-dts/extract-public-api.ts --package messaging --packageRoot . --typescriptDts ./dist/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index-public.d.ts",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
},
|
|
52
52
|
"license": "Apache-2.0",
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@firebase/app": "0.
|
|
54
|
+
"@firebase/app": "0.10.11-20240916151535"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@firebase/installations": "0.6.
|
|
57
|
+
"@firebase/installations": "0.6.9-20240916151535",
|
|
58
58
|
"@firebase/messaging-interop-types": "0.2.2",
|
|
59
|
-
"@firebase/util": "1.
|
|
60
|
-
"@firebase/component": "0.6.
|
|
59
|
+
"@firebase/util": "1.10.0-20240916151535",
|
|
60
|
+
"@firebase/component": "0.6.9-20240916151535",
|
|
61
61
|
"idb": "7.1.1",
|
|
62
62
|
"tslib": "^2.1.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@firebase/app": "0.10.
|
|
65
|
+
"@firebase/app": "0.10.11-20240916151535",
|
|
66
66
|
"rollup": "2.79.1",
|
|
67
67
|
"rollup-plugin-typescript2": "0.31.2",
|
|
68
68
|
"@rollup/plugin-json": "4.1.0",
|