Skip to content

Commit 9854a29

Browse files
Merge branch 'main' into fix/37939-workflow-error-card-summary
2 parents 695957b + 358cf8b commit 9854a29

13 files changed

Lines changed: 3325 additions & 2662 deletions

File tree

cli/package.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,31 @@
1414
"binName": "difyctl",
1515
"checksumsSuffix": "-checksums.txt",
1616
"targets": [
17-
{ "id": "linux-x64", "bunTarget": "bun-linux-x64", "exe": false },
18-
{ "id": "linux-arm64", "bunTarget": "bun-linux-arm64", "exe": false },
19-
{ "id": "darwin-x64", "bunTarget": "bun-darwin-x64", "exe": false },
20-
{ "id": "darwin-arm64", "bunTarget": "bun-darwin-arm64", "exe": false },
21-
{ "id": "windows-x64", "bunTarget": "bun-windows-x64", "exe": true }
17+
{
18+
"id": "linux-x64",
19+
"bunTarget": "bun-linux-x64",
20+
"exe": false
21+
},
22+
{
23+
"id": "linux-arm64",
24+
"bunTarget": "bun-linux-arm64",
25+
"exe": false
26+
},
27+
{
28+
"id": "darwin-x64",
29+
"bunTarget": "bun-darwin-x64",
30+
"exe": false
31+
},
32+
{
33+
"id": "darwin-arm64",
34+
"bunTarget": "bun-darwin-arm64",
35+
"exe": false
36+
},
37+
{
38+
"id": "windows-x64",
39+
"bunTarget": "bun-windows-x64",
40+
"exe": true
41+
}
2242
]
2343
}
2444
},

eslint-suppressions.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6312,9 +6312,6 @@
63126312
},
63136313
"ts/no-explicit-any": {
63146314
"count": 5
6315-
},
6316-
"unicorn/prefer-number-properties": {
6317-
"count": 2
63186315
}
63196316
},
63206317
"web/app/components/workflow/panel/chat-variable-panel/components/object-value-list.tsx": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dify",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@11.8.0",
5+
"packageManager": "pnpm@11.9.0",
66
"devEngines": {
77
"runtime": {
88
"name": "node",

0 commit comments

Comments
 (0)