@prisma/composer 0.3.0-dev.3 → 0.3.0-dev.4

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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/composer",
3
- "version": "0.3.0-dev.3",
3
+ "version": "0.3.0-dev.4",
4
4
  "type": "module",
5
5
  "description": "Prisma Composer — build a Prisma App by composing Modules. Core authoring, deploy pipeline, the prisma-composer CLI, and the service-rpc/node/nextjs authoring surfaces.",
6
6
  "bin": {
@@ -38,15 +38,15 @@
38
38
  "@prisma/management-api-sdk": "^1.50.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@internal/assemble": "0.3.0-dev.3",
42
- "@internal/cli": "0.3.0-dev.3",
43
- "@internal/core": "0.3.0-dev.3",
44
- "@internal/foundation": "0.3.0-dev.3",
45
- "@internal/lowering": "0.3.0-dev.3",
46
- "@internal/nextjs": "0.3.0-dev.3",
47
- "@internal/node": "0.3.0-dev.3",
48
- "@internal/service-rpc": "0.3.0-dev.3",
49
- "@internal/tsdown-config": "0.3.0-dev.3",
41
+ "@internal/assemble": "0.3.0-dev.4",
42
+ "@internal/cli": "0.3.0-dev.4",
43
+ "@internal/core": "0.3.0-dev.4",
44
+ "@internal/foundation": "0.3.0-dev.4",
45
+ "@internal/lowering": "0.3.0-dev.4",
46
+ "@internal/nextjs": "0.3.0-dev.4",
47
+ "@internal/node": "0.3.0-dev.4",
48
+ "@internal/service-rpc": "0.3.0-dev.4",
49
+ "@internal/tsdown-config": "0.3.0-dev.4",
50
50
  "@types/node": "^25.9.3",
51
51
  "tsdown": "^0.22.7",
52
52
  "typescript": "^6.0.3"