@prisma/composer 0.10.0-dev.1 → 0.10.0
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/composer",
|
|
3
|
-
"version": "0.10.0
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Prisma Composer — build a Prisma App by composing Modules. Core authoring, deploy pipeline, and the service-rpc/node/nextjs authoring surfaces. The `prisma-composer` CLI lives in @prisma/composer-cli.",
|
|
6
6
|
"exports": {
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@effect/vitest": "4.0.0-beta.103",
|
|
39
|
-
"@internal/assemble": "0.10.0
|
|
40
|
-
"@internal/cli": "0.10.0
|
|
41
|
-
"@internal/core": "0.10.0
|
|
42
|
-
"@internal/foundation": "0.10.0
|
|
43
|
-
"@internal/lowering": "0.10.0
|
|
44
|
-
"@internal/nextjs": "0.10.0
|
|
45
|
-
"@internal/node": "0.10.0
|
|
46
|
-
"@internal/service-rpc": "0.10.0
|
|
47
|
-
"@internal/tsdown-config": "0.10.0
|
|
39
|
+
"@internal/assemble": "0.10.0",
|
|
40
|
+
"@internal/cli": "0.10.0",
|
|
41
|
+
"@internal/core": "0.10.0",
|
|
42
|
+
"@internal/foundation": "0.10.0",
|
|
43
|
+
"@internal/lowering": "0.10.0",
|
|
44
|
+
"@internal/nextjs": "0.10.0",
|
|
45
|
+
"@internal/node": "0.10.0",
|
|
46
|
+
"@internal/service-rpc": "0.10.0",
|
|
47
|
+
"@internal/tsdown-config": "0.10.0",
|
|
48
48
|
"@types/node": "^26.0.1",
|
|
49
49
|
"tsdown": "^0.22.7",
|
|
50
50
|
"typescript": "^6.0.3"
|