Commit fbf313f
fix: resolve ADO build failures in TS SDK and Rust crate (#655)
TS SDK (packages/agent-mesh/sdks/typescript):
- @typescript-eslint/eslint-plugin ^7 → ^8.58 (match parser ^8.58)
- typescript ^6.0.2 → ^5.7.0 (eslint 9 compat)
- eslint ^10.1 → ^9.0 (match typescript-eslint 8.x)
- Regenerate package-lock.json
Rust crate (packages/agent-mesh/sdks/rust/agentmesh):
- rand 0.10 → 0.8 (OsRng moved, thread_rng removed in 0.10)
- sha2 0.11 → 0.10 (ed25519-dalek 2.x compat)
- thiserror 2 → 1 (stable API)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b9ac7a8 commit fbf313f
File tree
3 files changed
+793
-1039
lines changed- packages/agent-mesh/sdks
- rust/agentmesh
- typescript
3 files changed
+793
-1039
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
0 commit comments