@activepieces/piece-todos 0.0.15 → 0.0.16
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 +4 -5
- package/src/i18n/zh.json +10 -10
package/package.json
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-todos",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"ai": "^6.0.0",
|
|
7
|
-
"axios": "1.13.
|
|
7
|
+
"axios": "1.13.5",
|
|
8
8
|
"axios-retry": "4.4.1",
|
|
9
9
|
"deepmerge-ts": "7.1.0",
|
|
10
10
|
"form-data": "4.0.4",
|
|
11
|
-
"i18next": "23.13.0",
|
|
12
11
|
"mime-types": "2.1.35",
|
|
13
12
|
"nanoid": "3.3.8",
|
|
14
13
|
"semver": "7.6.0",
|
|
15
14
|
"socket.io-client": "4.8.1",
|
|
16
15
|
"zod": "4.1.13",
|
|
17
16
|
"@activepieces/pieces-common": "0.11.5",
|
|
18
|
-
"@activepieces/pieces-framework": "0.25.
|
|
19
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"@activepieces/pieces-framework": "0.25.3",
|
|
18
|
+
"@activepieces/shared": "0.37.0",
|
|
20
19
|
"tslib": "2.6.2"
|
|
21
20
|
},
|
|
22
21
|
"resolutions": {
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Create tasks for project members to take actions, useful for approvals, reviews, and manual actions performed by humans": "
|
|
3
|
-
"Create Todo": "
|
|
4
|
-
"Wait for Approval": "
|
|
5
|
-
"Create Todo and Wait": "
|
|
6
|
-
"Creates a todo for a user, requiring them to respond or take action.": "
|
|
7
|
-
"Pauses the flow and wait for the approval from the user": "
|
|
8
|
-
"Creates a todo for a user and wait for their response or take action.": "
|
|
2
|
+
"Create tasks for project members to take actions, useful for approvals, reviews, and manual actions performed by humans": "创建任务让项目成员采取行动、有益于核准、评论和人类的手动操作",
|
|
3
|
+
"Create Todo": "创建待办事项",
|
|
4
|
+
"Wait for Approval": "等待批准",
|
|
5
|
+
"Create Todo and Wait": "创建待办事项并等待",
|
|
6
|
+
"Creates a todo for a user, requiring them to respond or take action.": "为用户创建待办事宜,要求他们响应或采取行动。",
|
|
7
|
+
"Pauses the flow and wait for the approval from the user": "暂停流量并等待用户批准",
|
|
8
|
+
"Creates a todo for a user and wait for their response or take action.": "为用户创建待办事项并等待他们的回应或采取行动。",
|
|
9
9
|
"Title": "标题",
|
|
10
10
|
"Description": "描述",
|
|
11
11
|
"Assignee": "Assignee",
|
|
12
|
-
"Status Options": "
|
|
12
|
+
"Status Options": "状态选项",
|
|
13
13
|
"Task ID": "Task ID",
|
|
14
|
-
"These details will be displayed for the assignee. Add the full context so they can take proper action, You can also use markdown formatting.": "
|
|
15
|
-
"The ID of the task to wait for approval": "
|
|
14
|
+
"These details will be displayed for the assignee. Add the full context so they can take proper action, You can also use markdown formatting.": "这些详细信息将显示给受让人。添加完整的上下文以便他们能够采取适当的行动,您也可以使用标记格式化方法。",
|
|
15
|
+
"The ID of the task to wait for approval": "等待批准的任务的 ID"
|
|
16
16
|
}
|