@azure/core-auth
Advanced tools
Comparing version 1.1.3 to 1.1.4-alpha.20200903.1
# Release History | ||
## 1.1.4 (Unreleased) | ||
- Updated to use OpenTelemetry 0.10.2 via `@azure/core-tracing` | ||
## 1.1.3 (2020-06-30) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@azure/core-auth", | ||
"version": "1.1.3", | ||
"version": "1.1.4-alpha.20200903.1", | ||
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK", | ||
@@ -24,7 +24,7 @@ "sdk-type": "client", | ||
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types", | ||
"check-format": "prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf dist dist-esm test-dist types *.tgz *.log", | ||
"execute:samples": "echo skipped", | ||
"extract-api": "tsc -p . && api-extractor run --local", | ||
"format": "prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"integration-test:browser": "echo skipped", | ||
@@ -56,3 +56,2 @@ "integration-test:node": "echo skipped", | ||
"authentication", | ||
"Azure", | ||
"cloud" | ||
@@ -72,8 +71,8 @@ ], | ||
"@azure/abort-controller": "^1.0.0", | ||
"@azure/core-tracing": "1.0.0-preview.8", | ||
"@opentelemetry/api": "^0.6.1", | ||
"@azure/core-tracing": "^1.0.0-alpha", | ||
"@opentelemetry/api": "^0.10.2", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0", | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha", | ||
"@microsoft/api-extractor": "7.7.11", | ||
@@ -80,0 +79,0 @@ "@rollup/plugin-commonjs": "11.0.2", |
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
27605
1
+ Added@azure/core-tracing@1.2.0(transitive)
+ Added@opentelemetry/api@0.10.2(transitive)
+ Added@opentelemetry/context-base@0.10.2(transitive)
- Removed@azure/core-tracing@1.0.0-preview.8(transitive)
- Removed@opencensus/web-types@0.0.7(transitive)
- Removed@opentelemetry/api@0.6.1(transitive)
- Removed@opentelemetry/context-base@0.6.1(transitive)
- Removedtslib@1.14.1(transitive)
Updated@opentelemetry/api@^0.10.2