@comergehq/studio 0.1.18 → 0.1.19

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comergehq/studio",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Comerge studio",
5
5
  "main": "src/index.ts",
6
6
  "module": "dist/index.mjs",
@@ -1,3 +1,3 @@
1
- export const BASE_URL = "https://api.comerge.ai";
1
+ export const BASE_URL = "https://api.remix.one";
2
2
 
3
3
 
@@ -62,7 +62,7 @@ export function PreviewPanel({
62
62
  }: PreviewPanelProps) {
63
63
  const handleShare = React.useCallback(async () => {
64
64
  if (!app || !app.isPublic) return;
65
- const shareUrl = `https://comerge.ai/app/${app.id}`;
65
+ const shareUrl = `https://remix.one/app/${app.id}`;
66
66
  const message = app.name ? `${app.name} on Comerge\n${shareUrl}` : `Check out this app on Comerge\n${shareUrl}`;
67
67
  try {
68
68
  const title = app.name ?? 'Comerge app';