@cowris/paymentdb-client 2.1.3 → 2.1.4

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,13 @@
1
1
  {
2
2
  "name": "@cowris/paymentdb-client",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "This is a Prisma Client package for the Cowris PaymentDB. It provides a simple interface to interact with the Payment database, allowing you to perform CRUD operations on payment and transaction data and related tables.",
5
5
  "main": "index.js",
6
6
  "private": false,
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
+ "type": "module",
10
11
  "scripts": {
11
12
  "test": "echo \"Error: no test specified\" && exit 1"
12
13
  },
@@ -418,6 +418,7 @@ const config = {
418
418
  "db"
419
419
  ],
420
420
  "activeProvider": "postgresql",
421
+ "postinstall": false,
421
422
  "inlineDatasources": {
422
423
  "db": {
423
424
  "url": {
@@ -419,6 +419,7 @@ const config = {
419
419
  "db"
420
420
  ],
421
421
  "activeProvider": "postgresql",
422
+ "postinstall": false,
422
423
  "inlineDatasources": {
423
424
  "db": {
424
425
  "url": {
@@ -418,6 +418,7 @@ const config = {
418
418
  "db"
419
419
  ],
420
420
  "activeProvider": "postgresql",
421
+ "postinstall": false,
421
422
  "inlineDatasources": {
422
423
  "db": {
423
424
  "url": {