-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
52 lines (45 loc) · 1.16 KB
/
pnpm-workspace.yaml
File metadata and controls
52 lines (45 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
packages:
- ./common/core
- ./common/backend/core
- ./common/backend/langchain
- ./basic/cdk
- ./basic/app
- ./basic/cdk/function
- ./rag/batch
- ./rag/app
- ./rag/cdk
- ./rag/cdk/function
- ./agents/agent-ai-sdk
- ./agents/agent-claude-agent-sdk
- ./agents/agent-deepagents
- ./agents/agent-langchain
- ./agents/agent-langchain-nextjs
- ./agents/agent-strands
- ./mcp/servers/postgresql-http
- ./mcp/servers/weather
- ./mcp/servers/weather-http
- ./mcp/servers/resource-mcp-server
- ./mcp/clients/mcp-client-typescript
- ./chat-app
ignoredBuiltDependencies:
- sharp
- unrs-resolver
minimumReleaseAge: 10080 # 7 days in minutes
minimumReleaseAgeExclude:
- fast-xml-parser@5.7.1
- fast-xml-builder@1.1.5
- uuid@14.0.0
- '@typescript/native-preview@7.0.0-dev.20260418.1'
- '@typescript/*'
- '@aws-sdk/*'
- '@smithy/*'
overrides:
'@tootallnate/once@<3.0.1': '>=3.0.1'
eslint-import-resolver-typescript: '>=4'
fast-xml-parser@<5.7.0: '>=5.7.0'
protobufjs@<7.5.5: '>=7.5.5'
protobufjs@>=8.0.0 <8.0.1: '>=8.0.1'
semver: '>=7'
uuid@<14.0.0: '>=14.0.0'
strictPeerDependencies: false
trustPolicy: no-downgrade