@pothos/plugin-relay
Advanced tools
Comparing version 3.28.1 to 3.28.2
# Change Log | ||
## 3.28.2 | ||
### Patch Changes | ||
- 218fc68b: Fix script for copying ems d.ts definitions | ||
## 3.28.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-relay", | ||
"version": "3.28.1", | ||
"version": "3.28.2", | ||
"description": "A Pothos plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema", | ||
@@ -43,4 +43,4 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/core": "3.22.1", | ||
"@pothos/plugin-complexity": "3.11.1", | ||
"@pothos/core": "3.22.2", | ||
"@pothos/plugin-complexity": "3.11.2", | ||
"@pothos/test-utils": "1.4.1", | ||
@@ -57,3 +57,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", | ||
@@ -60,0 +60,0 @@ "esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts", |
377261