@azure/keyvault-keys 4.10.1-alpha.20250825.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.11"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
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.20250825.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",
@@ -81,11 +81,11 @@
81
81
  "playwright": "^1.50.1",
82
82
  "typescript": "~5.8.3",
83
83
  "vitest": "^3.2.3",
84
- "@azure-tools/test-credential": "^2.1.1",
85
84
  "@azure-tools/test-recorder": "^4.1.0",
86
- "@azure-tools/test-utils-vitest": "^2.0.0",
87
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
88
- "@azure/dev-tool": "^1.0.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"
89
89
  },
90
90
  "type": "module",
91
91
  "tshy": {
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "scripts": {
124
124
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
125
- "build:samples": "tsc -p tsconfig.samples.json",
125
+ "build:samples": "echo Obsolete.",
126
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
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
128
  "execute:samples": "dev-tool samples run samples-dev",
@@ -134,7 +134,8 @@
134
134
  "pack": "pnpm pack 2>&1",
135
135
  "test": "npm run test:node && npm run test:browser",
136
136
  "test:browser": "echo skipped",
137
- "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
137
+ "test:node": "dev-tool run test:vitest",
138
+ "test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
138
139
  "update-snippets": "dev-tool run update-snippets"
139
140
  }
140
141
  }