@pothos/plugin-tracing
Advanced tools
+6
-0
| # @pothos/plugin-tracing | ||
| ## 0.6.1 | ||
| ### Patch Changes | ||
| - 1ecea46: revert accidental pinning of graphql peer dependency | ||
| ## 0.6.0 | ||
@@ -4,0 +10,0 @@ |
+5
-5
| { | ||
| "name": "@pothos/plugin-tracing", | ||
| "version": "0.6.0", | ||
| "version": "0.6.1", | ||
| "description": "A Pothos plugin for tracing and logging resolver invocations", | ||
@@ -42,9 +42,9 @@ "main": "./lib/index.js", | ||
| "@pothos/core": "*", | ||
| "graphql": "16.8.1" | ||
| "graphql": ">=15.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| "graphql": "16.8.1", | ||
| "graphql": "^16.8.1", | ||
| "graphql-tag": "^2.12.6", | ||
| "@pothos/core": "3.41.1", | ||
| "@pothos/test-utils": "1.4.8" | ||
| "@pothos/core": "3.41.2", | ||
| "@pothos/test-utils": "1.4.9" | ||
| }, | ||
@@ -51,0 +51,0 @@ "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc", |
78569
0.12%