@azure/abort-controller 1.1.0-alpha.20220420.2 → 1.1.0

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 1.1.0 (Unreleased)
3
+ ## 1.1.0 (2022-05-05)
4
4
 
5
5
  - Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
6
6
  - With the dropping of support for Node.js versions that are no longer in LTS, the dependency on `@types/node` has been updated to version 12. Read our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/abort-controller",
3
3
  "sdk-type": "client",
4
- "version": "1.1.0-alpha.20220420.2",
4
+ "version": "1.1.0",
5
5
  "description": "Microsoft Azure SDK for JavaScript - Aborter",
6
6
  "main": "./dist/index.js",
7
7
  "module": "dist-esm/src/index.js",
@@ -72,9 +72,9 @@
72
72
  "tslib": "^2.2.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
76
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
77
- "@microsoft/api-extractor": "^7.18.11",
75
+ "@azure/dev-tool": "^1.0.0",
76
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
77
+ "@microsoft/api-extractor": "7.18.11",
78
78
  "@types/chai": "^4.1.6",
79
79
  "@types/mocha": "^7.0.2",
80
80
  "@types/node": "^12.0.0",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.22.1"
8
+ "packageVersion": "7.18.11"
9
9
  }
10
10
  ]
11
11
  }