@fonoster/identity 0.9.35 → 0.9.42
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": "/Users/psanders/Projects/fonoster/mods/identity/src/generated/@prisma/client",
|
|
207
207
|
"fromEnvVar": null
|
|
208
208
|
},
|
|
209
209
|
"config": {
|
|
@@ -212,16 +212,17 @@ const config = {
|
|
|
212
212
|
"binaryTargets": [
|
|
213
213
|
{
|
|
214
214
|
"fromEnvVar": null,
|
|
215
|
-
"value": "
|
|
215
|
+
"value": "darwin-arm64",
|
|
216
216
|
"native": true
|
|
217
217
|
}
|
|
218
218
|
],
|
|
219
219
|
"previewFeatures": [],
|
|
220
|
-
"sourceFilePath": "/
|
|
220
|
+
"sourceFilePath": "/Users/psanders/Projects/fonoster/mods/identity/schema.prisma",
|
|
221
221
|
"isCustomOutput": true
|
|
222
222
|
},
|
|
223
223
|
"relativeEnvPaths": {
|
|
224
|
-
"rootEnvPath": null
|
|
224
|
+
"rootEnvPath": null,
|
|
225
|
+
"schemaEnvPath": "../../../../../../.env"
|
|
225
226
|
},
|
|
226
227
|
"relativePath": "../../../..",
|
|
227
228
|
"clientVersion": "6.5.0",
|
|
@@ -231,7 +232,6 @@ const config = {
|
|
|
231
232
|
],
|
|
232
233
|
"activeProvider": "postgresql",
|
|
233
234
|
"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": "/Users/psanders/Projects/fonoster/mods/identity/src/generated/@prisma/client",
|
|
208
208
|
"fromEnvVar": null
|
|
209
209
|
},
|
|
210
210
|
"config": {
|
|
@@ -213,16 +213,17 @@ const config = {
|
|
|
213
213
|
"binaryTargets": [
|
|
214
214
|
{
|
|
215
215
|
"fromEnvVar": null,
|
|
216
|
-
"value": "
|
|
216
|
+
"value": "darwin-arm64",
|
|
217
217
|
"native": true
|
|
218
218
|
}
|
|
219
219
|
],
|
|
220
220
|
"previewFeatures": [],
|
|
221
|
-
"sourceFilePath": "/
|
|
221
|
+
"sourceFilePath": "/Users/psanders/Projects/fonoster/mods/identity/schema.prisma",
|
|
222
222
|
"isCustomOutput": true
|
|
223
223
|
},
|
|
224
224
|
"relativeEnvPaths": {
|
|
225
|
-
"rootEnvPath": null
|
|
225
|
+
"rootEnvPath": null,
|
|
226
|
+
"schemaEnvPath": "../../../../../../.env"
|
|
226
227
|
},
|
|
227
228
|
"relativePath": "../../../..",
|
|
228
229
|
"clientVersion": "6.5.0",
|
|
@@ -232,7 +233,6 @@ const config = {
|
|
|
232
233
|
],
|
|
233
234
|
"activeProvider": "postgresql",
|
|
234
235
|
"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-darwin-arm64.dylib.node");
|
|
285
|
+
path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/libquery_engine-darwin-arm64.dylib.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.
|
|
3
|
+
"version": "0.9.42",
|
|
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.42",
|
|
24
|
+
"@fonoster/logger": "^0.9.42",
|
|
25
|
+
"@fonoster/types": "^0.9.42",
|
|
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": "1ceb629d4fd0035bf56d24580e5c6c3d21568293"
|
|
52
52
|
}
|