@prisma-next/driver-mongo 0.5.0-dev.42 → 0.5.0-dev.43
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-
|
|
1
|
+
import { t as DRIVER_INFO } from "./driver-info-BnHY-V1N.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.
|
|
2
|
+
var version = "0.5.0-dev.43";
|
|
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-
|
|
13
|
+
//# sourceMappingURL=driver-info-BnHY-V1N.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"driver-info-
|
|
1
|
+
{"version":3,"file":"driver-info-BnHY-V1N.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
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma-next/driver-mongo",
|
|
3
|
-
"version": "0.5.0-dev.
|
|
3
|
+
"version": "0.5.0-dev.43",
|
|
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.
|
|
10
|
-
"@prisma-next/
|
|
11
|
-
"@prisma-next/
|
|
12
|
-
"@prisma-next/
|
|
13
|
-
"@prisma-next/mongo-wire": "0.5.0-dev.
|
|
9
|
+
"@prisma-next/errors": "0.5.0-dev.43",
|
|
10
|
+
"@prisma-next/mongo-lowering": "0.5.0-dev.43",
|
|
11
|
+
"@prisma-next/utils": "0.5.0-dev.43",
|
|
12
|
+
"@prisma-next/framework-components": "0.5.0-dev.43",
|
|
13
|
+
"@prisma-next/mongo-wire": "0.5.0-dev.43"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"mongodb-memory-server": "10.4.3",
|