graphile-build
Advanced tools
Comparing version 5.0.0-beta.6 to 5.0.0-beta.7
# graphile-build | ||
## 5.0.0-beta.7 | ||
### Patch Changes | ||
- [#496](https://github.com/benjie/crystal/pull/496) | ||
[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1) | ||
Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes | ||
through major versions). | ||
- Updated dependencies | ||
[[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1), | ||
[`e613b476d`](https://github.com/benjie/crystal/commit/e613b476d6ee867d1f7509c895dabee40e7f9a31)]: | ||
- graphile-config@0.0.1-beta.2 | ||
- grafast@0.0.1-beta.6 | ||
## 5.0.0-beta.6 | ||
@@ -4,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const version = "5.0.0-beta.6"; | ||
export declare const version = "5.0.0-beta.7"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is autogenerated by /scripts/postversion.mjs | ||
exports.version = "5.0.0-beta.6"; | ||
exports.version = "5.0.0-beta.7"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "graphile-build", | ||
"version": "5.0.0-beta.6", | ||
"version": "5.0.0-beta.7", | ||
"description": "Build a GraphQL schema from plugins", | ||
@@ -39,13 +39,13 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@types/node": "^18.15.5", | ||
"@types/pluralize": "^0.0.29", | ||
"@types/semver": "^7.3.9", | ||
"@types/node": "^20.5.7", | ||
"@types/pluralize": "^0.0.30", | ||
"@types/semver": "^7.5.1", | ||
"chalk": "^4.1.2", | ||
"debug": "^4.3.3", | ||
"graphile-config": "^0.0.1-beta.1", | ||
"debug": "^4.3.4", | ||
"graphile-config": "^0.0.1-beta.2", | ||
"graphql": "^16.1.0-experimental-stream-defer.6", | ||
"lodash": "^4.17.21", | ||
"pluralize": "^7.0.0", | ||
"semver": "^7.3.5", | ||
"tslib": "^2.5.0" | ||
"semver": "^7.5.4", | ||
"tslib": "^2.6.2" | ||
}, | ||
@@ -56,4 +56,4 @@ "engines": { | ||
"peerDependencies": { | ||
"grafast": "^0.0.1-beta.5", | ||
"graphile-config": "^0.0.1-beta.1", | ||
"grafast": "^0.0.1-beta.6", | ||
"graphile-config": "^0.0.1-beta.2", | ||
"graphql": "^16.1.0-experimental-stream-defer.6" | ||
@@ -66,10 +66,10 @@ }, | ||
"devDependencies": { | ||
"@types/debug": "^4.1.7", | ||
"@types/jest": "^27.5.1", | ||
"graphile-export": "^0.0.2-beta.2", | ||
"@types/debug": "^4.1.8", | ||
"@types/jest": "^29.5.4", | ||
"graphile-export": "^0.0.2-beta.3", | ||
"graphql": "16.1.0-experimental-stream-defer.6", | ||
"jest": "^28.1.3", | ||
"jest": "^29.6.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4" | ||
"typescript": "^5.2.2" | ||
} | ||
} |
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
443598
+ Added@types/pluralize@0.0.30(transitive)
- Removed@types/node@18.19.64(transitive)
- Removed@types/pluralize@0.0.29(transitive)
- Removedundici-types@5.26.5(transitive)
Updated@types/node@^20.5.7
Updated@types/pluralize@^0.0.30
Updated@types/semver@^7.5.1
Updateddebug@^4.3.4
Updatedsemver@^7.5.4
Updatedtslib@^2.6.2