@azure/keyvault-admin 4.7.0-alpha.20250422.1 → 4.7.0-alpha.20250521.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.4"
8
+ "packageVersion": "7.52.8"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure/keyvault-admin",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "4.7.0-alpha.20250422.1",
5
+ "version": "4.7.0-alpha.20250521.1",
6
6
  "license": "MIT",
7
7
  "description": "Isomorphic client library for Azure KeyVault's administrative functions.",
8
8
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-admin/README.md",
@@ -37,25 +37,20 @@
37
37
  "scripts": {
38
38
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
39
39
  "build:samples": "echo Obsolete.",
40
- "build:test": "npm run clean && dev-tool run build-package",
41
40
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
42
41
  "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log statistics.html coverage && dev-tool run vendored rimraf --glob src/**/*.js && dev-tool run vendored rimraf --glob test/**/*.js",
43
42
  "execute:samples": "dev-tool samples run samples-dev",
44
43
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
45
44
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
46
45
  "generate:client": "node ../generate.js",
47
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
48
- "integration-test:browser": "echo skipped",
49
- "integration-test:node": "dev-tool run vendored cross-env TEST_MODE=live dev-tool run test:vitest --no-test-proxy --esm",
50
46
  "lint": "eslint README.md package.json api-extractor.json src test",
51
47
  "lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
52
48
  "pack": "npm pack 2>&1",
53
- "test": "npm run build:test && npm run unit-test",
49
+ "test": "npm run test:node && npm run test:browser",
54
50
  "test:browser": "echo Skipped",
55
- "test:node": "npm run unit-test:node",
56
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
57
- "unit-test:browser": "echo Skipped",
58
- "unit-test:node": "dev-tool run test:vitest -- --test-timeout 100000 --hook-timeout 100000",
51
+ "test:node": "dev-tool run test:vitest -- --test-timeout 100000 --hook-timeout 100000",
52
+ "test:node:esm": "echo skipped",
53
+ "test:node:live": "dev-tool run vendored cross-env TEST_MODE=live dev-tool run test:vitest --no-test-proxy --esm",
59
54
  "update-snippets": "dev-tool run update-snippets"
60
55
  },
61
56
  "//metadata": {