@azure/core-lro 2.2.3-alpha.20220104.5 → 2.2.3

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/CHANGELOG.md +2 -8
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,16 +1,10 @@
1
1
  # Release History
2
2
 
3
- ## 2.2.3 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
3
+ ## 2.2.3 (2022-01-06)
8
4
 
9
5
  ### Bugs Fixed
10
6
 
11
- - Fix an issue where we treat Retry-After value as milliseconds. It is actually in seconds.
12
-
13
- ### Other Changes
7
+ - Fix an issue where we treat Retry-After value as milliseconds. It is actually in seconds. [PR #19479](https://github.com/Azure/azure-sdk-for-js/pull/19479)
14
8
 
15
9
  ## 2.2.2 (2021-12-02)
16
10
 
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": "2.2.3-alpha.20220104.5",
5
+ "version": "2.2.3",
6
6
  "description": "Isomorphic client library for supporting long-running operations in node.js and browser.",
7
7
  "tags": [
8
8
  "isomorphic",
@@ -99,8 +99,8 @@
99
99
  "devDependencies": {
100
100
  "@azure/core-http": "^2.0.0",
101
101
  "@azure/core-rest-pipeline": "^1.1.0",
102
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
103
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
102
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
103
+ "@azure/dev-tool": "^1.0.0",
104
104
  "@microsoft/api-extractor": "^7.18.11",
105
105
  "@types/chai": "^4.1.6",
106
106
  "@types/mocha": "^7.0.2",