@typespec/http-client-csharp 1.0.0-alpha.20250331.1 → 1.0.0-alpha.20250331.2

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.
@@ -6,25 +6,25 @@ declare const diags: {
6
6
  [code: string]: DiagnosticDefinition<DiagnosticMessages>;
7
7
  };
8
8
  export declare const $lib: import("@typespec/compiler").TypeSpecLibrary<{
9
- [x: string]: any;
9
+ [x: string]: /*elided*/ any;
10
10
  }, import("../options.js").CSharpEmitterOptions, never>;
11
11
  /**
12
12
  * Reports a diagnostic. Defined in the core compiler.
13
13
  * @beta
14
14
  */
15
15
  export declare const reportDiagnostic: <C extends string | number, M extends keyof {
16
- [x: string]: any;
16
+ [x: string]: /*elided*/ any;
17
17
  }[C]>(program: import("@typespec/compiler").Program, diag: import("@typespec/compiler").DiagnosticReport<{
18
- [x: string]: any;
18
+ [x: string]: /*elided*/ any;
19
19
  }, C, M>) => void;
20
20
  /**
21
21
  * Creates a diagnostic. Defined in the core compiler.
22
22
  * @beta
23
23
  */
24
24
  export declare const createDiagnostic: <C extends string | number, M extends keyof {
25
- [x: string]: any;
25
+ [x: string]: /*elided*/ any;
26
26
  }[C]>(diag: import("@typespec/compiler").DiagnosticReport<{
27
- [x: string]: any;
27
+ [x: string]: /*elided*/ any;
28
28
  }, C, M>) => import("@typespec/compiler").Diagnostic;
29
29
  /**
30
30
  * Gets a tracer. Defined in the core compiler.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.48.1"
8
+ "packageVersion": "7.52.2"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-csharp",
3
- "version": "1.0.0-alpha.20250331.1",
3
+ "version": "1.0.0-alpha.20250331.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting Http Client libraries for C#.",
6
6
  "homepage": "https://typespec.io",
@@ -64,7 +64,7 @@
64
64
  "@azure-tools/azure-http-specs": "0.1.0-alpha.10",
65
65
  "@azure-tools/typespec-azure-core": "0.53.0",
66
66
  "@azure-tools/typespec-client-generator-core": "0.53.1",
67
- "@microsoft/api-extractor": "^7.47.11",
67
+ "@microsoft/api-extractor": "^7.52.2",
68
68
  "@types/node": "~22.7.5",
69
69
  "@typespec/compiler": "0.67.1",
70
70
  "@typespec/http": "0.67.1",
@@ -78,7 +78,7 @@
78
78
  "@vitest/ui": "^3.0.5",
79
79
  "c8": "^10.1.2",
80
80
  "rimraf": "~6.0.1",
81
- "typescript": "~5.6.3",
81
+ "typescript": "~5.8.2",
82
82
  "vitest": "^3.0.5"
83
83
  }
84
84
  }