@azure/identity 4.5.1-alpha.20241113.2 → 4.5.1-alpha.20241114.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/identity",
3
3
  "sdk-type": "client",
4
- "version": "4.5.1-alpha.20241113.2",
4
+ "version": "4.5.1-alpha.20241114.2",
5
5
  "description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
6
6
  "main": "./dist/commonjs/index.js",
7
7
  "module": "./dist/esm/index.js",
@@ -29,7 +29,7 @@
29
29
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
30
30
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
31
31
  "integration-test:browser": "echo skipped",
32
- "integration-test:managed-identity": "dev-tool run test:vitest -- --test-timeout 180000 'test/integration/**/*.spec.ts'",
32
+ "integration-test:managed-identity": "dev-tool run test:vitest -- --test-timeout 180000 --config ./vitest.managed-identity.config.ts",
33
33
  "integration-test:node": "dev-tool run test:vitest -- --test-timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'",
34
34
  "lint": "eslint package.json api-extractor.json src test",
35
35
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",