@prisma-next/driver-mongo 0.5.0-dev.31 → 0.5.0-dev.32

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/dist/control.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as DRIVER_INFO } from "./driver-info-Ddq7_t5H.mjs";
1
+ import { t as DRIVER_INFO } from "./driver-info-BSirdlLb.mjs";
2
2
  import { MongoClient } from "mongodb";
3
3
  import { errorRuntime } from "@prisma-next/errors/execution";
4
4
  import { redactDatabaseUrl } from "@prisma-next/utils/redact-db-url";
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "0.5.0-dev.31";
2
+ var version = "0.5.0-dev.32";
3
3
 
4
4
  //#endregion
5
5
  //#region src/core/driver-info.ts
@@ -10,4 +10,4 @@ const DRIVER_INFO = {
10
10
 
11
11
  //#endregion
12
12
  export { DRIVER_INFO as t };
13
- //# sourceMappingURL=driver-info-Ddq7_t5H.mjs.map
13
+ //# sourceMappingURL=driver-info-BSirdlLb.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"driver-info-Ddq7_t5H.mjs","names":[],"sources":["../package.json","../src/core/driver-info.ts"],"sourcesContent":["","import { version } from '../../package.json' with { type: 'json' };\n\nexport const DRIVER_INFO = { name: 'Prisma', version } as const;\n"],"mappings":";;;;;ACEA,MAAa,cAAc;CAAE,MAAM;CAAU;CAAS"}
1
+ {"version":3,"file":"driver-info-BSirdlLb.mjs","names":[],"sources":["../package.json","../src/core/driver-info.ts"],"sourcesContent":["","import { version } from '../../package.json' with { type: 'json' };\n\nexport const DRIVER_INFO = { name: 'Prisma', version } as const;\n"],"mappings":";;;;;ACEA,MAAa,cAAc;CAAE,MAAM;CAAU;CAAS"}
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as DRIVER_INFO } from "./driver-info-Ddq7_t5H.mjs";
1
+ import { t as DRIVER_INFO } from "./driver-info-BSirdlLb.mjs";
2
2
  import { MongoClient } from "mongodb";
3
3
 
4
4
  //#region src/mongo-driver.ts
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@prisma-next/driver-mongo",
3
- "version": "0.5.0-dev.31",
3
+ "version": "0.5.0-dev.32",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "MongoDB driver for Prisma Next",
7
7
  "dependencies": {
8
8
  "mongodb": "^6.16.0",
9
- "@prisma-next/errors": "0.5.0-dev.31",
10
- "@prisma-next/framework-components": "0.5.0-dev.31",
11
- "@prisma-next/mongo-wire": "0.5.0-dev.31",
12
- "@prisma-next/mongo-lowering": "0.5.0-dev.31",
13
- "@prisma-next/utils": "0.5.0-dev.31"
9
+ "@prisma-next/errors": "0.5.0-dev.32",
10
+ "@prisma-next/framework-components": "0.5.0-dev.32",
11
+ "@prisma-next/mongo-lowering": "0.5.0-dev.32",
12
+ "@prisma-next/mongo-wire": "0.5.0-dev.32",
13
+ "@prisma-next/utils": "0.5.0-dev.32"
14
14
  },
15
15
  "devDependencies": {
16
16
  "mongodb-memory-server": "10.4.3",
17
17
  "tsdown": "0.18.4",
18
18
  "typescript": "5.9.3",
19
19
  "vitest": "4.0.17",
20
- "@prisma-next/tsdown": "0.0.0",
20
+ "@prisma-next/tsconfig": "0.0.0",
21
21
  "@prisma-next/test-utils": "0.0.1",
22
- "@prisma-next/tsconfig": "0.0.0"
22
+ "@prisma-next/tsdown": "0.0.0"
23
23
  },
24
24
  "files": [
25
25
  "dist",