@azure/core-rest-pipeline 1.19.0-alpha.20250205.1 → 1.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -174,5 +174,3 @@ If you run into issues while using this library, please feel free to [file an is
|
|
|
174
174
|
## Contributing
|
|
175
175
|
|
|
176
176
|
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.
|
|
177
|
-
|
|
178
|
-

|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-rest-pipeline",
|
|
3
|
-
"version": "1.19.0
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
"tslib": "^2.6.2"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@azure-tools/vite-plugin-browser-test-map": "
|
|
106
|
-
"@azure/dev-tool": "
|
|
107
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
105
|
+
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
|
|
106
|
+
"@azure/dev-tool": "^1.0.0",
|
|
107
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
108
108
|
"@types/node": "^18.0.0",
|
|
109
109
|
"@vitest/browser": "^3.0.3",
|
|
110
110
|
"@vitest/coverage-istanbul": "^3.0.3",
|