retell-sync-cli 3.2.0 → 3.3.0

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -135712,7 +135712,7 @@ async function publish({
135712
135712
  bold(`Checking ${scopeLabel} for unpublished changes...`);
135713
135713
  let spinner = createSpinner2("Fetching draft and published states...");
135714
135714
  const [draftState, publishedState] = await Promise.all([
135715
- getLocalState({ agentsDir, agentIds }),
135715
+ getRemoteState({ draft: true, agentIds }),
135716
135716
  getRemoteState({ draft: false, agentIds })
135717
135717
  ]);
135718
135718
  spinner.stop(source_default.dim("Done"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retell-sync-cli",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "CLI tool for syncing Retell AI agents between local filesystem and API",
5
5
  "keywords": [
6
6
  "agents",