team-toon-tack 3.2.1 → 3.2.3

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.
package/dist/bin/cli.js CHANGED
File without changes
@@ -80,7 +80,7 @@ export class TrelloClient {
80
80
  * Get all cards on a board
81
81
  */
82
82
  async getBoardCards(boardId) {
83
- return this.request("GET", `/boards/${boardId}/cards?filter=open&fields=id,name,desc,url,shortUrl,shortLink,closed,pos,due,dueComplete,idBoard,idList,idMembers,idLabels,badges,dateLastActivity&attachments=false&members=false&labels=true`);
83
+ return this.request("GET", `/boards/${boardId}/cards?filter=open&fields=id,name,desc,url,shortUrl,shortLink,closed,pos,due,dueComplete,idBoard,idList,idMembers,idLabels,labels,badges,dateLastActivity&attachments=false&members=false`);
84
84
  }
85
85
  /**
86
86
  * Get all labels on a board
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "team-toon-tack",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
4
4
  "description": "Linear & Trello task sync & management CLI with TOON format",
5
5
  "type": "module",
6
6
  "bin": {