@tsonic/efcore-sqlserver 10.0.39 → 10.0.40

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,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import type { SettingsProvider } from "../../System.Configuration/internal/index.js";
9
+ import type { ProtectedConfigurationProvider } from "../../System.Configuration/internal/index.js";
10
10
  import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
11
11
  import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
12
12
  import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
@@ -6,7 +6,7 @@
6
6
  import * as Internal from './System.Configuration.Provider/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { SettingsProvider } from './System.Configuration/internal/index.js';
9
+ import type { ProtectedConfigurationProvider } from './System.Configuration/internal/index.js';
10
10
  import type { ICollection, IEnumerable, IEnumerator } from '@tsonic/dotnet/System.Collections.js';
11
11
  import type { NameValueCollection } from '@tsonic/dotnet/System.Collections.Specialized.js';
12
12
  import type { Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/efcore-sqlserver",
3
- "version": "10.0.39",
3
+ "version": "10.0.40",
4
4
  "description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.SqlServer (+ dependencies) for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [