@fonoster/identity 0.9.42 → 0.9.46
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": "/
|
|
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": "
|
|
215
|
+
"value": "debian-openssl-3.0.x",
|
|
216
216
|
"native": true
|
|
217
217
|
}
|
|
218
218
|
],
|
|
219
219
|
"previewFeatures": [],
|
|
220
|
-
"sourceFilePath": "/
|
|
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": "/
|
|
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": "
|
|
216
|
+
"value": "debian-openssl-3.0.x",
|
|
217
217
|
"native": true
|
|
218
218
|
}
|
|
219
219
|
],
|
|
220
220
|
"previewFeatures": [],
|
|
221
|
-
"sourceFilePath": "/
|
|
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-
|
|
285
|
-
path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/libquery_engine-
|
|
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")
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/identity",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.46",
|
|
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.9.
|
|
24
|
-
"@fonoster/logger": "^0.9.
|
|
25
|
-
"@fonoster/types": "^0.9.
|
|
23
|
+
"@fonoster/common": "^0.9.46",
|
|
24
|
+
"@fonoster/logger": "^0.9.46",
|
|
25
|
+
"@fonoster/types": "^0.9.46",
|
|
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": "
|
|
51
|
+
"gitHead": "dc1dc3c40f5b193eb64ee7901520d0421efebf11"
|
|
52
52
|
}
|