Skip to content

Commit

Permalink
Merge pull request #21 from fahimahammed/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
fahimahammed authored Jun 24, 2024
2 parents bc3e8f9 + ccc27e8 commit cec8596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prismadocify",
"version": "1.1.1",
"version": "1.1.2",
"description": "Generate documentation for Prisma schemas.",
"main": "dist/index.js",
"author": "Fahim Ahammed Firoz",
Expand Down
1 change: 0 additions & 1 deletion src/documentationGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const parseModels = (schema: string): Model[] => {

while ((fieldMatch = fieldRegex.exec(fieldsBlock)) !== null) {
const [_, name, type, isList, isRequired, isUnique] = fieldMatch;
console.log({ name, type, isRequired })
fields.push({
name,
type,
Expand Down

0 comments on commit cec8596

Please sign in to comment.