Socket
Socket
Sign inDemoInstall

graphile-build

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphile-build - npm Package Compare versions

Comparing version 5.0.0-beta.2 to 5.0.0-beta.3

13

CHANGELOG.md
# graphile-build
## 5.0.0-beta.3
### Patch Changes
- [#452](https://github.com/benjie/crystal/pull/452)
[`d3ab4e12d`](https://github.com/benjie/crystal/commit/d3ab4e12d5bf0dc1c0364c603585175fa4d94d34)
Thanks [@benjie](https://github.com/benjie)! - Improve error messages with
links to more details.
- Updated dependencies
[[`46cd08aa1`](https://github.com/benjie/crystal/commit/46cd08aa13e3bac4d186c72c6ce24997f37658af)]:
- grafast@0.0.1-beta.3
## 5.0.0-beta.2

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

2

dist/extend.js

@@ -36,3 +36,3 @@ "use strict";

: `The second entity was:\n\n${indent(chalk_1.default.yellow(hintB))}`;
throw new Error(`A naming conflict has occurred - two entities have tried to define the same key '${chalk_1.default.bold(key)}'.\n\n${indent(firstEntityDetails)}\n\n${indent(secondEntityDetails)}`);
throw new Error(`A naming conflict has occurred - two entities have tried to define the same key '${chalk_1.default.bold(key)}'.\n\n${indent(firstEntityDetails)}\n\n${indent(secondEntityDetails)}.\n Details: ${chalk_1.default.blue.bold.underline `https://err.red/pnc`}`);
}

@@ -39,0 +39,0 @@ if (hintB) {

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

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

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

"peerDependencies": {
"grafast": "^0.0.1-beta.2",
"grafast": "^0.0.1-beta.3",
"graphile-config": "^0.0.1-beta.1",

@@ -58,0 +58,0 @@ "graphql": "^16.1.0-experimental-stream-defer.6"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc