@prisma-next/driver-mongo 0.11.0-dev.6 → 0.11.0-dev.7

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-BNoEm8PJ.mjs";
1
+ import { t as DRIVER_INFO } from "./driver-info-CwUeLWft.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";
@@ -2,9 +2,9 @@
2
2
  //#region src/core/driver-info.ts
3
3
  const DRIVER_INFO = {
4
4
  name: "Prisma",
5
- version: "0.11.0-dev.6"
5
+ version: "0.11.0-dev.7"
6
6
  };
7
7
  //#endregion
8
8
  export { DRIVER_INFO as t };
9
9
 
10
- //# sourceMappingURL=driver-info-BNoEm8PJ.mjs.map
10
+ //# sourceMappingURL=driver-info-CwUeLWft.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"driver-info-BNoEm8PJ.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-CwUeLWft.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-BNoEm8PJ.mjs";
1
+ import { t as DRIVER_INFO } from "./driver-info-CwUeLWft.mjs";
2
2
  import { MongoClient } from "mongodb";
3
3
  //#region src/mongo-driver.ts
4
4
  var MongoDriverImpl = class MongoDriverImpl {
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@prisma-next/driver-mongo",
3
- "version": "0.11.0-dev.6",
3
+ "version": "0.11.0-dev.7",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "description": "MongoDB driver for Prisma Next",
8
8
  "dependencies": {
9
- "@prisma-next/errors": "0.11.0-dev.6",
10
- "@prisma-next/framework-components": "0.11.0-dev.6",
11
- "@prisma-next/mongo-lowering": "0.11.0-dev.6",
12
- "@prisma-next/mongo-wire": "0.11.0-dev.6",
13
- "@prisma-next/utils": "0.11.0-dev.6",
9
+ "@prisma-next/errors": "0.11.0-dev.7",
10
+ "@prisma-next/framework-components": "0.11.0-dev.7",
11
+ "@prisma-next/mongo-lowering": "0.11.0-dev.7",
12
+ "@prisma-next/mongo-wire": "0.11.0-dev.7",
13
+ "@prisma-next/utils": "0.11.0-dev.7",
14
14
  "mongodb": "^6.16.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@prisma-next/test-utils": "0.11.0-dev.6",
18
- "@prisma-next/tsconfig": "0.11.0-dev.6",
19
- "@prisma-next/tsdown": "0.11.0-dev.6",
17
+ "@prisma-next/test-utils": "0.11.0-dev.7",
18
+ "@prisma-next/tsconfig": "0.11.0-dev.7",
19
+ "@prisma-next/tsdown": "0.11.0-dev.7",
20
20
  "mongodb-memory-server": "11.1.0",
21
21
  "tsdown": "0.22.0",
22
22
  "typescript": "5.9.3",