epismo 0.7.1 → 0.8.0

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -120,7 +120,7 @@ epismo track apply --input @batch.json
120
120
  ```
121
121
 
122
122
  `track apply` creates, updates, and deletes multiple tracks in a single request.
123
- Use a non-UUID string (e.g. `"t001"`) as `id` in `updateDrafts` to create a new track.
123
+ Use a non-UUID string (e.g. `"t001"`) as `id` in `upserts` to create a new track.
124
124
  Cross-references between new entries in `task.parentId`, `task.dependsOn`, and `task.goalId` are resolved by the server.
125
125
  Track search uses additive scope selectors: `--personal`, `--projects <ids>`, or both.
126
126
  Omit both to use the default search scope. Track create/update/apply use `scope`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epismo",
3
- "version": "0.7.1",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "epismo": "dist/bin.js"