@azure/core-paging
Advanced tools
Comparing version 1.2.0 to 1.2.1-alpha.20220106.3
# Release History | ||
## 1.2.1 (2022-01-06) | ||
### Bugs Fixed | ||
- Use a TS v3.4-friendly iterator protocol [PR# 19507](https://github.com/Azure/azure-sdk-for-js/pull/19507). Fixed [Issue 19394](https://github.com/Azure/azure-sdk-for-js/issues/19394) | ||
## 1.2.0 (2021-08-30) | ||
@@ -4,0 +10,0 @@ |
@@ -23,3 +23,3 @@ // Copyright (c) Microsoft Corporation. | ||
return getPageAsyncIterator(pagedResult, settings === null || settings === void 0 ? void 0 : settings.maxPageSize); | ||
}) | ||
}), | ||
}; | ||
@@ -26,0 +26,0 @@ } |
@@ -28,3 +28,3 @@ 'use strict'; | ||
return getPageAsyncIterator(pagedResult, settings === null || settings === void 0 ? void 0 : settings.maxPageSize); | ||
}) | ||
}), | ||
}; | ||
@@ -31,0 +31,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.2.0", | ||
"version": "1.2.1-alpha.20220106.3", | ||
"description": "Core types for paging async iterable iterators", | ||
@@ -53,3 +53,2 @@ "tags": [ | ||
"clean": "rimraf dist dist-* temp *.tgz types *.log", | ||
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src", | ||
"execute:samples": "echo skipped", | ||
@@ -78,5 +77,5 @@ "extract-api": "tsc -p . && api-extractor run --local", | ||
"devDependencies": { | ||
"@azure/dev-tool": "^1.0.0", | ||
"@microsoft/api-extractor": "7.7.11", | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0", | ||
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", | ||
"@microsoft/api-extractor": "^7.18.11", | ||
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb", | ||
"@types/chai": "^4.1.6", | ||
@@ -100,9 +99,16 @@ "@types/mocha": "^7.0.2", | ||
"mocha": "^7.1.1", | ||
"mocha-junit-reporter": "^1.18.0", | ||
"prettier": "^1.16.4", | ||
"mocha-junit-reporter": "^2.0.0", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.16.3", | ||
"typescript": "~4.2.0", | ||
"typedoc": "0.15.2" | ||
"typescript": "~4.2.0" | ||
}, | ||
"//sampleConfiguration": { | ||
"skipFolder": true, | ||
"disableDocsMs": true, | ||
"productName": "Azure SDK Core", | ||
"productSlugs": [ | ||
"azure" | ||
] | ||
} | ||
} |
@@ -16,3 +16,3 @@ /** | ||
*/ | ||
next(): Promise<IteratorResult<T, T>>; | ||
next(): Promise<IteratorResult<T>>; | ||
/** | ||
@@ -19,0 +19,0 @@ * The connection to the async iterator, part of the iteration protocol |
@@ -1,2 +0,2 @@ | ||
import { PagedAsyncIterableIterator, PageSettings, PagedResult } from "./models"; | ||
import { PageSettings, PagedAsyncIterableIterator, PagedResult } from "./models"; | ||
/** | ||
@@ -3,0 +3,0 @@ * returns an async iterator that iterates over results. It also has a `byPage` |
@@ -21,3 +21,3 @@ /** | ||
*/ | ||
next(): Promise<IteratorResult<T, T>>; | ||
next(): Promise<IteratorResult<T>>; | ||
/** | ||
@@ -24,0 +24,0 @@ * The connection to the async iterator, part of the iteration protocol |
@@ -1,2 +0,1 @@ | ||
/** | ||
@@ -18,3 +17,3 @@ * returns an async iterator that iterates over results. It also has a `byPage` | ||
*/ | ||
next(): Promise<IteratorResult<T, T>>; | ||
next(): Promise<IteratorResult<T>>; | ||
/** | ||
@@ -21,0 +20,0 @@ * The connection to the async iterator, part of the iteration protocol |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32652
26
19
334
1