@flareapp/vite 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
@@ -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/dist/index.mjs CHANGED
@@ -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/vite",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "description": "Vite plugin for flareapp.io",
5
5
  "homepage": "https://flareapp.io",
6
6
  "bugs": "https://github.com/spatie/flare-client-js/issues",