@prisma-next/sql-contract-ts 0.16.0-dev.14 → 0.16.0-dev.16
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/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma-next/sql-contract-ts",
|
|
3
|
-
"version": "0.16.0-dev.
|
|
3
|
+
"version": "0.16.0-dev.16",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"description": "SQL-specific TypeScript contract authoring surface for Prisma Next",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@prisma-next/config": "0.16.0-dev.
|
|
10
|
-
"@prisma-next/contract": "0.16.0-dev.
|
|
11
|
-
"@prisma-next/contract-authoring": "0.16.0-dev.
|
|
12
|
-
"@prisma-next/framework-components": "0.16.0-dev.
|
|
13
|
-
"@prisma-next/sql-contract": "0.16.0-dev.
|
|
14
|
-
"@prisma-next/utils": "0.16.0-dev.
|
|
9
|
+
"@prisma-next/config": "0.16.0-dev.16",
|
|
10
|
+
"@prisma-next/contract": "0.16.0-dev.16",
|
|
11
|
+
"@prisma-next/contract-authoring": "0.16.0-dev.16",
|
|
12
|
+
"@prisma-next/framework-components": "0.16.0-dev.16",
|
|
13
|
+
"@prisma-next/sql-contract": "0.16.0-dev.16",
|
|
14
|
+
"@prisma-next/utils": "0.16.0-dev.16",
|
|
15
15
|
"arktype": "^2.2.2",
|
|
16
16
|
"pathe": "^2.0.3",
|
|
17
17
|
"ts-toolbelt": "^9.6.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@prisma-next/test-utils": "0.16.0-dev.
|
|
21
|
-
"@prisma-next/tsconfig": "0.16.0-dev.
|
|
20
|
+
"@prisma-next/test-utils": "0.16.0-dev.16",
|
|
21
|
+
"@prisma-next/tsconfig": "0.16.0-dev.16",
|
|
22
22
|
"@types/pg": "8.20.0",
|
|
23
23
|
"pg": "8.22.0",
|
|
24
|
-
"@prisma-next/tsdown": "0.16.0-dev.
|
|
24
|
+
"@prisma-next/tsdown": "0.16.0-dev.16",
|
|
25
25
|
"tsdown": "0.22.8",
|
|
26
26
|
"typescript": "5.9.3",
|
|
27
27
|
"vitest": "4.1.10"
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
},
|
|
27
27
|
"storageHash": {
|
|
28
28
|
"type": "string",
|
|
29
|
-
"pattern": "^
|
|
29
|
+
"pattern": "^[a-f0-9]{64}$",
|
|
30
30
|
"description": "SHA-256 hash of the storage section (DB-satisfied expectations)"
|
|
31
31
|
},
|
|
32
32
|
"profileHash": {
|
|
33
33
|
"type": "string",
|
|
34
|
-
"pattern": "^
|
|
34
|
+
"pattern": "^[a-f0-9]{64}$",
|
|
35
35
|
"description": "SHA-256 hash of the pinned capability profile (capability keys/variants and adapter pins)"
|
|
36
36
|
},
|
|
37
37
|
"capabilities": {
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"properties": {
|
|
105
105
|
"executionHash": {
|
|
106
106
|
"type": "string",
|
|
107
|
-
"pattern": "^
|
|
107
|
+
"pattern": "^[a-f0-9]{64}$",
|
|
108
108
|
"description": "SHA-256 hash of the execution section (client-side behavior)"
|
|
109
109
|
},
|
|
110
110
|
"mutations": {
|