@mdfriday/foundry 26.3.18 → 26.3.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/dist/cli.js CHANGED
@@ -3680,7 +3680,7 @@ var init_workspace_factory = __esm({
3680
3680
  name: project.getName(),
3681
3681
  deleteFiles: options.deleteFiles
3682
3682
  });
3683
- workspace.removeProject(projectIdOrName);
3683
+ workspace.removeProject(project.getId());
3684
3684
  await this.save(workspace);
3685
3685
  if (options.deleteFiles) {
3686
3686
  await this.projectRepo.deleteProjectFiles(project.getPath());
@@ -55162,7 +55162,7 @@ For more information, visit: https://help.mdfriday.com
55162
55162
  * Show version
55163
55163
  */
55164
55164
  showVersion() {
55165
- const version = "26.3.18";
55165
+ const version = "26.3.19";
55166
55166
  return {
55167
55167
  success: true,
55168
55168
  message: `MDFriday CLI v${version}`