@firebase/messaging 0.13.0-20260526192810 → 0.13.0

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.
@@ -413,7 +413,7 @@ function getKey({ appConfig }) {
413
413
  }
414
414
 
415
415
  const name = "@firebase/messaging";
416
- const version = "0.13.0-20260526192810";
416
+ const version = "0.13.0";
417
417
 
418
418
  /**
419
419
  * @license
@@ -417,7 +417,7 @@ function getKey({ appConfig }) {
417
417
  return appConfig.appId;
418
418
  }
419
419
 
420
- const version = "0.13.0-20260526192810";
420
+ const version = "0.13.0";
421
421
 
422
422
  /**
423
423
  * @license
package/dist/index.cjs.js CHANGED
@@ -417,7 +417,7 @@ function getKey({ appConfig }) {
417
417
  }
418
418
 
419
419
  const name = "@firebase/messaging";
420
- const version = "0.13.0-20260526192810";
420
+ const version = "0.13.0";
421
421
 
422
422
  /**
423
423
  * @license
package/dist/index.sw.cjs CHANGED
@@ -421,7 +421,7 @@ function getKey({ appConfig }) {
421
421
  return appConfig.appId;
422
422
  }
423
423
 
424
- const version = "0.13.0-20260526192810";
424
+ const version = "0.13.0";
425
425
 
426
426
  /**
427
427
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/messaging",
3
- "version": "0.13.0-20260526192810",
3
+ "version": "0.13.0",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -53,14 +53,14 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@firebase/installations": "0.6.22",
56
- "@firebase/messaging-interop-types": "0.2.5-20260526192810",
56
+ "@firebase/messaging-interop-types": "0.2.5",
57
57
  "@firebase/util": "1.15.1",
58
58
  "@firebase/component": "0.7.3",
59
59
  "idb": "7.1.1",
60
60
  "tslib": "^2.1.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@firebase/app": "0.14.12",
63
+ "@firebase/app": "0.14.13",
64
64
  "rollup": "2.79.2",
65
65
  "rollup-plugin-typescript2": "0.37.0",
66
66
  "@rollup/plugin-json": "6.1.0",