@slates-integrations/asana 0.3.0 → 0.3.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.
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "typescript": "^5",
19
19
  "vitest": "^3.1.2"
20
20
  },
21
- "version": "0.3.0",
21
+ "version": "0.3.1",
22
22
  "files": [
23
23
  "dist/**",
24
24
  "docs/**",
package/slate.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metorial/asana",
3
- "description": "Create, read, update, and delete tasks, projects, portfolios, and goals in Asana workspaces. Manage task assignments, due dates, subtasks, dependencies, tags, custom fields, attachments, and comments. Organize work with sections, project templates, and portfolios. Search tasks across workspaces, track time entries, manage team memberships, and subscribe to webhooks for real-time change notifications on resources.",
3
+ "description": "Create, read, update, and delete tasks, projects, portfolios, and goals in Asana workspaces. Manage task assignments, due dates, subtasks, dependencies, tags, custom fields, attachments, and comments. Organize work with sections, project templates, and portfolios. Search tasks across workspaces, track time entries, and manage team memberships.",
4
4
  "categories": ["email-and-messaging", "task-and-project-management"],
5
5
  "skills": [
6
6
  "create and manage tasks",
@@ -10,7 +10,6 @@
10
10
  "add comments and stories",
11
11
  "upload file attachments",
12
12
  "search tasks in workspace",
13
- "manage webhooks and events",
14
13
  "track time entries",
15
14
  "manage tags and team memberships"
16
15
  ],