@tsonic/efcore-sqlite 10.0.7 → 10.0.11
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.
|
|
3
|
+
"version": "10.0.11",
|
|
4
4
|
"description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.Sqlite (+ dependencies) for .NET 10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "https://github.com/tsoniclang/efcore-sqlite.git"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@tsonic/core": "
|
|
23
|
-
"@tsonic/dotnet": "
|
|
24
|
-
"@tsonic/microsoft-extensions": "
|
|
25
|
-
"@tsonic/efcore": "
|
|
22
|
+
"@tsonic/core": "10.0.11",
|
|
23
|
+
"@tsonic/dotnet": "10.0.11",
|
|
24
|
+
"@tsonic/microsoft-extensions": "10.0.11",
|
|
25
|
+
"@tsonic/efcore": "10.0.11"
|
|
26
26
|
}
|
|
27
27
|
}
|