@fonoster/identity 0.13.0 → 0.13.2
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.
|
@@ -206,7 +206,7 @@ const config = {
|
|
|
206
206
|
"value": "prisma-client-js"
|
|
207
207
|
},
|
|
208
208
|
"output": {
|
|
209
|
-
"value": "/
|
|
209
|
+
"value": "/home/runner/work/fonoster/fonoster/mods/identity/src/generated/@prisma/client",
|
|
210
210
|
"fromEnvVar": null
|
|
211
211
|
},
|
|
212
212
|
"config": {
|
|
@@ -215,17 +215,16 @@ const config = {
|
|
|
215
215
|
"binaryTargets": [
|
|
216
216
|
{
|
|
217
217
|
"fromEnvVar": null,
|
|
218
|
-
"value": "
|
|
218
|
+
"value": "debian-openssl-3.0.x",
|
|
219
219
|
"native": true
|
|
220
220
|
}
|
|
221
221
|
],
|
|
222
222
|
"previewFeatures": [],
|
|
223
|
-
"sourceFilePath": "/
|
|
223
|
+
"sourceFilePath": "/home/runner/work/fonoster/fonoster/mods/identity/schema.prisma",
|
|
224
224
|
"isCustomOutput": true
|
|
225
225
|
},
|
|
226
226
|
"relativeEnvPaths": {
|
|
227
|
-
"rootEnvPath": null
|
|
228
|
-
"schemaEnvPath": "../../../../../../.env"
|
|
227
|
+
"rootEnvPath": null
|
|
229
228
|
},
|
|
230
229
|
"relativePath": "../../../..",
|
|
231
230
|
"clientVersion": "6.8.2",
|
|
@@ -235,6 +234,7 @@ const config = {
|
|
|
235
234
|
],
|
|
236
235
|
"activeProvider": "postgresql",
|
|
237
236
|
"postinstall": false,
|
|
237
|
+
"ciName": "GitHub Actions",
|
|
238
238
|
"inlineDatasources": {
|
|
239
239
|
"db": {
|
|
240
240
|
"url": {
|
|
@@ -207,7 +207,7 @@ const config = {
|
|
|
207
207
|
"value": "prisma-client-js"
|
|
208
208
|
},
|
|
209
209
|
"output": {
|
|
210
|
-
"value": "/
|
|
210
|
+
"value": "/home/runner/work/fonoster/fonoster/mods/identity/src/generated/@prisma/client",
|
|
211
211
|
"fromEnvVar": null
|
|
212
212
|
},
|
|
213
213
|
"config": {
|
|
@@ -216,17 +216,16 @@ const config = {
|
|
|
216
216
|
"binaryTargets": [
|
|
217
217
|
{
|
|
218
218
|
"fromEnvVar": null,
|
|
219
|
-
"value": "
|
|
219
|
+
"value": "debian-openssl-3.0.x",
|
|
220
220
|
"native": true
|
|
221
221
|
}
|
|
222
222
|
],
|
|
223
223
|
"previewFeatures": [],
|
|
224
|
-
"sourceFilePath": "/
|
|
224
|
+
"sourceFilePath": "/home/runner/work/fonoster/fonoster/mods/identity/schema.prisma",
|
|
225
225
|
"isCustomOutput": true
|
|
226
226
|
},
|
|
227
227
|
"relativeEnvPaths": {
|
|
228
|
-
"rootEnvPath": null
|
|
229
|
-
"schemaEnvPath": "../../../../../../.env"
|
|
228
|
+
"rootEnvPath": null
|
|
230
229
|
},
|
|
231
230
|
"relativePath": "../../../..",
|
|
232
231
|
"clientVersion": "6.8.2",
|
|
@@ -236,6 +235,7 @@ const config = {
|
|
|
236
235
|
],
|
|
237
236
|
"activeProvider": "postgresql",
|
|
238
237
|
"postinstall": false,
|
|
238
|
+
"ciName": "GitHub Actions",
|
|
239
239
|
"inlineDatasources": {
|
|
240
240
|
"db": {
|
|
241
241
|
"url": {
|
|
@@ -284,8 +284,8 @@ exports.PrismaClient = PrismaClient
|
|
|
284
284
|
Object.assign(exports, Prisma)
|
|
285
285
|
|
|
286
286
|
// file annotations for bundling tools to include these files
|
|
287
|
-
path.join(__dirname, "libquery_engine-
|
|
288
|
-
path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/libquery_engine-
|
|
287
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
288
|
+
path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
289
289
|
// file annotations for bundling tools to include these files
|
|
290
290
|
path.join(__dirname, "schema.prisma");
|
|
291
291
|
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.13.
|
|
3
|
+
"version": "0.13.2",
|
|
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.13.
|
|
24
|
-
"@fonoster/logger": "^0.13.
|
|
25
|
-
"@fonoster/types": "^0.13.
|
|
23
|
+
"@fonoster/common": "^0.13.2",
|
|
24
|
+
"@fonoster/logger": "^0.13.2",
|
|
25
|
+
"@fonoster/types": "^0.13.2",
|
|
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": "28f7eec304fda5abb2582fab65c296f1d3a9440b"
|
|
52
52
|
}
|