@azure/arm-quantum 1.0.0-alpha.20250611.1 → 1.0.0-alpha.20250616.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.
package/package.json CHANGED
@@ -3,9 +3,9 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for AzureQuantumManagementClient.",
6
- "version": "1.0.0-alpha.20250611.1",
6
+ "version": "1.0.0-alpha.20250616.1",
7
7
  "engines": {
8
- "node": ">=18.0.0"
8
+ "node": ">=20.0.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "@azure/abort-controller": "^2.1.2",
@@ -34,7 +34,7 @@
34
34
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
35
35
  "@azure/identity": "^4.6.0",
36
36
  "@azure/logger": "^1.1.4",
37
- "@types/node": "^18.0.0",
37
+ "@types/node": "^20.0.0",
38
38
  "@vitest/browser": "^3.0.9",
39
39
  "@vitest/coverage-istanbul": "^3.0.9",
40
40
  "dotenv": "^16.0.0",
@@ -18,7 +18,7 @@ export interface ApiKey {
18
18
 
19
19
  // @public
20
20
  export interface APIKeys {
21
- keys?: KeyType_2[];
21
+ keys?: KeyType[];
22
22
  }
23
23
 
24
24
  // @public (undocumented)
@@ -87,8 +87,7 @@ export interface ErrorResponse {
87
87
  export function getContinuationToken(page: unknown): string | undefined;
88
88
 
89
89
  // @public
90
- type KeyType_2 = string;
91
- export { KeyType_2 as KeyType }
90
+ export type KeyType = string;
92
91
 
93
92
  // @public
94
93
  export enum KnownCreatedByType {