Skip to content

Commit

Permalink
v1.3.40 - Prisma Type Inference Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCates committed Jun 23, 2023
1 parent da00f5a commit a7c72b7
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 🛠️ CHANGELOG

## v1.3.40

- Hotfix to type inference

## v1.3.3

- Dynamic type inference for prisma type generators
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Automation Tooling for Next, Redux and Prisma

![license](https://img.shields.io/badge/license-AGPLv3-blue.svg)
![version](https://img.shields.io/badge/version-1.3.2-blue.svg)
![version](https://img.shields.io/badge/version-1.3.40-blue.svg)
[![CircleCI](https://circleci.com/gh/PrinterFramework/CLI.svg?style=svg)](https://circleci.com/gh/PrinterFramework/CLI)
[![codecov](https://codecov.io/gh/PrinterFramework/CLI/branch/master/graph/badge.svg)](https://codecov.io/gh/PrinterFramework/CLI)

Expand Down
2 changes: 1 addition & 1 deletion dist/src/generators/api.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/generators/component.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/generators/page.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/src/generators/prisma.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
interface ModelType {
original: string;
name: string;
type: string;
imported: boolean;
Expand Down
9 changes: 5 additions & 4 deletions dist/src/generators/prisma.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a7c72b7

Please sign in to comment.