@tsonic/efcore 10.0.26 → 10.0.27

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.
@@ -190,7 +190,7 @@ export interface CollectionEntry$instance extends NavigationEntry$instance, Micr
190
190
 
191
191
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
192
192
 
193
- CurrentValue: IEnumerable | unknown;
193
+ CurrentValue: unknown;
194
194
  IsModified: boolean;
195
195
  FindEntry(entity: unknown): EntityEntry | undefined;
196
196
  GetInternalTargetEntry(entity: unknown): InternalEntityEntry | undefined;
@@ -845,7 +845,7 @@ export interface MemberEntry$instance extends Microsoft_EntityFrameworkCore_Infr
845
845
 
846
846
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
847
847
 
848
- CurrentValue: IEnumerable | unknown;
848
+ CurrentValue: unknown;
849
849
  readonly EntityEntry: EntityEntry;
850
850
  readonly InternalEntry: IInternalEntry;
851
851
  IsModified: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/efcore",
3
- "version": "10.0.26",
3
+ "version": "10.0.27",
4
4
  "description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.* for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -19,8 +19,8 @@
19
19
  "url": "https://github.com/tsoniclang/efcore.git"
20
20
  },
21
21
  "peerDependencies": {
22
- "@tsonic/core": "10.0.26",
23
- "@tsonic/dotnet": "10.0.26",
24
- "@tsonic/microsoft-extensions": "10.0.26"
22
+ "@tsonic/core": "10.0.27",
23
+ "@tsonic/dotnet": "10.0.27",
24
+ "@tsonic/microsoft-extensions": "10.0.27"
25
25
  }
26
26
  }