graphile-settings 2.8.0 → 2.9.0

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,5 @@
1
1
  import PgManyToMany from '@graphile-contrib/pg-many-to-many';
2
- import { getEnvOptions } from '@pgpmjs/env';
2
+ import { getEnvOptions } from '@launchql/env';
3
3
  import PgPostgis from 'graphile-postgis';
4
4
  import FulltextFilterPlugin from 'graphile-plugin-fulltext-filter';
5
5
  import { NodePlugin } from 'graphile-build';
package/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { PgpmOptions } from '@pgpmjs/types';
1
+ import { LaunchQLOptions } from '@launchql/types';
2
2
  import { PostGraphileOptions } from 'postgraphile';
3
- export declare const getGraphileSettings: (rawOpts: PgpmOptions) => PostGraphileOptions;
3
+ export declare const getGraphileSettings: (rawOpts: LaunchQLOptions) => PostGraphileOptions;
package/index.js CHANGED
@@ -38,7 +38,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.getGraphileSettings = void 0;
40
40
  const pg_many_to_many_1 = __importDefault(require("@graphile-contrib/pg-many-to-many"));
41
- const env_1 = require("@pgpmjs/env");
41
+ const env_1 = require("@launchql/env");
42
42
  const graphile_postgis_1 = __importDefault(require("graphile-postgis"));
43
43
  const graphile_plugin_fulltext_filter_1 = __importDefault(require("graphile-plugin-fulltext-filter"));
44
44
  const graphile_build_1 = require("graphile-build");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-settings",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "graphile settings",
6
6
  "main": "index.js",
@@ -30,22 +30,23 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@graphile-contrib/pg-many-to-many": "^1.0.2",
33
- "@pgpmjs/env": "^2.7.0",
34
- "@pgpmjs/types": "^2.11.0",
33
+ "@launchql/env": "^2.8.0",
34
+ "@launchql/types": "^2.12.0",
35
+ "@pgpmjs/types": "^2.12.0",
35
36
  "cors": "^2.8.5",
36
37
  "express": "^5.1.0",
37
38
  "graphile-build": "^4.14.1",
38
- "graphile-i18n": "^0.2.4",
39
- "graphile-meta-schema": "^0.3.4",
40
- "graphile-pg-type-mappings": "^0.3.4",
41
- "graphile-plugin-connection-filter": "^2.4.4",
42
- "graphile-plugin-connection-filter-postgis": "^1.1.4",
43
- "graphile-plugin-fulltext-filter": "^2.1.4",
44
- "graphile-postgis": "^0.2.4",
39
+ "graphile-i18n": "^0.2.5",
40
+ "graphile-meta-schema": "^0.3.5",
41
+ "graphile-pg-type-mappings": "^0.3.5",
42
+ "graphile-plugin-connection-filter": "^2.4.5",
43
+ "graphile-plugin-connection-filter-postgis": "^1.1.5",
44
+ "graphile-plugin-fulltext-filter": "^2.1.5",
45
+ "graphile-postgis": "^0.2.5",
45
46
  "graphile-query": "^2.4.2",
46
- "graphile-search-plugin": "^0.2.4",
47
- "graphile-simple-inflector": "^0.2.4",
48
- "graphile-upload-plugin": "^0.4.0",
47
+ "graphile-search-plugin": "^0.2.5",
48
+ "graphile-simple-inflector": "^0.2.5",
49
+ "graphile-upload-plugin": "^0.5.0",
49
50
  "graphql": "15.10.1",
50
51
  "graphql-tag": "2.12.6",
51
52
  "graphql-upload": "^13.0.0",
@@ -70,5 +71,5 @@
70
71
  "launchql",
71
72
  "graphql"
72
73
  ],
73
- "gitHead": "e4d5396a5d9154f4886176bb00c2b460b0f320e5"
74
+ "gitHead": "293ffe3db7a328d1a096b8f239d9c71c26b43ec0"
74
75
  }