@azure/identity 2.1.0-alpha.20220302.2 → 2.1.0-beta.1

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.

Potentially problematic release.


This version of @azure/identity might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/identity",
3
3
  "sdk-type": "client",
4
- "version": "2.1.0-alpha.20220302.2",
4
+ "version": "2.1.0-beta.1",
5
5
  "description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist-esm/src/index.js",
@@ -121,9 +121,9 @@
121
121
  },
122
122
  "devDependencies": {
123
123
  "@azure/keyvault-keys": "4.2.0",
124
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
125
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
126
- "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
124
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
125
+ "@azure/dev-tool": "^1.0.0",
126
+ "@azure/test-utils": "^1.0.0",
127
127
  "@azure-tools/test-recorder": "^1.0.0",
128
128
  "@microsoft/api-extractor": "^7.18.11",
129
129
  "@types/jws": "^3.2.2",