Socket
Socket
Sign inDemoInstall

graphile-build

Package Overview
Dependencies
40
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-beta.13 to 5.0.0-beta.14

13

CHANGELOG.md
# graphile-build
## 5.0.0-beta.14
### Patch Changes
- [#1901](https://github.com/graphile/crystal/pull/1901)
[`f97d7976a`](https://github.com/graphile/crystal/commit/f97d7976a683a1e2cb0fed1ce0e30aeff8cc1886)
Thanks [@benjie](https://github.com/benjie)! - Loosens step assertion from
Query type so it can be served from `constant(true)`.
- Updated dependencies
[[`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159),
[`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044)]:
- grafast@0.1.1-beta.4
## 5.0.0-beta.13

@@ -4,0 +17,0 @@

8

dist/plugins/QueryPlugin.js

@@ -5,3 +5,2 @@ "use strict";

require("graphile-config");
const grafast_1 = require("grafast");
const utils_js_1 = require("../utils.js");

@@ -33,3 +32,8 @@ /**

}, () => ({
assertStep: grafast_1.__ValueStep,
// We don't want to assert any particular step here; any non-null
// value should suffice. We do need to assert a step currently,
// but only because of the check on interfaces that all
// consistituent types either expect a step or don't (which is an
// arbitrary constraint we've added that can be removed).
assertStep: () => true,
description: "The root query type which gives access points into the data universe.",

@@ -36,0 +40,0 @@ }), `graphile-build built-in (root query type)`);

@@ -1,2 +0,2 @@

export declare const version = "5.0.0-beta.13";
export declare const version = "5.0.0-beta.14";
//# 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.13";
exports.version = "5.0.0-beta.14";
//# sourceMappingURL=version.js.map
{
"name": "graphile-build",
"version": "5.0.0-beta.13",
"version": "5.0.0-beta.14",
"description": "Build a GraphQL schema from plugins",

@@ -55,3 +55,3 @@ "type": "commonjs",

"peerDependencies": {
"grafast": "^0.1.1-beta.3",
"grafast": "^0.1.1-beta.4",
"graphile-config": "^0.0.1-beta.6",

@@ -67,3 +67,3 @@ "graphql": "^16.1.0-experimental-stream-defer.6"

"@types/jest": "^29.5.4",
"graphile-export": "^0.0.2-beta.8",
"graphile-export": "^0.0.2-beta.9",
"graphql": "16.1.0-experimental-stream-defer.6",

@@ -70,0 +70,0 @@ "jest": "^29.6.4",

@@ -46,4 +46,3 @@ # graphile-build

</tr><tr>
<td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
<td align="center"><a href="https://microteam.io/"><img src="https://graphile.org/images/sponsors/micro.png" width="90" height="90" alt="We Love Micro" /><br />We Love Micro</a> *</td>
<td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
</tr></table>

@@ -50,0 +49,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc