@fonoster/identity 0.12.2 → 0.12.13

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.
@@ -17,12 +17,12 @@ exports.Prisma = Prisma
17
17
  exports.$Enums = {}
18
18
 
19
19
  /**
20
- * Prisma Client JS version: 6.5.0
21
- * Query Engine version: 173f8d54f8d52e692c7e27e72a88314ec7aeff60
20
+ * Prisma Client JS version: 6.6.0
21
+ * Query Engine version: f676762280b54cd07c770017ed3711ddde35f37a
22
22
  */
23
23
  Prisma.prismaVersion = {
24
- client: "6.5.0",
25
- engine: "173f8d54f8d52e692c7e27e72a88314ec7aeff60"
24
+ client: "6.6.0",
25
+ engine: "f676762280b54cd07c770017ed3711ddde35f37a"
26
26
  }
27
27
 
28
28
  Prisma.PrismaClientKnownRequestError = () => {
@@ -238,7 +238,7 @@ class PrismaClient {
238
238
  } else {
239
239
  message = 'PrismaClient is unable to run in this browser environment, or has been bundled for the browser (running in `' + runtime.prettyName + '`).'
240
240
  }
241
-
241
+
242
242
  message += `
243
243
  If this is unexpected, please open an issue: https://pris.ly/prisma-prisma-bug-report`
244
244
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/identity",
3
- "version": "0.12.2",
3
+ "version": "0.12.13",
4
4
  "description": "Identity service for Fonoster",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -20,9 +20,9 @@
20
20
  "fonoster": "./dist/index.js"
21
21
  },
22
22
  "dependencies": {
23
- "@fonoster/common": "^0.12.2",
24
- "@fonoster/logger": "^0.12.2",
25
- "@fonoster/types": "^0.12.2",
23
+ "@fonoster/common": "^0.12.13",
24
+ "@fonoster/logger": "^0.12.6",
25
+ "@fonoster/types": "^0.12.6",
26
26
  "@grpc/grpc-js": "~1.10.6",
27
27
  "@prisma/client": "^6.4.1",
28
28
  "jsonwebtoken": "^9.0.2",
@@ -48,5 +48,5 @@
48
48
  "devDependencies": {
49
49
  "@types/jsonwebtoken": "^9.0.6"
50
50
  },
51
- "gitHead": "7f6504faf9edb384893c8f8d9ae0c4d28d082a68"
51
+ "gitHead": "466e251638ed72c6fc4f7304532b3fc6025aa25c"
52
52
  }