mirror of https://gitea.com/actions/cache.git
Merge pull request #1747 from actions/yacaovsnc/update-dependency
Check dist content / Check dist/ (push) Failing after 0s
Details
Code scanning / CodeQL-Build (push) Has been cancelled
Details
License check / Check licenses (push) Has been cancelled
Details
Tests / build (macOS-latest) (push) Has been cancelled
Details
Tests / build (ubuntu-latest) (push) Has been cancelled
Details
Tests / build (windows-latest) (push) Has been cancelled
Details
Tests / test-save (macOS-latest) (push) Has been cancelled
Details
Tests / test-save (ubuntu-latest) (push) Has been cancelled
Details
Tests / test-save (windows-latest) (push) Has been cancelled
Details
Tests / test-proxy-save (push) Has been cancelled
Details
Tests / test-restore (macOS-latest) (push) Has been cancelled
Details
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Details
Tests / test-restore (windows-latest) (push) Has been cancelled
Details
Tests / test-proxy-restore (push) Has been cancelled
Details
Check dist content / Check dist/ (push) Failing after 0s
Details
Code scanning / CodeQL-Build (push) Has been cancelled
Details
License check / Check licenses (push) Has been cancelled
Details
Tests / build (macOS-latest) (push) Has been cancelled
Details
Tests / build (ubuntu-latest) (push) Has been cancelled
Details
Tests / build (windows-latest) (push) Has been cancelled
Details
Tests / test-save (macOS-latest) (push) Has been cancelled
Details
Tests / test-save (ubuntu-latest) (push) Has been cancelled
Details
Tests / test-save (windows-latest) (push) Has been cancelled
Details
Tests / test-proxy-save (push) Has been cancelled
Details
Tests / test-restore (macOS-latest) (push) Has been cancelled
Details
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Details
Tests / test-restore (windows-latest) (push) Has been cancelled
Details
Tests / test-proxy-restore (push) Has been cancelled
Details
Update ts-http-runtime dependency
This commit is contained in:
commit
27d5ce7f10
|
|
@ -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
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue