@pothos/plugin-directives
Advanced tools
Comparing version 3.6.0 to 3.6.1
# Change Log | ||
## 3.6.1 | ||
### Patch Changes | ||
- aa18acb7: update dev dependencies | ||
## 3.6.0 | ||
@@ -4,0 +10,0 @@ |
@@ -80,3 +80,3 @@ /* eslint-disable no-param-reassign */ import './global-types.js'; | ||
args: right[name] | ||
})), | ||
})) | ||
]; | ||
@@ -83,0 +83,0 @@ } |
@@ -106,3 +106,2 @@ /* eslint-disable @typescript-eslint/no-unnecessary-type-assertion */ /* eslint-disable no-param-reassign */ import './global-types.js'; | ||
} | ||
; | ||
function typeNode(type) { | ||
@@ -109,0 +108,0 @@ if (type instanceof GraphQLList) { |
@@ -149,3 +149,3 @@ /* eslint-disable no-param-reassign */ "use strict"; | ||
args: right[name] | ||
})), | ||
})) | ||
]; | ||
@@ -152,0 +152,0 @@ } |
{ | ||
"name": "@pothos/plugin-directives", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "Directive plugin for Pothos, enables using graphql-tools based directives with Pothos", | ||
@@ -36,9 +36,9 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@graphql-tools/utils": "^8.10.1", | ||
"@pothos/core": "3.20.0", | ||
"@pothos/test-utils": "1.3.0", | ||
"@graphql-tools/utils": "^8.12.0", | ||
"@pothos/core": "3.21.1", | ||
"@pothos/test-utils": "1.3.1", | ||
"graphql": "16.6.0", | ||
"graphql-rate-limit-directive": "^2.0.2", | ||
"graphql-tag": "^2.12.6", | ||
"rate-limiter-flexible": "^2.3.8" | ||
"rate-limiter-flexible": "^2.3.11" | ||
}, | ||
@@ -53,5 +53,5 @@ "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc", | ||
"build:dts": "tsc", | ||
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../.config/esm-transformer.ts", | ||
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts", | ||
"test": "pnpm jest --runInBand" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
162466
1430