3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-05-10 06:22:24 +00:00

Merge branch 'main' into fix-cargo-example-multiple-archs

This commit is contained in:
Ben 2026-04-25 19:54:49 +02:00 committed by GitHub
commit eacc40379b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17028 additions and 14448 deletions

View file

@ -1,6 +1,6 @@
---
name: "@typespec/ts-http-runtime"
version: 0.3.2
version: 0.3.5
type: npm
summary: Isomorphic client library for making HTTP requests in node.js and browser.
homepage: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/ts-http-runtime/

File diff suppressed because it is too large Load diff

7867
dist/restore/index.js vendored

File diff suppressed because it is too large Load diff

7867
dist/save-only/index.js vendored

File diff suppressed because it is too large Load diff

7867
dist/save/index.js vendored

File diff suppressed because it is too large Load diff

6
package-lock.json generated
View file

@ -1945,9 +1945,9 @@
}
},
"node_modules/@typespec/ts-http-runtime": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.2.tgz",
"integrity": "sha512-IlqQ/Gv22xUC1r/WQm4StLkYQmaaTsXAhUVsNE0+xiyf0yRFiH5++q78U3bw6bLKDCTmh0uqKB9eG9+Bt75Dkg==",
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.5.tgz",
"integrity": "sha512-yURCknZhvywvQItHMMmFSo+fq5arCUIyz/CVk7jD89MSai7dkaX8ufjCWp3NttLojoTVbcE72ri+be/TnEbMHw==",
"license": "MIT",
"dependencies": {
"http-proxy-agent": "^7.0.0",