@tsonic/efcore-sqlserver 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.
|
@@ -876,7 +876,6 @@ export interface __Ext_System_ClientModel_Primitives_ActivitySource {
|
|
|
876
876
|
type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
|
|
877
877
|
type __TsonicMergeExtMaps<A, B> = A & B;
|
|
878
878
|
type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf<TShape>, { [P in K]: TApplier }> };
|
|
879
|
-
type __TsonicPreferExt<A, B> = A & B;
|
|
880
879
|
|
|
881
880
|
// Generic helper type for extension methods in namespace: Azure
|
|
882
881
|
type __TsonicExtSurface_Azure<TShape> =
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsonic/efcore-sqlserver",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.32",
|
|
4
4
|
"description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.SqlServer (+ dependencies) for .NET 10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "https://github.com/tsoniclang/efcore-sqlserver.git"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@tsonic/core": "10.0.
|
|
23
|
-
"@tsonic/dotnet": "10.0.
|
|
24
|
-
"@tsonic/microsoft-extensions": "10.0.
|
|
25
|
-
"@tsonic/efcore": "10.0.
|
|
22
|
+
"@tsonic/core": "10.0.32",
|
|
23
|
+
"@tsonic/dotnet": "10.0.32",
|
|
24
|
+
"@tsonic/microsoft-extensions": "10.0.32",
|
|
25
|
+
"@tsonic/efcore": "10.0.32"
|
|
26
26
|
}
|
|
27
27
|
}
|