@visns-studio/visns-components 4.5.2 → 4.5.3

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.
@@ -16,7 +16,7 @@ const CustomFetch = (
16
16
  'Content-Type': 'application/json',
17
17
  };
18
18
  const MAX_PAYLOAD_SIZE_MB =
19
- parseFloat(process.env.REACT_APP_MAX_PAYLOAD_SIZE_MB) || 4.5;
19
+ parseFloat(import.meta.env.VITE_MAX_PAYLOAD_SIZE_MB) || 4.5;
20
20
  const MAX_PAYLOAD_SIZE = MAX_PAYLOAD_SIZE_MB * 1024 * 1024; // Convert MB to bytes
21
21
 
22
22
  // Estimate headers size
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "react-dom": "^17.0.1"
59
59
  },
60
60
  "name": "@visns-studio/visns-components",
61
- "version": "4.5.2",
61
+ "version": "4.5.3",
62
62
  "description": "Various packages to assist in the development of our Custom Applications.",
63
63
  "main": "index.js",
64
64
  "scripts": {