@growthub/cli 0.13.6 → 0.13.7

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.
@@ -31,7 +31,7 @@
31
31
  "nangoMode",
32
32
  "nangoEnvironment"
33
33
  ],
34
- "records": [
34
+ "rows": [
35
35
  {
36
36
  "integrationId": "asana-active-tasks",
37
37
  "authRef": "NANGO_SECRET_KEY",
@@ -86,7 +86,7 @@
86
86
  "entityType",
87
87
  "description"
88
88
  ],
89
- "records": [
89
+ "rows": [
90
90
  {
91
91
  "Name": "Active project tasks",
92
92
  "registryId": "asana-active-tasks",
@@ -146,7 +146,7 @@
146
146
  "orchestrationConfig",
147
147
  "description"
148
148
  ],
149
- "records": [
149
+ "rows": [
150
150
  {
151
151
  "Name": "project-active-tasks-workflow",
152
152
  "lifecycleStatus": "draft",
@@ -194,7 +194,7 @@
194
194
  "tabs": [
195
195
  {
196
196
  "id": "tab-project-tasks",
197
- "label": "Active Tasks",
197
+ "name": "Active Tasks",
198
198
  "widgets": [
199
199
  {
200
200
  "id": "project-active-tasks-view",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@growthub/cli",
3
- "version": "0.13.6",
3
+ "version": "0.13.7",
4
4
  "description": "CLI control plane for Growthub Local and Agent Workspace as Code: export, fork, inspect, operate, sync, and optionally activate governed AI workspaces.",
5
5
  "type": "module",
6
6
  "bin": {