@forinda/kickjs-prisma 2.2.3 → 2.2.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @forinda/kickjs-prisma v2.2.3
2
+ * @forinda/kickjs-prisma v2.2.4
3
3
  *
4
4
  * Copyright (c) Felix Orinda
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forinda/kickjs-prisma",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "Prisma ORM adapter with DI integration, transaction support, and query building for KickJS",
5
5
  "keywords": [
6
6
  "kickjs",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "dependencies": {
75
75
  "reflect-metadata": "^0.2.2",
76
- "@forinda/kickjs": "2.2.3"
76
+ "@forinda/kickjs": "2.2.4"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@prisma/client": ">=5.0.0"