@firebase/messaging 0.13.0 → 0.13.1-20260728185501

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";
416
+ const version = "0.13.1-20260728185501";
417
417
 
418
418
  /**
419
419
  * @license
@@ -1294,34 +1294,6 @@ function isConsoleMessage(data) {
1294
1294
  return typeof data === 'object' && !!data && CONSOLE_CAMPAIGN_ID in data;
1295
1295
  }
1296
1296
 
1297
- /**
1298
- * @license
1299
- * Copyright 2019 Google LLC
1300
- *
1301
- * Licensed under the Apache License, Version 2.0 (the "License");
1302
- * you may not use this file except in compliance with the License.
1303
- * You may obtain a copy of the License at
1304
- *
1305
- * http://www.apache.org/licenses/LICENSE-2.0
1306
- *
1307
- * Unless required by applicable law or agreed to in writing, software
1308
- * distributed under the License is distributed on an "AS IS" BASIS,
1309
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
- * See the License for the specific language governing permissions and
1311
- * limitations under the License.
1312
- */
1313
- _mergeStrings('AzSCbw63g1R0nCw85jG8', 'Iaya3yLKwmgvh7cF0q4');
1314
- function _mergeStrings(s1, s2) {
1315
- const resultArray = [];
1316
- for (let i = 0; i < s1.length; i++) {
1317
- resultArray.push(s1.charAt(i));
1318
- if (i < s2.length) {
1319
- resultArray.push(s2.charAt(i));
1320
- }
1321
- }
1322
- return resultArray.join('');
1323
- }
1324
-
1325
1297
  /**
1326
1298
  * @license
1327
1299
  * Copyright 2019 Google LLC
@@ -1977,6 +1949,22 @@ function onUnregistered(messaging, nextOrObserver) {
1977
1949
  *
1978
1950
  * @packageDocumentation
1979
1951
  */
1952
+ /**
1953
+ * @license
1954
+ * Copyright 2017 Google LLC
1955
+ *
1956
+ * Licensed under the Apache License, Version 2.0 (the "License");
1957
+ * you may not use this file except in compliance with the License.
1958
+ * You may obtain a copy of the License at
1959
+ *
1960
+ * http://www.apache.org/licenses/LICENSE-2.0
1961
+ *
1962
+ * Unless required by applicable law or agreed to in writing, software
1963
+ * distributed under the License is distributed on an "AS IS" BASIS,
1964
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1965
+ * See the License for the specific language governing permissions and
1966
+ * limitations under the License.
1967
+ */
1980
1968
  registerMessagingInWindow();
1981
1969
 
1982
1970
  export { deleteToken, getMessagingInWindow as getMessaging, getToken, isWindowSupported as isSupported, onMessage, onRegistered, onUnregistered, register, unregister };