@pothos/plugin-prisma 4.0.0 → 4.0.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 132a2a5: Fix empty generated.ts file
8
+
3
9
  ## 4.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pothos/plugin-prisma",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "A Pothos plugin for more efficient integration with prisma",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./dts/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "./generated": {
19
19
  "import": {
20
- "types": "./esm/generated.ts",
20
+ "types": "./esm/generated.d.ts",
21
21
  "default": "./esm/generated.js"
22
22
  },
23
23
  "require": {
@@ -72,8 +72,8 @@
72
72
  "graphql-tag": "^2.12.6",
73
73
  "prisma": "^5.16.2",
74
74
  "@pothos/core": "4.0.0",
75
- "@pothos/plugin-complexity": "4.0.0",
76
75
  "@pothos/plugin-errors": "4.0.0",
76
+ "@pothos/plugin-complexity": "4.0.0",
77
77
  "@pothos/plugin-relay": "4.0.0",
78
78
  "@pothos/plugin-simple-objects": "4.0.0",
79
79
  "@pothos/test-utils": "2.0.0"
File without changes