@dayofweek/dcli 1.0.3 → 1.0.4

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/bin/dcli.js +1 -1
  2. package/package.json +1 -1
package/dist/bin/dcli.js CHANGED
@@ -160,7 +160,7 @@ agent
160
160
  title: opts.title,
161
161
  description: opts.description,
162
162
  payload,
163
- targetId: opts.targetId,
163
+ targetRecordId: opts.targetId,
164
164
  sourceAgent: opts.source,
165
165
  sourceUrl: opts.sourceUrl,
166
166
  confidence: opts.confidence,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dayofweek/dcli",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "CLI for the Day of Week AgTech platform — read data and submit proposals for review",
5
5
  "license": "MIT",
6
6
  "type": "module",