@pothos/plugin-directives
Advanced tools
Comparing version 3.7.1 to 3.7.2
# Change Log | ||
## 3.7.2 | ||
### Patch Changes | ||
- 218fc68b: Fix script for copying ems d.ts definitions | ||
## 3.7.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-directives", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "Directive plugin for Pothos, enables using graphql-tools based directives with Pothos", | ||
@@ -41,3 +41,3 @@ "main": "./lib/index.js", | ||
"@graphql-tools/utils": "^8.12.0", | ||
"@pothos/core": "3.22.1", | ||
"@pothos/core": "3.22.2", | ||
"@pothos/test-utils": "1.4.1", | ||
@@ -55,3 +55,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", | ||
@@ -58,0 +58,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
115929