@mindstudio-ai/remy 0.1.340 → 0.1.341
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/dist/headless.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/headless.js
CHANGED
|
@@ -4929,7 +4929,7 @@ Replay of this run: `;
|
|
|
4929
4929
|
const { sessionId, startTs, endTs } = result.replay;
|
|
4930
4930
|
text += `
|
|
4931
4931
|
|
|
4932
|
-
To render this replay as an mp4 (returns a public URL): \`remy-admin recordings export --session ${sessionId} --from ${startTs} --to ${endTs}\``;
|
|
4932
|
+
To render this replay as an mp4 (returns a public URL): \`remy-admin qa-recordings export --session ${sessionId} --from ${startTs} --to ${endTs}\``;
|
|
4933
4933
|
}
|
|
4934
4934
|
return text;
|
|
4935
4935
|
}
|
package/dist/index.js
CHANGED
|
@@ -6008,7 +6008,7 @@ Replay of this run: `;
|
|
|
6008
6008
|
const { sessionId, startTs, endTs } = result.replay;
|
|
6009
6009
|
text += `
|
|
6010
6010
|
|
|
6011
|
-
To render this replay as an mp4 (returns a public URL): \`remy-admin recordings export --session ${sessionId} --from ${startTs} --to ${endTs}\``;
|
|
6011
|
+
To render this replay as an mp4 (returns a public URL): \`remy-admin qa-recordings export --session ${sessionId} --from ${startTs} --to ${endTs}\``;
|
|
6012
6012
|
}
|
|
6013
6013
|
return text;
|
|
6014
6014
|
}
|