@vemdev/cli 0.1.50 → 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
@@ -1117,6 +1117,8 @@ var updateTaskMetaRemote = async (configService, task, patch) => {
1117
1117
  if (patch.parent_id !== void 0) payload.parent_id = patch.parent_id;
1118
1118
  if (patch.subtask_order !== void 0) payload.subtask_order = patch.subtask_order;
1119
1119
  if (patch.due_at !== void 0) payload.due_at = patch.due_at;
1120
+ if (patch.raw_vem_update !== void 0) payload.raw_vem_update = patch.raw_vem_update;
1121
+ if (patch.cli_version !== void 0) payload.cli_version = patch.cli_version;
1120
1122
  const response = await fetch(
1121
1123
  `${API_URL}/tasks/${encodeURIComponent(dbId)}/meta`,
1122
1124
  {
@@ -1232,7 +1234,9 @@ var syncParsedTaskUpdatesToRemote = async (configService, update, result) => {
1232
1234
  ...patch.github_issue_number !== void 0 ? { github_issue_number: patch.github_issue_number } : {},
1233
1235
  ...patch.parent_id !== void 0 ? { parent_id: patch.parent_id } : {},
1234
1236
  ...patch.subtask_order !== void 0 ? { subtask_order: patch.subtask_order } : {},
1235
- ...patch.due_at !== void 0 ? { due_at: patch.due_at } : {}
1237
+ ...patch.due_at !== void 0 ? { due_at: patch.due_at } : {},
1238
+ raw_vem_update: JSON.parse(JSON.stringify(update)),
1239
+ cli_version: "0.1.52"
1236
1240
  });
1237
1241
  const taskContextPatch = buildRemoteTaskContextPatch(patch, updatedTask);
1238
1242
  if (taskContextPatch) {
@@ -8358,11 +8362,11 @@ async function initServerMonitoring(config) {
8358
8362
  await initServerMonitoring({
8359
8363
  dsn: "https://ed007f2c213d0aa07c1be256ca51750c@o4510863861612544.ingest.de.sentry.io/4510863921774672",
8360
8364
  environment: process.env.NODE_ENV || "production",
8361
- release: "0.1.50",
8365
+ release: "0.1.52",
8362
8366
  serviceName: "cli"
8363
8367
  });
8364
8368
  var program = new Command();
8365
- program.name("vem").description("vem Project Memory CLI").version("0.1.50").addHelpText(
8369
+ program.name("vem").description("vem Project Memory CLI").version("0.1.52").addHelpText(
8366
8370
  "after",
8367
8371
  `
8368
8372
  ${chalk18.bold("\n\u26A1 Power Workflows:")}