@flareapp/react-native-sourcemaps 2.12.1 → 2.12.2

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/bin.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- const require_uploadSourcemaps = require('./uploadSourcemaps-CUZm9-kQ.cjs');
2
+ const require_uploadSourcemaps = require('./uploadSourcemaps-i91l8DqO.cjs');
3
3
  const require_version = require('./version-CoiIhPxt.cjs');
4
4
  let node_fs = require("node:fs");
5
5
  let node_path = require("node:path");
package/dist/bin.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { t as uploadSourcemaps } from "./uploadSourcemaps-Dndrddba.mjs";
2
+ import { t as uploadSourcemaps } from "./uploadSourcemaps-Bpi03v9T.mjs";
3
3
  import { r as LOG_PREFIX, t as resolveAutoVersion } from "./version-BvzhWgI1.mjs";
4
4
  import { readFileSync } from "node:fs";
5
5
  import { dirname, join } from "node:path";
package/dist/expo.cjs CHANGED
@@ -65,7 +65,7 @@ function addUploadBuildPhase(project, shellScript) {
65
65
  var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
66
66
  module.exports = {
67
67
  "name": "@flareapp/react-native-sourcemaps",
68
- "version": "2.12.1",
68
+ "version": "2.12.2",
69
69
  "description": "Upload React Native (Metro) sourcemaps to Flare",
70
70
  "homepage": "https://flareapp.io",
71
71
  "bugs": "https://github.com/spatie/flare-client-js/issues",
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_uploadSourcemaps = require('./uploadSourcemaps-CUZm9-kQ.cjs');
2
+ const require_uploadSourcemaps = require('./uploadSourcemaps-i91l8DqO.cjs');
3
3
  const require_version = require('./version-CoiIhPxt.cjs');
4
4
  const require_babel = require('./babel.cjs');
5
5
 
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as uploadSourcemaps } from "./uploadSourcemaps-Dndrddba.mjs";
1
+ import { t as uploadSourcemaps } from "./uploadSourcemaps-Bpi03v9T.mjs";
2
2
  import { n as resolveVersion } from "./version-BvzhWgI1.mjs";
3
3
  import flareSourcemapsBabelPlugin from "./babel.mjs";
4
4
 
@@ -37,7 +37,8 @@ const RETRIABLE_STATUS_CODES = new Set([
37
37
  429,
38
38
  502,
39
39
  503,
40
- 504
40
+ 504,
41
+ 525
41
42
  ]);
42
43
  const MAX_CONCURRENT_UPLOADS = 10;
43
44
  function describeNetworkError(error) {
@@ -37,7 +37,8 @@ const RETRIABLE_STATUS_CODES = new Set([
37
37
  429,
38
38
  502,
39
39
  503,
40
- 504
40
+ 504,
41
+ 525
41
42
  ]);
42
43
  const MAX_CONCURRENT_UPLOADS = 10;
43
44
  function describeNetworkError(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flareapp/react-native-sourcemaps",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "description": "Upload React Native (Metro) sourcemaps to Flare",
5
5
  "homepage": "https://flareapp.io",
6
6
  "bugs": "https://github.com/spatie/flare-client-js/issues",