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-alpha.7 to 5.0.0-alpha.8

17

CHANGELOG.md
# graphile-build
## 5.0.0-alpha.8
### Patch Changes
- [#340](https://github.com/benjie/postgraphile-private/pull/340)
[`fe9154b23`](https://github.com/benjie/postgraphile-private/commit/fe9154b23f6e45c56ff5827dfe758bdf4974e215)
Thanks [@benjie](https://github.com/benjie)! - Make Datetime RFC3339
compatible when a timezone is present
- Updated dependencies
[[`5c9d32264`](https://github.com/benjie/postgraphile-private/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
[`2fcbe688c`](https://github.com/benjie/postgraphile-private/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
[`3a984718a`](https://github.com/benjie/postgraphile-private/commit/3a984718a322685304777dec7cd48a1efa15539d),
[`adc7ae5e0`](https://github.com/benjie/postgraphile-private/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
- grafast@0.0.1-alpha.7
- graphile-config@0.0.1-alpha.3
## 5.0.0-alpha.7

@@ -4,0 +21,0 @@

2

dist/plugins/CommonTypesPlugin.js

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

});
build.registerScalarType(inflection.builtin("Datetime"), {}, () => stringTypeSpec(build.wrapDescription("A point in time as described by the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.", "type")), "graphile-build built-in (Datetime type)");
build.registerScalarType(inflection.builtin("Datetime"), {}, () => stringTypeSpec(build.wrapDescription("A point in time as described by the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) and, if it has a timezone, [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339) standards. Input values that do not conform to both ISO 8601 and RFC 3339 may be coerced, which may lead to unexpected results.", "type")), "graphile-build built-in (Datetime type)");
build.registerCursorConnection?.({

@@ -31,0 +31,0 @@ typeName: "Datetime",

{
"name": "graphile-build",
"version": "5.0.0-alpha.7",
"version": "5.0.0-alpha.8",
"description": "Build a GraphQL schema from plugins",

@@ -44,4 +44,4 @@ "type": "commonjs",

"debug": "^4.3.3",
"grafast": "^0.0.1-alpha.6",
"graphile-config": "^0.0.1-alpha.2",
"grafast": "^0.0.1-alpha.7",
"graphile-config": "^0.0.1-alpha.3",
"lodash": "^4.17.21",

@@ -48,0 +48,0 @@ "pluralize": "^7.0.0",

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