rivia 0.0.20 → 0.0.21

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3095,7 +3095,7 @@ var RIVIA_TOUR = function() {
3095
3095
  }
3096
3096
  showStep(STATE.tourIndex, true);
3097
3097
  }
3098
- async function cleanUrlForStorage(url) {
3098
+ function cleanUrlForStorage(url) {
3099
3099
  if (!url || !url.trim()) return url;
3100
3100
  try {
3101
3101
  const urlObj = new URL(url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",