@shortcut-cli/shortcut-cli 3.8.0 → 3.8.1

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.
@@ -79,7 +79,7 @@ const main = async () => {
79
79
  try {
80
80
  if (program.comment) {
81
81
  debug$1("request comment create");
82
- await require_lib_client.default.createStoryComment(id, program.comment);
82
+ await require_lib_client.default.createStoryComment(id, { text: program.comment });
83
83
  debug$1("response comment create");
84
84
  }
85
85
  } catch (e) {
package/build/package.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  //#region package.json
3
- var version = "3.8.0";
3
+ var version = "3.8.1";
4
4
  var description = "A community-driven command line tool for viewing, creating, and updating shortcut.com stories";
5
5
 
6
6
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shortcut-cli/shortcut-cli",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "A community-driven command line tool for viewing, creating, and updating shortcut.com stories",
5
5
  "engines": {
6
6
  "node": ">=16"