@truenine/memory-sync-cli 2026.10324.10325 → 2026.10325.12228

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/index.d.mts CHANGED
@@ -4996,8 +4996,6 @@ interface OutputFileDeclaration {
4996
4996
  readonly source: unknown;
4997
4997
  /** Optional existing-file policy */
4998
4998
  readonly ifExists?: 'overwrite' | 'skip' | 'error';
4999
- /** Optional symlink target for declarative link creation */
5000
- readonly symlinkTarget?: string;
5001
4999
  /** Optional label for logging */
5002
5000
  readonly label?: string;
5003
5001
  }