@pothos/tracing-sentry
Advanced tools
+14
-0
| # @pothos/tracing-sentry | ||
| ## 1.0.0 | ||
| ### Minor Changes | ||
| - 29841a8: Release Pothos v4 🎉 see https://pothos-graphql.dev/docs/migrations/v4 for more details | ||
| ### Patch Changes | ||
| - c1e6dcb: update readmes | ||
| - Updated dependencies [c1e6dcb] | ||
| - Updated dependencies [29841a8] | ||
| - @pothos/plugin-tracing@1.0.0 | ||
| - @pothos/core@4.0.0 | ||
| ## 1.0.0-next.1 | ||
@@ -4,0 +18,0 @@ |
+10
-10
| { | ||
| "name": "@pothos/tracing-sentry", | ||
| "version": "1.0.0-next.1", | ||
| "version": "1.0.0", | ||
| "description": "Sentry utilities for the Pothos tracing plugin", | ||
@@ -37,7 +37,7 @@ "main": "./lib/index.js", | ||
| "access": "public", | ||
| "provenance": false | ||
| "provenance": true | ||
| }, | ||
| "peerDependencies": { | ||
| "@pothos/core": "4.0.0-next.1", | ||
| "@pothos/plugin-tracing": "1.0.0-next.1", | ||
| "@pothos/core": "4.0.0", | ||
| "@pothos/plugin-tracing": "1.0.0", | ||
| "@sentry/node": "*", | ||
@@ -48,9 +48,9 @@ "@sentry/tracing": "*", | ||
| "devDependencies": { | ||
| "@sentry/node": "^8.13.0", | ||
| "graphql": "^16.9.0", | ||
| "@sentry/node": "^8.16.0", | ||
| "graphql": "^16.8.1", | ||
| "graphql-tag": "^2.12.6", | ||
| "graphql-yoga": "5.6.0", | ||
| "@pothos/core": "4.0.0-next.1", | ||
| "@pothos/plugin-tracing": "1.0.0-next.1", | ||
| "@pothos/test-utils": "2.0.0-next.1" | ||
| "@pothos/core": "4.0.0", | ||
| "@pothos/plugin-tracing": "1.0.0", | ||
| "@pothos/test-utils": "2.0.0" | ||
| }, | ||
@@ -65,4 +65,4 @@ "scripts": { | ||
| "esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts", | ||
| "test": "pnpm vitest --run --segfault-retry=3" | ||
| "test": "pnpm vitest --run" | ||
| } | ||
| } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30303
0.79%1
-50%