@prisma/orm-family-mongo 8.0.0-rc.8-dev.1 → 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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -21,7 +21,3 @@ Applications receive it as an exact-pinned dependency of the Mongo facade (`@pri
21
21
  ## Responsibilities
22
22
 
23
23
  Everything Mongo-shaped that is independent of the concrete target wiring: contract semantics, query representation, and the family-level control/migration surface. The target descriptor, adapter, and driver live in `@prisma/orm-target-mongo`.
24
-
25
- ## Dependencies
26
-
27
- `@prisma/orm-framework` and `@prisma/orm-toolchain` (exact lockstep pins), the `mongodb` driver library, and small third-party runtime libraries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/orm-family-mongo",
3
- "version": "8.0.0-rc.8-dev.1",
3
+ "version": "8.0.0-rc.8-dev.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -9,29 +9,29 @@
9
9
  "dist"
10
10
  ],
11
11
  "dependencies": {
12
- "@prisma/orm-framework": "8.0.0-rc.8-dev.1",
13
- "@prisma/orm-toolchain": "8.0.0-rc.8-dev.1",
12
+ "@prisma/orm-framework": "8.0.0-rc.8-dev.2",
13
+ "@prisma/orm-toolchain": "8.0.0-rc.8-dev.2",
14
14
  "arktype": "^2.2.2",
15
15
  "mongodb": "^7.4.0",
16
16
  "pathe": "^2.0.3"
17
17
  },
18
18
  "devDependencies": {
19
- "@internal/family-mongo": "8.0.0-rc.8-dev.1",
20
- "@internal/mongo-codec": "8.0.0-rc.8-dev.1",
21
- "@internal/mongo-contract": "8.0.0-rc.8-dev.1",
22
- "@internal/mongo-contract-psl": "8.0.0-rc.8-dev.1",
23
- "@internal/mongo-contract-ts": "8.0.0-rc.8-dev.1",
24
- "@internal/mongo-emitter": "8.0.0-rc.8-dev.1",
25
- "@internal/mongo-lowering": "8.0.0-rc.8-dev.1",
26
- "@internal/mongo-orm": "8.0.0-rc.8-dev.1",
27
- "@internal/mongo-query-ast": "8.0.0-rc.8-dev.1",
28
- "@internal/mongo-query-builder": "8.0.0-rc.8-dev.1",
29
- "@internal/mongo-runtime": "8.0.0-rc.8-dev.1",
30
- "@internal/mongo-schema-ir": "8.0.0-rc.8-dev.1",
31
- "@internal/mongo-value": "8.0.0-rc.8-dev.1",
32
- "@internal/mongo-wire": "8.0.0-rc.8-dev.1",
33
- "@repo/tsconfig": "8.0.0-rc.8-dev.1",
34
- "@repo/tsdown": "8.0.0-rc.8-dev.1",
19
+ "@internal/family-mongo": "8.0.0-rc.8-dev.2",
20
+ "@internal/mongo-codec": "8.0.0-rc.8-dev.2",
21
+ "@internal/mongo-contract": "8.0.0-rc.8-dev.2",
22
+ "@internal/mongo-contract-psl": "8.0.0-rc.8-dev.2",
23
+ "@internal/mongo-contract-ts": "8.0.0-rc.8-dev.2",
24
+ "@internal/mongo-emitter": "8.0.0-rc.8-dev.2",
25
+ "@internal/mongo-lowering": "8.0.0-rc.8-dev.2",
26
+ "@internal/mongo-orm": "8.0.0-rc.8-dev.2",
27
+ "@internal/mongo-query-ast": "8.0.0-rc.8-dev.2",
28
+ "@internal/mongo-query-builder": "8.0.0-rc.8-dev.2",
29
+ "@internal/mongo-runtime": "8.0.0-rc.8-dev.2",
30
+ "@internal/mongo-schema-ir": "8.0.0-rc.8-dev.2",
31
+ "@internal/mongo-value": "8.0.0-rc.8-dev.2",
32
+ "@internal/mongo-wire": "8.0.0-rc.8-dev.2",
33
+ "@repo/tsconfig": "8.0.0-rc.8-dev.2",
34
+ "@repo/tsdown": "8.0.0-rc.8-dev.2",
35
35
  "tsdown": "0.22.14",
36
36
  "typescript": "5.9.3"
37
37
  },
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "repository": {
80
80
  "type": "git",
81
- "url": "https://github.com/prisma/prisma.git",
81
+ "url": "https://github.com/prisma/orm.git",
82
82
  "directory": "packages/9-public/@prisma/orm-family-mongo"
83
83
  },
84
84
  "scripts": {