@prisma-next/target-postgres 0.0.1 → 0.1.0-pr.41.5
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 +17 -17
package/package.json
CHANGED
|
@@ -1,29 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma-next/target-postgres",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.1.0-pr.41.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "Postgres target pack for Prisma Next",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "tsup --config tsup.config.ts",
|
|
9
|
-
"test": "vitest run --passWithNoTests",
|
|
10
|
-
"test:coverage": "vitest run --coverage --passWithNoTests",
|
|
11
|
-
"typecheck": "tsc --project tsconfig.json --noEmit",
|
|
12
|
-
"lint": "biome check . --config-path ../../../../biome.json --error-on-warnings",
|
|
13
|
-
"clean": "node ../../../../scripts/clean.mjs"
|
|
14
|
-
},
|
|
15
7
|
"dependencies": {
|
|
16
|
-
"
|
|
17
|
-
"@prisma-next/contract": "
|
|
18
|
-
"@prisma-next/core-control-plane": "
|
|
19
|
-
"@prisma-next/core-execution-plane": "
|
|
20
|
-
"
|
|
8
|
+
"arktype": "^2.0.0",
|
|
9
|
+
"@prisma-next/contract": "0.1.0-pr.41.5",
|
|
10
|
+
"@prisma-next/core-control-plane": "0.1.0-pr.41.5",
|
|
11
|
+
"@prisma-next/core-execution-plane": "0.1.0-pr.41.5",
|
|
12
|
+
"@prisma-next/cli": "0.1.0-pr.41.5"
|
|
21
13
|
},
|
|
22
14
|
"devDependencies": {
|
|
23
|
-
"@prisma-next/test-utils": "workspace:*",
|
|
24
15
|
"tsup": "^8.3.0",
|
|
25
16
|
"typescript": "^5.9.3",
|
|
26
|
-
"vitest": "^2.1.1"
|
|
17
|
+
"vitest": "^2.1.1",
|
|
18
|
+
"@prisma-next/test-utils": "0.0.1"
|
|
27
19
|
},
|
|
28
20
|
"files": [
|
|
29
21
|
"dist",
|
|
@@ -38,5 +30,13 @@
|
|
|
38
30
|
"types": "./dist/exports/runtime.d.ts",
|
|
39
31
|
"import": "./dist/exports/runtime.js"
|
|
40
32
|
}
|
|
33
|
+
},
|
|
34
|
+
"scripts": {
|
|
35
|
+
"build": "tsup --config tsup.config.ts",
|
|
36
|
+
"test": "vitest run --passWithNoTests",
|
|
37
|
+
"test:coverage": "vitest run --coverage --passWithNoTests",
|
|
38
|
+
"typecheck": "tsc --project tsconfig.json --noEmit",
|
|
39
|
+
"lint": "biome check . --config-path ../../../../biome.json --error-on-warnings",
|
|
40
|
+
"clean": "node ../../../../scripts/clean.mjs"
|
|
41
41
|
}
|
|
42
|
-
}
|
|
42
|
+
}
|