rivia 0.0.91 → 0.0.93

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.
@@ -4482,7 +4482,7 @@ var ProductManagement = /* @__PURE__ */ function() {
4482
4482
  footerRow.appendChild(riviaLabel);
4483
4483
  footerRow.appendChild(riviaBtn);
4484
4484
  riviaBtn.addEventListener("click", () => {
4485
- const baseUrl = `http://${state.config.workspace}.rivia.ai:8080/users/changelog?userId=${state.pmUserId || ""}`;
4485
+ const baseUrl = `http://${state.config.workspace}.rivia.ai/users/changelog?userId=${state.pmUserId || ""}`;
4486
4486
  const url = new URL(baseUrl);
4487
4487
  window.open(url.toString(), "_blank");
4488
4488
  });
@@ -4782,4 +4782,3 @@ export {
4782
4782
  rivia_tour_default as Tours,
4783
4783
  triggerEvent
4784
4784
  };
4785
- //# sourceMappingURL=index.esm.js.map
package/index.d.ts CHANGED
@@ -66,32 +66,3 @@ declare global {
66
66
 
67
67
  declare function Tours(tourId: string, userId: object): void ;
68
68
  export { Checklist,Banner, Tours, ProductManagement};
69
-
70
- // declare function Checklist(
71
- // checklist_id: string,
72
- // user_var: object
73
- // ): void ;
74
- // declare function Banner(
75
- // banner_id: string,
76
- // obj:object
77
- // ): void ;
78
-
79
- // export function triggerEvent(
80
- // message: string
81
- // ): Promise<{
82
- // status: string;
83
- // data: {
84
- // message: string;
85
- // source: string;
86
- // };
87
- // }>;
88
-
89
- // // Global typing (optional but recommended)
90
- // declare global {
91
- // interface Window {
92
- // triggerEvent: typeof triggerEvent;
93
- // }
94
- // }
95
-
96
- // declare function Tours(tourId: string, obj: object): void;
97
- // export { Checklist,Banner, Tours};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.91",
3
+ "version": "0.0.93",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",