Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@pothos/plugin-tracing

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pothos/plugin-tracing - npm Package Compare versions

Comparing version
1.0.0-next.1
to
1.0.0
+13
-0
CHANGELOG.md
# @pothos/plugin-tracing
## 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/core@4.0.0
## 1.0.0-next.1

@@ -4,0 +17,0 @@

+7
-7
{
"name": "@pothos/plugin-tracing",
"version": "1.0.0-next.1",
"version": "1.0.0",
"description": "A Pothos plugin for tracing and logging resolver invocations",

@@ -38,13 +38,13 @@ "main": "./lib/index.js",

"access": "public",
"provenance": false
"provenance": true
},
"peerDependencies": {
"@pothos/core": "4.0.0-next.1",
"@pothos/core": "4.0.0",
"graphql": "^16.8.1"
},
"devDependencies": {
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"@pothos/core": "4.0.0-next.1",
"@pothos/test-utils": "2.0.0-next.1"
"@pothos/core": "4.0.0",
"@pothos/test-utils": "2.0.0"
},

@@ -60,4 +60,4 @@ "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc",

"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"
}
}