@azure/identity-vscode 2.1.0-alpha.20251103.1 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -18,7 +18,7 @@ On Linux, the library uses `libsecret` so you may need to install it. Depending
18
18
  - Arch Linux: `sudo pacman -S libsecret`
19
19
 
20
20
  > [!NOTE]
21
- > Visual Studio Code authentication is currently only supported on Windows. Linux and macOS aren't yet supported.
21
+ > Visual Studio Code authentication is currently only supported on Windows and Linux. macOS isn't yet supported.
22
22
 
23
23
  ### Install the package
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/identity-vscode",
3
- "version": "2.1.0-alpha.20251103.1",
3
+ "version": "2.1.0",
4
4
  "sdk-type": "client",
5
5
  "description": "Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity",
6
6
  "main": "./dist/commonjs/index.js",
@@ -33,17 +33,17 @@
33
33
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-vscode/README.md",
34
34
  "sideEffects": false,
35
35
  "dependencies": {
36
- "@azure/identity": ">=4.13.0-alpha <4.13.0-alphb",
36
+ "@azure/identity": "^4.11.0",
37
37
  "@azure/msal-node": "^3.2.2",
38
- "@azure/msal-node-extensions": "^1.5.20",
38
+ "@azure/msal-node-extensions": "^1.5.24",
39
39
  "tslib": "^2.8.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
43
- "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
42
+ "@azure/core-client": "^1.7.0",
43
+ "@azure/logger": "^1.1.4",
44
44
  "@types/node": "^20.19.0",
45
- "@vitest/browser": "^3.2.3",
46
- "@vitest/coverage-istanbul": "^3.2.3",
45
+ "@vitest/browser-playwright": "^4.0.0",
46
+ "@vitest/coverage-istanbul": "^4.0.6",
47
47
  "cross-env": "^7.0.3",
48
48
  "dotenv": "^16.0.0",
49
49
  "eslint": "^9.33.0",
@@ -52,10 +52,10 @@
52
52
  "rimraf": "^6.0.1",
53
53
  "tshy": "^3.0.0",
54
54
  "typescript": "~5.9.3",
55
- "vitest": "^3.2.3",
55
+ "vitest": "^4.0.6",
56
56
  "@azure-tools/test-recorder": "^4.1.1",
57
- "@azure-tools/test-utils-vitest": "^2.0.1",
58
57
  "@azure/dev-tool": "^1.0.0",
58
+ "@azure-tools/test-utils-vitest": "^2.0.1",
59
59
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
60
60
  },
61
61
  "type": "module",