@fonoster/identity 0.9.31 → 0.9.35

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.
@@ -203,7 +203,7 @@ const config = {
203
203
  "value": "prisma-client-js"
204
204
  },
205
205
  "output": {
206
- "value": "/Users/psanders/Projects/fonoster/mods/identity/src/generated/@prisma/client",
206
+ "value": "/home/runner/work/fonoster/fonoster/mods/identity/src/generated/@prisma/client",
207
207
  "fromEnvVar": null
208
208
  },
209
209
  "config": {
@@ -212,17 +212,16 @@ const config = {
212
212
  "binaryTargets": [
213
213
  {
214
214
  "fromEnvVar": null,
215
- "value": "darwin-arm64",
215
+ "value": "debian-openssl-3.0.x",
216
216
  "native": true
217
217
  }
218
218
  ],
219
219
  "previewFeatures": [],
220
- "sourceFilePath": "/Users/psanders/Projects/fonoster/mods/identity/schema.prisma",
220
+ "sourceFilePath": "/home/runner/work/fonoster/fonoster/mods/identity/schema.prisma",
221
221
  "isCustomOutput": true
222
222
  },
223
223
  "relativeEnvPaths": {
224
- "rootEnvPath": null,
225
- "schemaEnvPath": "../../../../../../.env"
224
+ "rootEnvPath": null
226
225
  },
227
226
  "relativePath": "../../../..",
228
227
  "clientVersion": "6.5.0",
@@ -232,6 +231,7 @@ const config = {
232
231
  ],
233
232
  "activeProvider": "postgresql",
234
233
  "postinstall": false,
234
+ "ciName": "GitHub Actions",
235
235
  "inlineDatasources": {
236
236
  "db": {
237
237
  "url": {
@@ -204,7 +204,7 @@ const config = {
204
204
  "value": "prisma-client-js"
205
205
  },
206
206
  "output": {
207
- "value": "/Users/psanders/Projects/fonoster/mods/identity/src/generated/@prisma/client",
207
+ "value": "/home/runner/work/fonoster/fonoster/mods/identity/src/generated/@prisma/client",
208
208
  "fromEnvVar": null
209
209
  },
210
210
  "config": {
@@ -213,17 +213,16 @@ const config = {
213
213
  "binaryTargets": [
214
214
  {
215
215
  "fromEnvVar": null,
216
- "value": "darwin-arm64",
216
+ "value": "debian-openssl-3.0.x",
217
217
  "native": true
218
218
  }
219
219
  ],
220
220
  "previewFeatures": [],
221
- "sourceFilePath": "/Users/psanders/Projects/fonoster/mods/identity/schema.prisma",
221
+ "sourceFilePath": "/home/runner/work/fonoster/fonoster/mods/identity/schema.prisma",
222
222
  "isCustomOutput": true
223
223
  },
224
224
  "relativeEnvPaths": {
225
- "rootEnvPath": null,
226
- "schemaEnvPath": "../../../../../../.env"
225
+ "rootEnvPath": null
227
226
  },
228
227
  "relativePath": "../../../..",
229
228
  "clientVersion": "6.5.0",
@@ -233,6 +232,7 @@ const config = {
233
232
  ],
234
233
  "activeProvider": "postgresql",
235
234
  "postinstall": false,
235
+ "ciName": "GitHub Actions",
236
236
  "inlineDatasources": {
237
237
  "db": {
238
238
  "url": {
@@ -281,8 +281,8 @@ exports.PrismaClient = PrismaClient
281
281
  Object.assign(exports, Prisma)
282
282
 
283
283
  // file annotations for bundling tools to include these files
284
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
285
- path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/libquery_engine-darwin-arm64.dylib.node")
284
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
285
+ path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/libquery_engine-debian-openssl-3.0.x.so.node")
286
286
  // file annotations for bundling tools to include these files
287
287
  path.join(__dirname, "schema.prisma");
288
288
  path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/schema.prisma")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/identity",
3
- "version": "0.9.31",
3
+ "version": "0.9.35",
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,7 +20,7 @@
20
20
  "fonoster": "./dist/index.js"
21
21
  },
22
22
  "dependencies": {
23
- "@fonoster/common": "^0.9.31",
23
+ "@fonoster/common": "^0.9.35",
24
24
  "@fonoster/logger": "^0.9.30",
25
25
  "@fonoster/types": "^0.9.30",
26
26
  "@grpc/grpc-js": "~1.10.6",
@@ -48,5 +48,5 @@
48
48
  "devDependencies": {
49
49
  "@types/jsonwebtoken": "^9.0.6"
50
50
  },
51
- "gitHead": "8d324aaed02811c1b143e60fbd4a6a8091ec164e"
51
+ "gitHead": "051baac1de8595a8d657022ee588d8cbb59f32ef"
52
52
  }