@azure/keyvault-keys 4.10.2-alpha.20251013.1 → 4.10.2-alpha.20251017.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.53.1"
8
+ "packageVersion": "7.52.13"
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.2-alpha.20251013.1",
5
+ "version": "4.10.2-alpha.20251017.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",
@@ -54,17 +54,17 @@
54
54
  }
55
55
  },
56
56
  "dependencies": {
57
- "@azure-rest/core-client": "^2.3.3",
58
- "@azure/abort-controller": "^2.1.2",
59
- "@azure/core-auth": "^1.9.0",
60
- "@azure/core-http-compat": "^2.2.0",
57
+ "@azure-rest/core-client": ">=2.5.1-alpha <2.5.1-alphb",
58
+ "@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
59
+ "@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
60
+ "@azure/core-http-compat": ">=2.3.1-alpha <2.3.1-alphb",
61
61
  "@azure/core-lro": "^2.7.2",
62
- "@azure/core-paging": "^1.6.2",
63
- "@azure/core-rest-pipeline": "^1.19.0",
64
- "@azure/core-tracing": "^1.2.0",
65
- "@azure/core-util": "^1.11.0",
66
- "@azure/keyvault-common": "^2.0.0",
67
- "@azure/logger": "^1.1.4",
62
+ "@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
63
+ "@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
64
+ "@azure/core-tracing": ">=1.3.1-alpha <1.3.1-alphb",
65
+ "@azure/core-util": ">=1.13.1-alpha <1.13.1-alphb",
66
+ "@azure/keyvault-common": ">=2.0.2-alpha <2.0.2-alphb",
67
+ "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
68
68
  "tslib": "^2.8.1"
69
69
  },
70
70
  "devDependencies": {
@@ -72,16 +72,20 @@
72
72
  "@types/node": "^20.19.0",
73
73
  "@vitest/browser": "^3.2.3",
74
74
  "@vitest/coverage-istanbul": "^3.2.3",
75
+ "cross-env": "^7.0.3",
75
76
  "dotenv": "^16.0.0",
76
77
  "eslint": "^9.33.0",
77
78
  "playwright": "^1.50.1",
79
+ "prettier": "^3.6.2",
80
+ "rimraf": "^6.0.1",
81
+ "tshy": "^3.0.0",
78
82
  "typescript": "~5.9.3",
79
83
  "vitest": "^3.2.3",
80
84
  "@azure-tools/test-credential": "^2.1.2",
81
85
  "@azure-tools/test-recorder": "^4.1.1",
82
86
  "@azure-tools/test-utils-vitest": "^2.0.1",
83
- "@azure/dev-tool": "^1.0.0",
84
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
87
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
88
+ "@azure/dev-tool": "^1.0.0"
85
89
  },
86
90
  "type": "module",
87
91
  "tshy": {
@@ -119,11 +123,11 @@
119
123
  "scripts": {
120
124
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
121
125
  "build:samples": "tsc -p tsconfig.samples.json",
122
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
123
- "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",
126
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
127
+ "clean": "rimraf --glob dist dist-* types *.tgz *.log dist-browser statistics.html coverage && rimraf --glob src/**/*.js && rimraf --glob test/**/*.js",
124
128
  "execute:samples": "dev-tool samples run samples-dev",
125
129
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
126
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"./**/*.ts\" \"*.{js,json}\"",
130
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"./**/*.ts\" \"*.{js,json}\"",
127
131
  "generate:client": "tsp-client update -d --emitter-options=\"generate-metadata=false;generate-test=false\" && npm run format",
128
132
  "lint": "eslint package.json src test",
129
133
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",