@constructive-io/graphql-types 3.1.1 → 3.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/index.js CHANGED
@@ -1,5 +1,3 @@
1
- // Re-export all core types from @pgpmjs/types for convenience
2
- export * from '@pgpmjs/types';
3
1
  // Export GraphQL/Graphile specific types
4
2
  export { graphileDefaults, graphileFeatureDefaults, apiDefaults } from './graphile';
5
3
  // Export Constructive combined types
package/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export * from '@pgpmjs/types';
2
1
  export { GraphileOptions, GraphileFeatureOptions, ApiOptions, graphileDefaults, graphileFeatureDefaults, apiDefaults } from './graphile';
3
2
  export { ConstructiveGraphQLOptions, ConstructiveOptions, constructiveGraphqlDefaults, constructiveDefaults } from './constructive';
4
3
  export { GraphQLAdapter, GraphQLError, QueryResult } from './adapter';
package/index.js CHANGED
@@ -1,22 +1,6 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
2
  Object.defineProperty(exports, "__esModule", { value: true });
17
3
  exports.constructiveDefaults = exports.constructiveGraphqlDefaults = exports.apiDefaults = exports.graphileFeatureDefaults = exports.graphileDefaults = void 0;
18
- // Re-export all core types from @pgpmjs/types for convenience
19
- __exportStar(require("@pgpmjs/types"), exports);
20
4
  // Export GraphQL/Graphile specific types
21
5
  var graphile_1 = require("./graphile");
22
6
  Object.defineProperty(exports, "graphileDefaults", { enumerable: true, get: function () { return graphile_1.graphileDefaults; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/graphql-types",
3
- "version": "3.1.1",
3
+ "version": "3.3.2",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive GraphQL/Graphile types for PostGraphile integration",
6
6
  "main": "index.js",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@pgpmjs/types": "^2.17.0",
32
+ "@pgpmjs/types": "^2.19.2",
33
33
  "deepmerge": "^4.3.1",
34
34
  "graphile-config": "1.0.0-rc.5",
35
- "pg-env": "^1.5.0"
35
+ "pg-env": "^1.7.2"
36
36
  },
37
37
  "keywords": [
38
38
  "graphql",
@@ -45,5 +45,5 @@
45
45
  "devDependencies": {
46
46
  "makage": "^0.1.10"
47
47
  },
48
- "gitHead": "2df0ba1ebe42ff08b498070d476da3527cf6b7cd"
48
+ "gitHead": "4fd2c9be786ad9ae2213453276a69723435d5315"
49
49
  }