@javalabs/prisma-client 1.0.20 → 1.0.21
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.
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@javalabs/prisma-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "Shared Prisma client for Tupay microservices",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"private": false,
|
|
8
8
|
"publishConfig": {
|
|
9
|
-
"access": "
|
|
9
|
+
"access": "public"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "tsc",
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"migrate:deploy": "prisma migrate deploy",
|
|
16
16
|
"migrate:data": "node dist/scripts/run-migration.js migrate",
|
|
17
17
|
"migrate:data:force": "node dist/scripts/run-migration.js migrate --force",
|
|
18
|
-
"migrate:data:yes": "node dist/scripts/run-migration.js migrate -y"
|
|
19
|
-
"postinstall": "npx prisma generate"
|
|
18
|
+
"migrate:data:yes": "node dist/scripts/run-migration.js migrate -y"
|
|
20
19
|
},
|
|
21
20
|
"prisma": {
|
|
22
21
|
"schema": "prisma/schema.prisma"
|