@pipedream/todoist 0.1.1 → 0.1.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.
@@ -4,7 +4,7 @@ export default {
4
4
  key: "todoist-create-task",
5
5
  name: "Create Task",
6
6
  description: "Creates a task. [See the docs here](https://developer.todoist.com/rest/v2/#create-a-new-task)",
7
- version: "0.0.3",
7
+ version: "0.0.4",
8
8
  type: "action",
9
9
  props: {
10
10
  todoist,
@@ -135,7 +135,7 @@ export default {
135
135
  due_date: dueDate,
136
136
  due_datetime: dueDatetime,
137
137
  due_lang: dueLang,
138
- assignee,
138
+ assignee_id: assignee,
139
139
  };
140
140
  const resp = await this.todoist.createTask({
141
141
  $,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/todoist",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Pipedream Todoist Components",
5
5
  "main": "todoist.app.mjs",
6
6
  "keywords": [
@@ -9,7 +9,6 @@
9
9
  ],
10
10
  "homepage": "https://pipedream.com/apps/todoist",
11
11
  "author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
12
- "license": "MIT",
13
12
  "dependencies": {
14
13
  "@pipedream/platform": "^1.2.1",
15
14
  "json-2-csv": "^3.15.1",