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