@azure/keyvault-common 2.0.1-alpha.20250730.1 → 2.0.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.9"
8
+ "packageVersion": "7.52.10"
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.20250730.1",
3
+ "version": "2.0.1",
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",
@@ -9,23 +9,6 @@
9
9
  "browser": "./dist/browser/index.js",
10
10
  "module": "./dist/esm/index.js",
11
11
  "types": "./dist/commonjs/index.d.ts",
12
- "scripts": {
13
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
14
- "build:samples": "echo skipped",
15
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
16
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
17
- "execute:samples": "dev-tool samples run samples-dev",
18
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
19
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
20
- "lint": "eslint package.json src test",
21
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
22
- "pack": "npm pack 2>&1",
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",
27
- "update-snippets": "dev-tool run update-snippets"
28
- },
29
12
  "files": [
30
13
  "dist/",
31
14
  "README.md",
@@ -57,16 +40,16 @@
57
40
  "tslib": "^2.2.0"
58
41
  },
59
42
  "devDependencies": {
60
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
61
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
62
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
63
- "@types/node": "^20.0.0",
64
- "@vitest/browser": "^3.0.9",
65
- "@vitest/coverage-istanbul": "^3.0.9",
66
- "eslint": "^9.9.0",
67
- "playwright": "^1.46.0",
68
- "typescript": "~5.8.2",
69
- "vitest": "^3.0.9"
43
+ "@types/node": "^20.19.0",
44
+ "@vitest/browser": "^3.2.3",
45
+ "@vitest/coverage-istanbul": "^3.2.3",
46
+ "eslint": "^9.33.0",
47
+ "playwright": "^1.50.1",
48
+ "typescript": "~5.8.3",
49
+ "vitest": "^3.2.3",
50
+ "@azure-tools/test-utils-vitest": "^1.0.0",
51
+ "@azure/dev-tool": "^1.0.0",
52
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
70
53
  },
71
54
  "type": "module",
72
55
  "tshy": {
@@ -100,5 +83,22 @@
100
83
  "default": "./dist/commonjs/index.js"
101
84
  }
102
85
  }
86
+ },
87
+ "scripts": {
88
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
89
+ "build:samples": "echo skipped",
90
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
91
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
92
+ "execute:samples": "dev-tool samples run samples-dev",
93
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
94
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
95
+ "lint": "eslint package.json src test",
96
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
97
+ "pack": "pnpm pack 2>&1",
98
+ "test": "npm run test:node && npm run test:browser",
99
+ "test:browser": "echo skipped",
100
+ "test:node": "dev-tool run test:vitest --no-test-proxy",
101
+ "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
102
+ "update-snippets": "dev-tool run update-snippets"
103
103
  }
104
- }
104
+ }