@azure/keyvault-keys 4.10.1-alpha.20250804.1 → 4.10.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.
Files changed (1) hide show
  1. package/package.json +33 -33
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure/keyvault-keys",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "4.10.1-alpha.20250804.1",
5
+ "version": "4.10.1",
6
6
  "license": "MIT",
7
7
  "description": "Isomorphic client library for Azure KeyVault's keys.",
8
8
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-keys/README.md",
@@ -31,24 +31,6 @@
31
31
  "LICENSE"
32
32
  ],
33
33
  "browser": "./dist/browser/index.js",
34
- "scripts": {
35
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
36
- "build:samples": "echo Obsolete.",
37
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
38
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log dist-browser statistics.html coverage && dev-tool run vendored rimraf --glob src/**/*.js && dev-tool run vendored rimraf --glob test/**/*.js",
39
- "execute:samples": "dev-tool samples run samples-dev",
40
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
41
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
42
- "generate:client": "tsp-client update -d -o src/generated --emitter-options=\"generate-metadata=false;generate-test=false\"",
43
- "lint": "eslint package.json src test",
44
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
45
- "pack": "npm pack 2>&1",
46
- "test": "npm run test:node && npm run test:browser",
47
- "test:browser": "echo skipped",
48
- "test:node": "dev-tool run test:vitest",
49
- "test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
50
- "update-snippets": "dev-tool run update-snippets"
51
- },
52
34
  "sideEffects": false,
53
35
  "//metadata": {
54
36
  "constantPaths": [
@@ -90,20 +72,20 @@
90
72
  "tslib": "^2.8.1"
91
73
  },
92
74
  "devDependencies": {
93
- "@azure-tools/test-credential": "^2.0.0",
94
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
95
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
96
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
97
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
98
- "@azure/identity": "^4.6.0",
99
- "@types/node": "^20.0.0",
100
- "@vitest/browser": "^3.0.9",
101
- "@vitest/coverage-istanbul": "^3.0.9",
75
+ "@azure/identity": "4.11.1",
76
+ "@types/node": "^20.19.0",
77
+ "@vitest/browser": "^3.2.3",
78
+ "@vitest/coverage-istanbul": "^3.2.3",
102
79
  "dotenv": "^16.0.0",
103
- "eslint": "^9.9.0",
104
- "playwright": "^1.47.2",
105
- "typescript": "~5.8.2",
106
- "vitest": "^3.0.9"
80
+ "eslint": "^9.33.0",
81
+ "playwright": "^1.50.1",
82
+ "typescript": "~5.8.3",
83
+ "vitest": "^3.2.3",
84
+ "@azure-tools/test-recorder": "^4.1.0",
85
+ "@azure-tools/test-utils-vitest": "^1.0.0",
86
+ "@azure-tools/test-credential": "^2.1.1",
87
+ "@azure/dev-tool": "^1.0.0",
88
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
107
89
  },
108
90
  "type": "module",
109
91
  "tshy": {
@@ -137,5 +119,23 @@
137
119
  "default": "./dist/commonjs/index.js"
138
120
  }
139
121
  }
122
+ },
123
+ "scripts": {
124
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
125
+ "build:samples": "echo Obsolete.",
126
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
127
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log dist-browser statistics.html coverage && dev-tool run vendored rimraf --glob src/**/*.js && dev-tool run vendored rimraf --glob test/**/*.js",
128
+ "execute:samples": "dev-tool samples run samples-dev",
129
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
130
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
131
+ "generate:client": "tsp-client update -d -o src/generated --emitter-options=\"generate-metadata=false;generate-test=false\"",
132
+ "lint": "eslint package.json src test",
133
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
134
+ "pack": "pnpm pack 2>&1",
135
+ "test": "npm run test:node && npm run test:browser",
136
+ "test:browser": "echo skipped",
137
+ "test:node": "dev-tool run test:vitest",
138
+ "test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
139
+ "update-snippets": "dev-tool run update-snippets"
140
140
  }
141
- }
141
+ }