@vemdev/cli 0.1.51 → 0.1.52

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.js CHANGED
@@ -1235,8 +1235,8 @@ var syncParsedTaskUpdatesToRemote = async (configService, update, result) => {
1235
1235
  ...patch.parent_id !== void 0 ? { parent_id: patch.parent_id } : {},
1236
1236
  ...patch.subtask_order !== void 0 ? { subtask_order: patch.subtask_order } : {},
1237
1237
  ...patch.due_at !== void 0 ? { due_at: patch.due_at } : {},
1238
- raw_vem_update: update,
1239
- cli_version: "0.1.51"
1238
+ raw_vem_update: JSON.parse(JSON.stringify(update)),
1239
+ cli_version: "0.1.52"
1240
1240
  });
1241
1241
  const taskContextPatch = buildRemoteTaskContextPatch(patch, updatedTask);
1242
1242
  if (taskContextPatch) {
@@ -8362,11 +8362,11 @@ async function initServerMonitoring(config) {
8362
8362
  await initServerMonitoring({
8363
8363
  dsn: "https://ed007f2c213d0aa07c1be256ca51750c@o4510863861612544.ingest.de.sentry.io/4510863921774672",
8364
8364
  environment: process.env.NODE_ENV || "production",
8365
- release: "0.1.51",
8365
+ release: "0.1.52",
8366
8366
  serviceName: "cli"
8367
8367
  });
8368
8368
  var program = new Command();
8369
- program.name("vem").description("vem Project Memory CLI").version("0.1.51").addHelpText(
8369
+ program.name("vem").description("vem Project Memory CLI").version("0.1.52").addHelpText(
8370
8370
  "after",
8371
8371
  `
8372
8372
  ${chalk18.bold("\n\u26A1 Power Workflows:")}