@prisma/orm-target-sqlite 8.0.0-rc.8-dev.1 → 8.0.0-rc.8-dev.3
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.
- package/README.md +0 -4
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -17,7 +17,3 @@ A bare namespace import (e.g. `@prisma/orm-target-sqlite/adapter`) aggregates th
|
|
|
17
17
|
## Responsibilities
|
|
18
18
|
|
|
19
19
|
Everything SQLite-specific: native type normalization, DDL generation, control tables, and the database connection. Shared SQL semantics live in `@prisma/orm-family-sql`.
|
|
20
|
-
|
|
21
|
-
## Dependencies
|
|
22
|
-
|
|
23
|
-
`@prisma/orm-framework`, `@prisma/orm-family-sql`, and `@prisma/orm-toolchain` (exact lockstep pins), plus small third-party runtime libraries.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-target-sqlite",
|
|
3
|
-
"version": "8.0.0-rc.8-dev.
|
|
3
|
+
"version": "8.0.0-rc.8-dev.3",
|
|
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.8-dev.
|
|
13
|
-
"@prisma/orm-framework": "8.0.0-rc.8-dev.
|
|
14
|
-
"@prisma/orm-toolchain": "8.0.0-rc.8-dev.
|
|
12
|
+
"@prisma/orm-family-sql": "8.0.0-rc.8-dev.3",
|
|
13
|
+
"@prisma/orm-framework": "8.0.0-rc.8-dev.3",
|
|
14
|
+
"@prisma/orm-toolchain": "8.0.0-rc.8-dev.3",
|
|
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.8-dev.
|
|
21
|
-
"@internal/driver-sqlite": "8.0.0-rc.8-dev.
|
|
22
|
-
"@internal/target-sqlite": "8.0.0-rc.8-dev.
|
|
23
|
-
"@repo/tsconfig": "8.0.0-rc.8-dev.
|
|
24
|
-
"@repo/tsdown": "8.0.0-rc.8-dev.
|
|
20
|
+
"@internal/adapter-sqlite": "8.0.0-rc.8-dev.3",
|
|
21
|
+
"@internal/driver-sqlite": "8.0.0-rc.8-dev.3",
|
|
22
|
+
"@internal/target-sqlite": "8.0.0-rc.8-dev.3",
|
|
23
|
+
"@repo/tsconfig": "8.0.0-rc.8-dev.3",
|
|
24
|
+
"@repo/tsdown": "8.0.0-rc.8-dev.3",
|
|
25
25
|
"tsdown": "0.22.14",
|
|
26
26
|
"typescript": "5.9.3"
|
|
27
27
|
},
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"repository": {
|
|
72
72
|
"type": "git",
|
|
73
|
-
"url": "https://github.com/prisma/
|
|
73
|
+
"url": "https://github.com/prisma/orm.git",
|
|
74
74
|
"directory": "packages/9-public/@prisma/orm-target-sqlite"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|