confluencedc-cli 0.0.7 → 0.0.8

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.
@@ -11,7 +11,7 @@ export function registerCommentCommands(program) {
11
11
  Examples:
12
12
  $ confluencedc comment list 12345
13
13
  $ confluencedc comment add 12345 --body "Great work!"
14
- $ confluencedc comment update 67890 --body "Updated" --version 1
14
+ $ confluencedc comment update 67890 --body "Updated"
15
15
  $ confluencedc comment delete 67890
16
16
  `);
17
17
  list(comment);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "confluencedc-cli",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "publish": true,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",