@shumai-one/shumai-transcode 0.4.0 → 0.4.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shumai-one/shumai-transcode",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Media transcoding worker for the shumai media workspace",
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,12 +27,12 @@
27
27
  "zod": "4.4.3"
28
28
  },
29
29
  "optionalDependencies": {
30
- "@shumai-one/shumai-transcode-darwin-arm64": "0.4.0",
31
- "@shumai-one/shumai-transcode-darwin-x64": "0.4.0",
32
- "@shumai-one/shumai-transcode-linux-arm64": "0.4.0",
33
- "@shumai-one/shumai-transcode-linux-x64": "0.4.0",
34
- "@shumai-one/shumai-transcode-win32-arm64": "0.4.0",
35
- "@shumai-one/shumai-transcode-win32-x64": "0.4.0"
30
+ "@shumai-one/shumai-transcode-darwin-arm64": "0.4.2",
31
+ "@shumai-one/shumai-transcode-darwin-x64": "0.4.2",
32
+ "@shumai-one/shumai-transcode-linux-arm64": "0.4.2",
33
+ "@shumai-one/shumai-transcode-linux-x64": "0.4.2",
34
+ "@shumai-one/shumai-transcode-win32-arm64": "0.4.2",
35
+ "@shumai-one/shumai-transcode-win32-x64": "0.4.2"
36
36
  },
37
37
  "repository": {
38
38
  "type": "git",
@@ -117,7 +117,7 @@ enum WorkflowTaskType {
117
117
  chat
118
118
  ai_embedding
119
119
  query_embedding_for_search
120
- agent_tool_call
120
+ agent_tool_call // @deprecated: Agent tools now execute directly in-process via Core services
121
121
  kanban_agent_run
122
122
  }
123
123