@azure/core-paging 1.6.3-alpha.20250205.1 → 1.6.3-alpha.20250207.2
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 +1 -1
package/README.md
CHANGED
|
@@ -69,5 +69,3 @@ Log an issue at https://github.com/Azure/azure-sdk-for-js/issues
|
|
|
69
69
|
## Contributing
|
|
70
70
|
|
|
71
71
|
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.
|
|
72
|
-
|
|
73
|
-

|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/core-paging",
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
4
|
"sdk-type": "client",
|
|
5
|
-
"version": "1.6.3-alpha.
|
|
5
|
+
"version": "1.6.3-alpha.20250207.2",
|
|
6
6
|
"description": "Core types for paging async iterable iterators",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./dist/commonjs/index.js",
|