@azure/core-auth 1.1.2-dev.20200428.2 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## 1.1.2 (2020-04-28)
4
4
 
5
- - Remove the below interfaces from the public API of this package as they are defined elsewhere.
5
+ - Remove the below interfaces from the public API of this package as they are defined elsewhere.
6
6
  Fixes [bug 8301](https://github.com/Azure/azure-sdk-for-js/issues/8301).
7
7
  - OperationOptions
8
8
  - OperationRequestOptions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-auth",
3
- "version": "1.1.2-dev.20200428.2",
3
+ "version": "1.1.2",
4
4
  "description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -65,7 +65,7 @@
65
65
  "sideEffects": false,
66
66
  "dependencies": {
67
67
  "@azure/abort-controller": "^1.0.0",
68
- "@azure/core-tracing": "^1.0.0-dev",
68
+ "@azure/core-tracing": "1.0.0-preview.8",
69
69
  "@opentelemetry/api": "^0.6.1",
70
70
  "tslib": "^1.10.0"
71
71
  },