rivia 0.0.52 → 0.0.55

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 +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4088,7 +4088,8 @@ var triggerEvent = async (message) => {
4088
4088
  if (window.label && window.label.parentNode) {
4089
4089
  window.label.remove();
4090
4090
  }
4091
- () => {
4091
+ (() => {
4092
+ console.log("label2");
4092
4093
  const label2 = document.createElement("div");
4093
4094
  label2.id = "route-label";
4094
4095
  label2.innerText = "\u{1F389} Congrats! You've completed all items!";
@@ -4115,7 +4116,7 @@ var triggerEvent = async (message) => {
4115
4116
  label2.style.opacity = 0;
4116
4117
  setTimeout(() => label2.remove(), 500);
4117
4118
  }, 3e3);
4118
- };
4119
+ })();
4119
4120
  }
4120
4121
  }
4121
4122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.52",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",