@azure/core-rest-pipeline 1.22.1-alpha.20250804.2 → 1.22.1-alpha.20250808.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -165,7 +165,7 @@ Examples can be found in the `samples` folder.
165
165
 
166
166
  ## Next steps
167
167
 
168
- You can build and run the tests locally by executing `rushx test`. Explore the `test` folder to see advanced usage and behavior of the public classes.
168
+ You can build and run the tests locally by executing `npm run test`. Explore the `test` folder to see advanced usage and behavior of the public classes.
169
169
 
170
170
  ## Troubleshooting
171
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-rest-pipeline",
3
- "version": "1.22.1-alpha.20250804.2",
3
+ "version": "1.22.1-alpha.20250808.1",
4
4
  "description": "Isomorphic client library for making HTTP requests in node.js and browser.",
5
5
  "sdk-type": "client",
6
6
  "type": "module",