@pothos/plugin-relay
Advanced tools
Comparing version 3.41.0 to 3.41.1
# Change Log | ||
## 3.41.1 | ||
### Patch Changes | ||
- 4c6bc638: Add provinance to npm releases | ||
## 3.41.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-relay", | ||
"version": "3.41.0", | ||
"version": "3.41.1", | ||
"description": "A Pothos plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema", | ||
@@ -19,3 +19,4 @@ "main": "./lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/hayes/pothos.git" | ||
"url": "git+https://github.com/hayes/pothos.git", | ||
"directory": "packages/plugin-relay" | ||
}, | ||
@@ -37,3 +38,4 @@ "author": "Michael Hayes", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -48,5 +50,5 @@ "peerDependencies": { | ||
"graphql-tag": "^2.12.6", | ||
"@pothos/core": "3.29.0", | ||
"@pothos/plugin-complexity": "3.12.0", | ||
"@pothos/test-utils": "1.4.7" | ||
"@pothos/core": "3.30.0", | ||
"@pothos/plugin-complexity": "3.12.1", | ||
"@pothos/test-utils": "1.4.8" | ||
}, | ||
@@ -53,0 +55,0 @@ "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc", |
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
425351