@azure/core-paging 1.6.3-alpha.20250730.1 → 1.6.3-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 -8
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,14 +6,7 @@ This library provides core types for paging async iterable iterators.
|
|
|
6
6
|
|
|
7
7
|
### Installation
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
then run `rush install` after cloning the repo.
|
|
11
|
-
|
|
12
|
-
Otherwise, use npm to install this package in your application as follows
|
|
13
|
-
|
|
14
|
-
```
|
|
15
|
-
npm install @azure/core-paging
|
|
16
|
-
```
|
|
9
|
+
This package is primarily used in generated code and not meant to be consumed directly by end users.
|
|
17
10
|
|
|
18
11
|
## Key concepts
|
|
19
12
|
|
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.20250808.1",
|
|
6
6
|
"description": "Core types for paging async iterable iterators",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./dist/commonjs/index.js",
|