Commit f1ae799
committed
package.json: add cloud SDKs as devDependencies so build/tests work locally
These packages are also declared as optional peerDependencies (the fork's
slim-install pattern). Listing them in devDependencies as well means:
- Local dev / CI: `npm install` pulls them in, so TypeScript compilation
resolves their types and tests that exercise S3/Azure/GCP code paths
can run.
- Consumers installing @naturalcycles/snowflake-sdk: they remain optional
peers — npm does not install them unless the consumer opts in.
Also pin agent-base ^7.1.0 as a direct dependency to override the older
6.x copy that axios's transitive https-proxy-agent@5 hoists to the top
level, which broke `lib/agent/https_proxy_agent.ts` (needs the v7 API).1 parent a57cc68 commit f1ae799
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
33 | 44 | | |
34 | 45 | | |
35 | 46 | | |
36 | 47 | | |
| 48 | + | |
37 | 49 | | |
38 | 50 | | |
39 | 51 | | |
| |||
0 commit comments