rivia 0.0.99 → 0.0.100

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
@@ -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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",