@comment-io/cli 0.1.18-alpha.519 → 0.1.18-alpha.523

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.
Binary file
Binary file
Binary file
Binary file
@@ -27213,7 +27213,7 @@ function apiReference(baseUrl, slug, token, sid) {
27213
27213
  ` "comments": [`,
27214
27214
  ` { "id": "uuid", "by": "ai:max.reviewer", "at": "...", "text": "comment body" },`,
27215
27215
  ` { "id": "uuid", "by": "human:max", "at": "...", "text": "This should be clearer",`,
27216
- ` "suggestion": { "old_string": "original text", "new_string": "better text", "status": "pending", "created_against_revision": 4 } }`,
27216
+ ` "suggestion": { "kind": "replace", "old_string": "original text", "new_string": "better text", "status": "pending", "created_against_revision": 4 } }`,
27217
27217
  ` ],`,
27218
27218
  ` "comments_info": { "returned": 2, "total": 2, "omitted": 0, "next": null }`,
27219
27219
  ` }`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comment-io/cli",
3
- "version": "0.1.18-alpha.519",
3
+ "version": "0.1.18-alpha.523",
4
4
  "description": "Comment.io CLI and local notification daemon",
5
5
  "private": false,
6
6
  "type": "module",
@@ -41,6 +41,6 @@
41
41
  "node": ">=20"
42
42
  },
43
43
  "commentio": {
44
- "sourceSha": "d5fe0c0a37bbe91e1c24dbca3b7ecc83944c47f5"
44
+ "sourceSha": "9938ad4c88786dc3159fad98ac1743c7b0495866"
45
45
  }
46
46
  }