@fonoster/identity 0.9.8 → 0.9.12

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/db.js CHANGED
@@ -23,10 +23,10 @@ const client_1 = require("./generated/@prisma/client");
23
23
  const prisma_field_encryption_1 = require("prisma-field-encryption");
24
24
  const createPrismaClient = (dbUrl, cloakEncryptionKey) => {
25
25
  return new client_1.PrismaClient({
26
- datasources: { db: { url: dbUrl } },
26
+ datasources: { db: { url: dbUrl } }
27
27
  }).$extends((0, prisma_field_encryption_1.fieldEncryptionExtension)({
28
28
  encryptionKey: cloakEncryptionKey,
29
- dmmf: client_1.Prisma.dmmf,
29
+ dmmf: client_1.Prisma.dmmf
30
30
  }));
31
31
  };
32
32
  exports.createPrismaClient = createPrismaClient;
@@ -32,12 +32,12 @@ exports.Prisma = Prisma
32
32
  exports.$Enums = {}
33
33
 
34
34
  /**
35
- * Prisma Client JS version: 6.3.1
36
- * Query Engine version: 11f085a2012c0f4778414c8db2651556ee0ef959
35
+ * Prisma Client JS version: 6.4.1
36
+ * Query Engine version: a9055b89e58b4b5bfb59600785423b1db3d0e75d
37
37
  */
38
38
  Prisma.prismaVersion = {
39
- client: "6.3.1",
40
- engine: "11f085a2012c0f4778414c8db2651556ee0ef959"
39
+ client: "6.4.1",
40
+ engine: "a9055b89e58b4b5bfb59600785423b1db3d0e75d"
41
41
  }
42
42
 
43
43
  Prisma.PrismaClientKnownRequestError = PrismaClientKnownRequestError;
@@ -228,8 +228,8 @@ const config = {
228
228
  "schemaEnvPath": "../../../../../../.env"
229
229
  },
230
230
  "relativePath": "../../../..",
231
- "clientVersion": "6.3.1",
232
- "engineVersion": "11f085a2012c0f4778414c8db2651556ee0ef959",
231
+ "clientVersion": "6.4.1",
232
+ "engineVersion": "a9055b89e58b4b5bfb59600785423b1db3d0e75d",
233
233
  "datasourceNames": [
234
234
  "db"
235
235
  ],
@@ -17,12 +17,12 @@ exports.Prisma = Prisma
17
17
  exports.$Enums = {}
18
18
 
19
19
  /**
20
- * Prisma Client JS version: 6.3.1
21
- * Query Engine version: 11f085a2012c0f4778414c8db2651556ee0ef959
20
+ * Prisma Client JS version: 6.4.1
21
+ * Query Engine version: a9055b89e58b4b5bfb59600785423b1db3d0e75d
22
22
  */
23
23
  Prisma.prismaVersion = {
24
- client: "6.3.1",
25
- engine: "11f085a2012c0f4778414c8db2651556ee0ef959"
24
+ client: "6.4.1",
25
+ engine: "a9055b89e58b4b5bfb59600785423b1db3d0e75d"
26
26
  }
27
27
 
28
28
  Prisma.PrismaClientKnownRequestError = () => {