@forinda/kickjs-prisma 1.2.12 → 1.2.13

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/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,6 +11,10 @@ Prisma ORM adapter for the [KickJS](https://forinda.github.io/kick-js/) framewor
11
11
  ## Installation
12
12
 
13
13
  ```bash
14
+ # Using the KickJS CLI (recommended — auto-installs peer dependencies)
15
+ kick add prisma
16
+
17
+ # Manual install
14
18
  pnpm add @forinda/kickjs-prisma @prisma/client
15
19
  ```
16
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forinda/kickjs-prisma",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "Prisma ORM adapter with DI integration, transaction support, and query building for KickJS",
5
5
  "keywords": [
6
6
  "kickjs",
@@ -39,8 +39,8 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "reflect-metadata": "^0.2.2",
42
- "@forinda/kickjs-core": "1.2.12",
43
- "@forinda/kickjs-http": "1.2.12"
42
+ "@forinda/kickjs-core": "1.2.13",
43
+ "@forinda/kickjs-http": "1.2.13"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@prisma/client": ">=5.0.0"