@prisma/orm-extension-arktype-json 8.0.0-rc.9-dev.5 → 8.0.0-rc.9-dev.6
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 +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @prisma/orm-extension-arktype-json
|
|
2
2
|
|
|
3
|
-
JSON columns with a validated, typed shape for Prisma
|
|
3
|
+
JSON columns with a validated, typed shape for Prisma 8, built on [arktype](https://arktype.io).
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
pnpm add @prisma/orm-extension-arktype-json
|
package/package.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-extension-arktype-json",
|
|
3
|
-
"version": "8.0.0-rc.9-dev.
|
|
3
|
+
"version": "8.0.0-rc.9-dev.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
|
-
"description": "Arktype-validated JSON columns for Prisma
|
|
7
|
+
"description": "Arktype-validated JSON columns for Prisma 8",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@prisma/orm-family-sql": "8.0.0-rc.9-dev.
|
|
13
|
-
"@prisma/orm-framework": "8.0.0-rc.9-dev.
|
|
12
|
+
"@prisma/orm-family-sql": "8.0.0-rc.9-dev.6",
|
|
13
|
+
"@prisma/orm-framework": "8.0.0-rc.9-dev.6",
|
|
14
14
|
"@standard-schema/spec": "^1.1.0",
|
|
15
15
|
"arktype": "~2.2.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@internal/extension-arktype-json": "8.0.0-rc.9-dev.
|
|
19
|
-
"@repo/tsconfig": "8.0.0-rc.9-dev.
|
|
20
|
-
"@repo/tsdown": "8.0.0-rc.9-dev.
|
|
21
|
-
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.
|
|
18
|
+
"@internal/extension-arktype-json": "8.0.0-rc.9-dev.6",
|
|
19
|
+
"@repo/tsconfig": "8.0.0-rc.9-dev.6",
|
|
20
|
+
"@repo/tsdown": "8.0.0-rc.9-dev.6",
|
|
21
|
+
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.6",
|
|
22
22
|
"tsdown": "0.22.14",
|
|
23
23
|
"typescript": "5.9.3"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.
|
|
26
|
+
"@prisma/orm-target-postgres": "8.0.0-rc.9-dev.6",
|
|
27
27
|
"typescript": ">=5.9"
|
|
28
28
|
},
|
|
29
29
|
"peerDependenciesMeta": {
|