@prisma/orm-framework 8.0.0-rc.8 → 8.0.0-rc.8-dev.2
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 +0 -4
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -21,7 +21,3 @@ Each subpath namespace consolidates one internal framework module; a bare namesp
|
|
|
21
21
|
## Responsibilities
|
|
22
22
|
|
|
23
23
|
Everything runtime and authoring code needs independently of a concrete database: contract representation and validation, component wiring, PSL handling, and shared utilities. No database drivers, no build tooling (that is `@prisma/orm-toolchain`).
|
|
24
|
-
|
|
25
|
-
## Dependencies
|
|
26
|
-
|
|
27
|
-
Self-contained apart from small third-party runtime libraries (`arktype`, `@standard-schema/spec`, `pathe`, `uniku`). It is the root of the platform-package graph: the family, target, and toolchain packages all depend on it.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-framework",
|
|
3
|
-
"version": "8.0.0-rc.8",
|
|
3
|
+
"version": "8.0.0-rc.8-dev.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
"uniku": "^0.5.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@internal/config": "8.0.0-rc.8",
|
|
19
|
-
"@internal/contract": "8.0.0-rc.8",
|
|
20
|
-
"@internal/contract-authoring": "8.0.0-rc.8",
|
|
21
|
-
"@internal/errors": "8.0.0-rc.8",
|
|
22
|
-
"@internal/framework-components": "8.0.0-rc.8",
|
|
23
|
-
"@internal/ids": "8.0.0-rc.8",
|
|
24
|
-
"@internal/operations": "8.0.0-rc.8",
|
|
25
|
-
"@internal/psl-parser": "8.0.0-rc.8",
|
|
26
|
-
"@internal/psl-printer": "8.0.0-rc.8",
|
|
27
|
-
"@internal/ts-render": "8.0.0-rc.8",
|
|
28
|
-
"@repo/tsconfig": "8.0.0-rc.8",
|
|
29
|
-
"@internal/publish-surface": "8.0.0-rc.8",
|
|
30
|
-
"@repo/tsdown": "8.0.0-rc.8",
|
|
31
|
-
"@internal/utils": "8.0.0-rc.8",
|
|
18
|
+
"@internal/config": "8.0.0-rc.8-dev.2",
|
|
19
|
+
"@internal/contract": "8.0.0-rc.8-dev.2",
|
|
20
|
+
"@internal/contract-authoring": "8.0.0-rc.8-dev.2",
|
|
21
|
+
"@internal/errors": "8.0.0-rc.8-dev.2",
|
|
22
|
+
"@internal/framework-components": "8.0.0-rc.8-dev.2",
|
|
23
|
+
"@internal/ids": "8.0.0-rc.8-dev.2",
|
|
24
|
+
"@internal/operations": "8.0.0-rc.8-dev.2",
|
|
25
|
+
"@internal/psl-parser": "8.0.0-rc.8-dev.2",
|
|
26
|
+
"@internal/psl-printer": "8.0.0-rc.8-dev.2",
|
|
27
|
+
"@internal/ts-render": "8.0.0-rc.8-dev.2",
|
|
28
|
+
"@repo/tsconfig": "8.0.0-rc.8-dev.2",
|
|
29
|
+
"@internal/publish-surface": "8.0.0-rc.8-dev.2",
|
|
30
|
+
"@repo/tsdown": "8.0.0-rc.8-dev.2",
|
|
31
|
+
"@internal/utils": "8.0.0-rc.8-dev.2",
|
|
32
32
|
"tsdown": "0.22.14",
|
|
33
33
|
"typescript": "5.9.3",
|
|
34
34
|
"vitest": "5.0.0-rc.2"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
"repository": {
|
|
105
105
|
"type": "git",
|
|
106
|
-
"url": "https://github.com/prisma/
|
|
106
|
+
"url": "https://github.com/prisma/orm.git",
|
|
107
107
|
"directory": "packages/9-public/@prisma/orm-framework"
|
|
108
108
|
},
|
|
109
109
|
"scripts": {
|