clubhouse-cli
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "clubhouse-cli", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "A command line tool for viewing, creating and updating clubhouse.io stories", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -165,3 +165,3 @@ const chalk = require('chalk'); | ||
.replace(/%o/, owners.join(', ') || '_') | ||
.replace(/%s/, chalk.bold(`#${story.workflow_state_id} `) + story.state.name) | ||
.replace(/%s/, chalk.bold(`#${story.workflow_state_id} `) + `${(story.state || {}).name}`) | ||
.replace(/%u/, `https://app.clubhouse.io/story/${story.id}`) | ||
@@ -168,0 +168,0 @@ .replace(/%c/, story.created_at) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53579