@azure/core-lro 3.3.1-alpha.20250730.1 → 3.3.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.
- package/README.md +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
81
81
|
|
|
82
82
|
### Testing
|
|
83
83
|
|
|
84
|
-
To run our tests, first install the dependencies (with `
|
|
84
|
+
To run our tests, first install the dependencies (with `pnpm install`),
|
|
85
85
|
then run the unit tests with: `npm run unit-test`.
|
|
86
86
|
|
|
87
87
|
### Code of Conduct
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/core-lro",
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
4
|
"sdk-type": "client",
|
|
5
|
-
"version": "3.3.1-alpha.
|
|
5
|
+
"version": "3.3.1-alpha.20250808.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "Isomorphic client library for supporting long-running operations in node.js and browser.",
|
|
8
8
|
"exports": {
|