@pothos/plugin-prisma 3.48.0 → 3.49.0

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.49.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0c042150: Allow globalConnectionFields to be overwritten on specific connections
8
+
3
9
  ## 3.48.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pothos/plugin-prisma",
3
- "version": "3.48.0",
3
+ "version": "3.49.0",
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",
@@ -72,7 +72,7 @@
72
72
  "@pothos/core": "3.30.0",
73
73
  "@pothos/plugin-complexity": "3.12.1",
74
74
  "@pothos/plugin-errors": "3.11.1",
75
- "@pothos/plugin-relay": "3.42.0",
75
+ "@pothos/plugin-relay": "3.43.0",
76
76
  "@pothos/plugin-simple-objects": "3.6.8",
77
77
  "@pothos/test-utils": "1.4.8"
78
78
  },