@prismakit/cli 1.0.1 → 1.0.2

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -27,7 +27,9 @@ npx prismakit validate
27
27
 
28
28
  ## Docs
29
29
 
30
- - [GitHub README](https://github.com/fikiap23/prismakit#readme)
30
+ - [Documentation index](https://github.com/fikiap23/prismakit/blob/master/docs/README.md)
31
+ - [CLI reference](https://github.com/fikiap23/prismakit/blob/master/docs/reference/cli.md)
32
+
31
33
 
32
34
  ## License
33
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismakit/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI for PrismaKit — generate modules, codegen relation aliases, validate compose",
5
5
  "license": "Apache-2.0",
6
6
  "engines": {
@@ -26,10 +26,10 @@
26
26
  "README.md"
27
27
  ],
28
28
  "dependencies": {
29
- "@prismakit/core": "1.0.1"
29
+ "@prismakit/core": "1.0.2"
30
30
  },
31
31
  "peerDependencies": {
32
- "@prismakit/core": "1.0.1"
32
+ "@prismakit/core": "1.0.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.9.2",