12
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2026-07-03 21:59:30 +00:00

Proxy support

This commit is contained in:
Boris Staal 2023-04-09 15:18:48 -05:00
parent 2f484236b8
commit 847b0c7400
No known key found for this signature in database
9 changed files with 206748 additions and 91 deletions

View file

@ -30,10 +30,13 @@
"@actions/io": "^1.1.2",
"@aws-sdk/client-s3": "^3.309.0",
"@aws-sdk/lib-storage": "^3.309.0",
"@aws-sdk/node-http-handler": "^3.306.0",
"proxy-agent": "^5.0.0",
"semver": "^7.3.8",
"uuid": "^9.0.0"
},
"devDependencies": {
"@aws-sdk/types": "^3.306.0",
"@types/jest": "^27.5.2",
"@types/nock": "^11.1.0",
"@types/node": "^16.18.3",
@ -41,7 +44,6 @@
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@aws-sdk/types": "^3.306.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",