@flareapp/webpack 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/index.cjs CHANGED
@@ -67,7 +67,8 @@ const RETRIABLE_STATUS_CODES = new Set([
67
67
  429,
68
68
  502,
69
69
  503,
70
- 504
70
+ 504,
71
+ 525
71
72
  ]);
72
73
  const MAX_CONCURRENT_UPLOADS = 10;
73
74
  function describeNetworkError(error) {
package/dist/index.mjs CHANGED
@@ -38,7 +38,8 @@ const RETRIABLE_STATUS_CODES = new Set([
38
38
  429,
39
39
  502,
40
40
  503,
41
- 504
41
+ 504,
42
+ 525
42
43
  ]);
43
44
  const MAX_CONCURRENT_UPLOADS = 10;
44
45
  function describeNetworkError(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flareapp/webpack",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "description": "Webpack plugin for uploading sourcemaps to Flare",
5
5
  "homepage": "https://flareapp.io",
6
6
  "bugs": "https://github.com/spatie/flare-client-js/issues",