@azure/identity-vscode 2.0.1 → 2.1.0-alpha.20250825.5

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/identity-vscode",
3
- "version": "2.0.1",
3
+ "version": "2.1.0-alpha.20250825.5",
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",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@azure/identity": "^4.11.0",
37
37
  "@azure/msal-node": "^3.2.2",
38
- "@azure/msal-node-extensions": "^1.3.0",
38
+ "@azure/msal-node-extensions": "^1.5.20",
39
39
  "tslib": "^2.8.1"
40
40
  },
41
41
  "devDependencies": {
@@ -50,7 +50,7 @@
50
50
  "typescript": "~5.8.3",
51
51
  "vitest": "^3.2.3",
52
52
  "@azure-tools/test-recorder": "^4.1.0",
53
- "@azure-tools/test-utils-vitest": "^1.0.0",
53
+ "@azure-tools/test-utils-vitest": "^2.0.0",
54
54
  "@azure/dev-tool": "^1.0.0",
55
55
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
56
56
  },
@@ -96,7 +96,7 @@
96
96
  "react-native": "./dist/react-native/index.js",
97
97
  "scripts": {
98
98
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
99
- "build:samples": "echo skipped",
99
+ "build:samples": "tsc -p tsconfig.samples.json",
100
100
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
101
101
  "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
102
102
  "execute:samples": "echo skipped",
@@ -108,7 +108,6 @@
108
108
  "test": "npm run test:node && npm run test:browser",
109
109
  "test:browser": "echo skipped",
110
110
  "test:node": "echo skipped",
111
- "test:node:esm": "echo skipped",
112
111
  "update-snippets": "dev-tool run update-snippets"
113
112
  }
114
113
  }