@prisma/orm-target-sqlite 8.0.0-rc.11-dev.27 → 8.0.0-rc.11-dev.28
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.
|
@@ -62,9 +62,11 @@ declare const sqliteTargetDescriptorMetaBase: {
|
|
|
62
62
|
readonly output: {
|
|
63
63
|
readonly codecId: "sqlite/datetime@1";
|
|
64
64
|
readonly nativeType: "text";
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
67
|
-
|
|
65
|
+
readonly executionDefaults: {
|
|
66
|
+
readonly onCreate: {
|
|
67
|
+
readonly kind: "generator";
|
|
68
|
+
readonly id: "timestampNow";
|
|
69
|
+
};
|
|
68
70
|
};
|
|
69
71
|
};
|
|
70
72
|
};
|
|
@@ -101,4 +103,4 @@ declare const sqliteTargetDescriptorMeta: typeof sqliteTargetDescriptorMetaBase
|
|
|
101
103
|
};
|
|
102
104
|
//#endregion
|
|
103
105
|
export { sqliteTargetDescriptorMeta as t };
|
|
104
|
-
//# sourceMappingURL=pack-
|
|
106
|
+
//# sourceMappingURL=pack-CgUQkxKM.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pack-
|
|
1
|
+
{"version":3,"file":"pack-CgUQkxKM.d.mts","names":[],"sources":["../../../../3-targets/3-targets/sqlite/dist/pack.d.mts"],"mappings":";;;cAEc;WACH;WACA;WACA;aACE;eACE;iBACE;iBACA;iBACA;mBACE;mBACA;;;;aAIN;eACE;iBACE;mBACE;mBACA;qBACE;qBACA;qBACA;qBACA;;qBAEA;qBACA;qBACA;qBACA;;mBAEF;qBACE;qBACA;qBACA;uBACE;yBACE;yBACA;yBACA;2BACE;6BACE;6BACA;;;;uBAIN;yBACE;yBACA;yBACA;2BACE;6BACE;6BACA;;;;;;;iBAOZ;mBACE;mBACA;qBACE;qBACA;qBACA;uBACE;yBACE;yBACA;;;;;iBAKR;mBACE;mBACA;qBACE;qBACA;qBACA;uBACE;yBACE;yBACA;;uBAEF;yBACE;yBACA;;;;;;;;WAQd;WACA;WACA;WACA;WACA;WACA;WACA,eAAe;;cAEZ,mCAAmC;WACtC,eAAe"}
|
package/dist/target.d.mts
CHANGED
|
@@ -20,7 +20,7 @@ import { t as SqliteContractView } from "./sqlite-contract-view-BpNMaU2m-COMDaGa
|
|
|
20
20
|
import { t as SqliteMigration } from "./sqlite-migration-o23JHwzY-CwNJcqwl.mjs";
|
|
21
21
|
import { a as fn, c as placeholder, d as unique, i as dataTransform, l as primaryKey, n as MigrationCLI, o as foreignKey, r as col, s as lit, t as DataTransformOptions, u as rawSql } from "./migration-uylRe5MP.mjs";
|
|
22
22
|
import { a as DropColumnCall, c as RawSqlCall, i as DataTransformCall, l as RecreateTableCall, n as CreateIndexCall, o as DropIndexCall, r as CreateTableCall, s as DropTableCall, t as AddColumnCall, u as SqliteOpFactoryCall } from "./op-factory-call-DoHN7Q7L.mjs";
|
|
23
|
-
import "./pack-
|
|
23
|
+
import "./pack-CgUQkxKM.mjs";
|
|
24
24
|
import { n as TypeScriptRenderableSqliteMigration, t as SqliteMigrationDestinationInfo } from "./planner-produced-sqlite-migration-BuJysRxx-CaDUbNVx.mjs";
|
|
25
25
|
import { n as SqlitePlanResult, r as createSqliteMigrationPlanner, t as SqliteMigrationPlanner } from "./planner-Bxdi7jZF.mjs";
|
|
26
26
|
import "./planner-produced-sqlite-migration-uySoqJO-.mjs";
|
package/dist/target__pack.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as sqliteTargetDescriptorMeta } from "./pack-
|
|
1
|
+
import { t as sqliteTargetDescriptorMeta } from "./pack-CgUQkxKM.mjs";
|
|
2
2
|
export { sqliteTargetDescriptorMeta as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-target-sqlite",
|
|
3
|
-
"version": "8.0.0-rc.11-dev.
|
|
3
|
+
"version": "8.0.0-rc.11-dev.28",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@prisma/orm-family-sql": "8.0.0-rc.11-dev.
|
|
13
|
-
"@prisma/orm-framework": "8.0.0-rc.11-dev.
|
|
14
|
-
"@prisma/orm-toolchain": "8.0.0-rc.11-dev.
|
|
12
|
+
"@prisma/orm-family-sql": "8.0.0-rc.11-dev.28",
|
|
13
|
+
"@prisma/orm-framework": "8.0.0-rc.11-dev.28",
|
|
14
|
+
"@prisma/orm-toolchain": "8.0.0-rc.11-dev.28",
|
|
15
15
|
"@standard-schema/spec": "1.1.0",
|
|
16
16
|
"arktype": "^2.2.2",
|
|
17
17
|
"pathe": "^2.0.3"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@internal/adapter-sqlite": "8.0.0-rc.11-dev.
|
|
21
|
-
"@internal/driver-sqlite": "8.0.0-rc.11-dev.
|
|
22
|
-
"@internal/target-sqlite": "8.0.0-rc.11-dev.
|
|
23
|
-
"@repo/tsconfig": "8.0.0-rc.11-dev.
|
|
24
|
-
"@repo/tsdown": "8.0.0-rc.11-dev.
|
|
20
|
+
"@internal/adapter-sqlite": "8.0.0-rc.11-dev.28",
|
|
21
|
+
"@internal/driver-sqlite": "8.0.0-rc.11-dev.28",
|
|
22
|
+
"@internal/target-sqlite": "8.0.0-rc.11-dev.28",
|
|
23
|
+
"@repo/tsconfig": "8.0.0-rc.11-dev.28",
|
|
24
|
+
"@repo/tsdown": "8.0.0-rc.11-dev.28",
|
|
25
25
|
"tsdown": "0.22.14",
|
|
26
26
|
"typescript": "5.9.3"
|
|
27
27
|
},
|