@prisma/orm-mongo 8.0.0-rc.9-dev.7 → 8.0.0-rc.9-dev.8
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/orm-mongo",
|
|
3
|
-
"version": "8.0.0-rc.9-dev.
|
|
3
|
+
"version": "8.0.0-rc.9-dev.8",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"skills"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@prisma/orm-family-mongo": "8.0.0-rc.9-dev.
|
|
14
|
-
"@prisma/orm-framework": "8.0.0-rc.9-dev.
|
|
15
|
-
"@prisma/orm-target-mongo": "8.0.0-rc.9-dev.
|
|
16
|
-
"@prisma/orm-toolchain": "8.0.0-rc.9-dev.
|
|
13
|
+
"@prisma/orm-family-mongo": "8.0.0-rc.9-dev.8",
|
|
14
|
+
"@prisma/orm-framework": "8.0.0-rc.9-dev.8",
|
|
15
|
+
"@prisma/orm-target-mongo": "8.0.0-rc.9-dev.8",
|
|
16
|
+
"@prisma/orm-toolchain": "8.0.0-rc.9-dev.8",
|
|
17
17
|
"pathe": "^2.0.3"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@internal/mongo": "8.0.0-rc.9-dev.
|
|
21
|
-
"@repo/tsconfig": "8.0.0-rc.9-dev.
|
|
22
|
-
"@repo/tsdown": "8.0.0-rc.9-dev.
|
|
20
|
+
"@internal/mongo": "8.0.0-rc.9-dev.8",
|
|
21
|
+
"@repo/tsconfig": "8.0.0-rc.9-dev.8",
|
|
22
|
+
"@repo/tsdown": "8.0.0-rc.9-dev.8",
|
|
23
23
|
"tsdown": "0.22.14",
|
|
24
24
|
"typescript": "5.9.3"
|
|
25
25
|
},
|
package/skills/prisma-8/SKILL.md
CHANGED
package/skills/prisma-8/upgrading/extension/upgrades/8.0.0-rc.9-to-8.0.0-rc.10/instructions.md
CHANGED
|
@@ -3,6 +3,7 @@ from: "8.0.0-rc.9"
|
|
|
3
3
|
to: "8.0.0-rc.10"
|
|
4
4
|
# Prisma 8 naming sweep: prose only, no entry required
|
|
5
5
|
# sql-orm-client doc-comment sweep: reviewed, no entry required
|
|
6
|
+
# postgres shell dependency ownership: reviewed, no extension-author action required; bundled packages now declare the catalog Node/pg type dependencies that public shell manifests mirror
|
|
6
7
|
changes:
|
|
7
8
|
- id: to-one-relations-record-nullable
|
|
8
9
|
summary: |
|