@azure/keyvault-common 2.0.1-alpha.20250422.1 → 2.0.1-alpha.20250520.3

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.4"
8
+ "packageVersion": "7.52.8"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/keyvault-common",
3
- "version": "2.0.1-alpha.20250422.1",
3
+ "version": "2.0.1-alpha.20250520.3",
4
4
  "description": "Common internal functionality for all of the Azure Key Vault clients in the Azure SDK for JavaScript",
5
5
  "sdk-type": "client",
6
6
  "author": "Microsoft Corporation",
@@ -12,24 +12,18 @@
12
12
  "scripts": {
13
13
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
14
14
  "build:samples": "echo skipped",
15
- "build:test": "npm run clean && dev-tool run build-package",
16
15
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
17
16
  "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
18
17
  "execute:samples": "dev-tool samples run samples-dev",
19
18
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
20
19
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
21
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
22
- "integration-test:browser": "echo skipped",
23
- "integration-test:node": "echo skipped",
24
20
  "lint": "eslint README.md package.json api-extractor.json src test",
25
21
  "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
26
22
  "pack": "npm pack 2>&1",
27
- "test": "npm run build:test && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
28
- "test:browser": "npm run clean && npm run build:test && npm run integration-test:browser",
29
- "test:node": "npm run clean && tsc -p . && npm run integration-test:node",
30
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
31
- "unit-test:browser": "echo skipped",
32
- "unit-test:node": "dev-tool run test:vitest --no-test-proxy",
23
+ "test": "npm run test:node && npm run test:browser",
24
+ "test:browser": "echo skipped",
25
+ "test:node": "dev-tool run test:vitest --no-test-proxy",
26
+ "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
33
27
  "update-snippets": "dev-tool run update-snippets"
34
28
  },
35
29
  "files": [