rivia 0.0.99 → 0.0.101

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4533,7 +4533,7 @@ var ProductManagement = /* @__PURE__ */ function() {
4533
4533
  existingDot.remove();
4534
4534
  }
4535
4535
  });
4536
- const response = await fetch(`http://localhost:5000/pm_users/${state.pmUserId || ""}`, {
4536
+ const response = await fetch(`https://demoapi.rivia.ai/pm_users/${state.pmUserId || ""}`, {
4537
4537
  method: "PUT",
4538
4538
  headers: {
4539
4539
  "Content-Type": "application/json"
@@ -4834,7 +4834,7 @@ var ProductManagement = /* @__PURE__ */ function() {
4834
4834
  height: 8px;
4835
4835
  background-color: red;
4836
4836
  border-radius: 50%;
4837
- z-index: 10;
4837
+ z-index: 2147483647;
4838
4838
  }
4839
4839
  `;
4840
4840
  document.head.appendChild(style);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.99",
3
+ "version": "0.0.101",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",