@pothos/plugin-relay
Advanced tools
Comparing version 3.28.0 to 3.28.1
# Change Log | ||
## 3.28.1 | ||
### Patch Changes | ||
- 67531f1e: Create separate typescript definitions for esm files | ||
## 3.28.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-relay", | ||
"version": "3.28.0", | ||
"version": "3.28.1", | ||
"description": "A Pothos plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema", | ||
@@ -43,5 +43,5 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/core": "3.22.0", | ||
"@pothos/plugin-complexity": "3.11.0", | ||
"@pothos/test-utils": "1.4.0", | ||
"@pothos/core": "3.22.1", | ||
"@pothos/plugin-complexity": "3.11.1", | ||
"@pothos/test-utils": "1.4.1", | ||
"graphql": "16.6.0", | ||
@@ -54,6 +54,6 @@ "graphql-subscriptions": "^2.0.0", | ||
"type": "tsc --project tsconfig.type.json", | ||
"build": "pnpm build:clean && pnpm build:cjs && pnpm build:esm && pnpm build:dts", | ||
"build": "pnpm build:clean && pnpm build:cjs && pnpm build:dts && pnpm build:esm", | ||
"build:clean": "git clean -dfX esm lib", | ||
"build:cjs": "swc src -d lib --config-file ../../.swcrc -C module.type=commonjs", | ||
"build: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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104
4622
377173