@azure/keyvault-keys 4.10.0-alpha.20250526.1 → 4.10.0-alpha.20250528.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 +3 -3
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.0-alpha.20250526.1",
5
+ "version": "4.10.0-alpha.20250528.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",
@@ -45,8 +45,8 @@
45
45
  "pack": "npm pack 2>&1",
46
46
  "test": "npm run test:node && npm run test:browser",
47
47
  "test:browser": "echo skipped",
48
- "test:node": "dev-tool run test:vitest -- --test-timeout 100000 --hook-timeout 100000",
49
- "test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm -- --test-timeout 5000000 --hook-timeout 100000",
48
+ "test:node": "dev-tool run test:vitest",
49
+ "test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
50
50
  "update-snippets": "dev-tool run update-snippets"
51
51
  },
52
52
  "sideEffects": false,