@tsonic/microsoft-extensions 10.0.31 → 10.0.32
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.
|
@@ -601,7 +601,6 @@ export interface __Ext_System_Net_Http_IHttpMessageHandlerFactory {
|
|
|
601
601
|
type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
|
|
602
602
|
type __TsonicMergeExtMaps<A, B> = A & B;
|
|
603
603
|
type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf<TShape>, { [P in K]: TApplier }> };
|
|
604
|
-
type __TsonicPreferExt<A, B> = A & B;
|
|
605
604
|
|
|
606
605
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.Caching.Distributed
|
|
607
606
|
type __TsonicExtSurface_Microsoft_Extensions_Caching_Distributed<TShape> =
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsonic/microsoft-extensions",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.32",
|
|
4
4
|
"description": "TypeScript type definitions for Microsoft.Extensions.* (Hosting/DI/Logging/Configuration/Options) for .NET 10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"url": "https://github.com/tsoniclang/microsoft-extensions.git"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@tsonic/core": "10.0.
|
|
26
|
-
"@tsonic/dotnet": "10.0.
|
|
25
|
+
"@tsonic/core": "10.0.32",
|
|
26
|
+
"@tsonic/dotnet": "10.0.32"
|
|
27
27
|
}
|
|
28
28
|
}
|