File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
sdk/core/core-http-compat Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.1.0 (2022-02-25)
4+
5+ - Updated package dependency of ` core-client ` and ` core-rest-pipeline ` packages to ` 1.3.0 ` version.
6+
37## 1.0.0 (2022-02-18)
48
59- First release of package, see README.md for details.
Original file line number Diff line number Diff line change 11{
22 "name" : " @azure/core-http-compat" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages." ,
55 "sdk-type" : " client" ,
66 "main" : " dist/index.js" ,
5454 "sideEffects" : false ,
5555 "prettier" : " @azure/eslint-plugin-azure-sdk/prettier.json" ,
5656 "dependencies" : {
57- "@azure/core-rest-pipeline" : " ^1.4 .0" ,
58- "@azure/core-client" : " ^1.4 .0"
57+ "@azure/core-rest-pipeline" : " ^1.3 .0" ,
58+ "@azure/core-client" : " ^1.3 .0"
5959 },
6060 "devDependencies" : {
6161 "@azure/eslint-plugin-azure-sdk" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments