@fonoster/identity 0.9.4 → 0.9.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.
@@ -17,11 +17,11 @@ exports.Prisma = Prisma
17
17
  exports.$Enums = {}
18
18
 
19
19
  /**
20
- * Prisma Client JS version: 6.1.0
20
+ * Prisma Client JS version: 6.3.1
21
21
  * Query Engine version: 11f085a2012c0f4778414c8db2651556ee0ef959
22
22
  */
23
23
  Prisma.prismaVersion = {
24
- client: "6.1.0",
24
+ client: "6.3.1",
25
25
  engine: "11f085a2012c0f4778414c8db2651556ee0ef959"
26
26
  }
27
27
 
@@ -4,7 +4,7 @@ declare function createGetUserByAccessKeyId(prisma: Prisma): (accessKeyId: strin
4
4
  model: {};
5
5
  query: {};
6
6
  client: {};
7
- }, import("../generated/@prisma/client").Prisma.PrismaClientOptions>, "User", "findFirst", null, {}> & import("../generated/@prisma/client/runtime/library").PrismaPromise<{
7
+ }, import("../generated/@prisma/client").Prisma.PrismaClientOptions>, "User", "findFirst", null, import("../generated/@prisma/client").Prisma.PrismaClientOptions> & import("../generated/@prisma/client/runtime/library").PrismaPromise<{
8
8
  name: string;
9
9
  ref: string;
10
10
  accessKeyId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/identity",
3
- "version": "0.9.4",
3
+ "version": "0.9.7",
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,15 +20,15 @@
20
20
  "fonoster": "./dist/index.js"
21
21
  },
22
22
  "dependencies": {
23
- "@fonoster/common": "^0.9.4",
24
- "@fonoster/logger": "^0.9.0",
23
+ "@fonoster/common": "^0.9.7",
24
+ "@fonoster/logger": "^0.9.7",
25
25
  "@fonoster/types": "^0.9.0",
26
26
  "@grpc/grpc-js": "~1.10.6",
27
- "@prisma/client": "^6.0.1",
27
+ "@prisma/client": "^6.3.1",
28
28
  "jsonwebtoken": "^9.0.2",
29
29
  "jwt-decode": "^4.0.0",
30
30
  "nanoid": "^3.3.6",
31
- "prisma-field-encryption": "^1.5.2",
31
+ "prisma-field-encryption": "^1.6.0",
32
32
  "zod": "^3.24.1",
33
33
  "zod-validation-error": "^3.4.0"
34
34
  },
@@ -48,5 +48,5 @@
48
48
  "devDependencies": {
49
49
  "@types/jsonwebtoken": "^9.0.6"
50
50
  },
51
- "gitHead": "443b5b37cc699becf4835adc00a7cfd8ffba4ad4"
51
+ "gitHead": "58373b604b2e29bcfc6b88a2f30ae45afb4e97a7"
52
52
  }