New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pothos/plugin-sub-graph

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pothos/plugin-sub-graph - npm Package Compare versions

Comparing version

to
4.0.0

13

CHANGELOG.md
# Change Log
## 4.0.0
### Major 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
## 4.0.0-next.1

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

20

package.json
{
"name": "@pothos/plugin-sub-graph",
"version": "4.0.0-next.1",
"version": "4.0.0",
"description": "A Pothos plugin for creating multiple variants or sub-selections of the same graph",

@@ -39,16 +39,16 @@ "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/plugin-errors": "4.0.0-next.1",
"@pothos/plugin-with-input": "4.0.0-next.5",
"@pothos/test-utils": "2.0.0-next.1",
"@pothos/plugin-relay": "4.0.0-next.1"
"@pothos/core": "4.0.0",
"@pothos/plugin-errors": "4.0.0",
"@pothos/plugin-relay": "4.0.0",
"@pothos/plugin-with-input": "4.0.0",
"@pothos/test-utils": "2.0.0"
},

@@ -64,4 +64,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"
}
}