@antscorp/antsomi-ui 1.3.5-beta.241 → 1.3.5-beta.242

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.
@@ -484,6 +484,7 @@ export const getUrlNoCache = (url = '', cacheValue = 0) => {
484
484
  try {
485
485
  const newUrl = new URL(url);
486
486
  newUrl.searchParams.append('nocache', `${cacheValue}`);
487
+ urlNoCache = newUrl.toString();
487
488
  }
488
489
  catch (error) {
489
490
  urlNoCache = url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.241",
3
+ "version": "1.3.5-beta.242",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",