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
1
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
3.12.2

esm/global-types.d.ts

6

CHANGELOG.md
# Change Log
## 3.12.2
### Patch Changes
- 218fc68b: Fix script for copying ems d.ts definitions
## 3.12.1

@@ -4,0 +10,0 @@

12

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

@@ -44,6 +44,6 @@ "main": "./lib/index.js",

"devDependencies": {
"@pothos/core": "3.22.1",
"@pothos/plugin-errors": "3.8.1",
"@pothos/plugin-relay": "3.28.1",
"@pothos/plugin-with-input": "3.9.1",
"@pothos/core": "3.22.2",
"@pothos/plugin-errors": "3.8.2",
"@pothos/plugin-relay": "3.28.2",
"@pothos/plugin-with-input": "3.9.2",
"@pothos/test-utils": "1.4.1",

@@ -59,3 +59,3 @@ "graphql": "16.6.0",

"build:cjs": "swc src -d lib --config-file ../../.swcrc -C module.type=commonjs",
"build:esm": "cp -r dts/ esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 && pnpm esm:extensions",
"build:esm": "cp -r dts/* esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 && pnpm esm:extensions",
"build:dts": "tsc",

@@ -62,0 +62,0 @@ "esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",