@tsonic/efcore-sqlite 10.0.7 → 10.0.8

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.
@@ -278,7 +278,6 @@ export interface SqliteConnectionStringBuilder$instance extends DbConnectionStri
278
278
  DataSource: string;
279
279
  DefaultTimeout: int;
280
280
  ForeignKeys: Nullable_1<System_Internal.Boolean>;
281
- [keyword: string]: unknown | undefined;
282
281
  readonly Keys: ICollection;
283
282
  Mode: SqliteOpenMode;
284
283
  Password: string;
@@ -301,7 +300,7 @@ export const SqliteConnectionStringBuilder: {
301
300
  };
302
301
 
303
302
 
304
- export type SqliteConnectionStringBuilder = SqliteConnectionStringBuilder$instance;
303
+ export type SqliteConnectionStringBuilder = SqliteConnectionStringBuilder$instance & { [keyword: string]: unknown | undefined; };
305
304
 
306
305
  export interface SqliteDataReader$instance extends DbDataReader {
307
306
  readonly __tsonic_type_Microsoft_Data_Sqlite_SqliteDataReader: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/efcore-sqlite",
3
- "version": "10.0.7",
3
+ "version": "10.0.8",
4
4
  "description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.Sqlite (+ dependencies) for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [