pg-codegen 2.17.0 → 2.17.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
@@ -41,7 +41,7 @@ const writeGeneratedFiles = async (outputDir, fileTree) => {
41
41
  pgLegacyFunctionsOnly: false,
42
42
  pgIgnoreRBAC: true,
43
43
  },
44
- namespacesToIntrospect: ['collections_public'],
44
+ namespacesToIntrospect: ['metaschema_public'],
45
45
  includeExtensions: false,
46
46
  };
47
47
  const outputDirectory = path.join(__dirname, '../../../__fixtures__/output');
package/index.js CHANGED
@@ -46,7 +46,7 @@ const writeGeneratedFiles = async (outputDir, fileTree) => {
46
46
  pgLegacyFunctionsOnly: false,
47
47
  pgIgnoreRBAC: true,
48
48
  },
49
- namespacesToIntrospect: ['collections_public'],
49
+ namespacesToIntrospect: ['metaschema_public'],
50
50
  includeExtensions: false,
51
51
  };
52
52
  const outputDirectory = path_1.default.join(__dirname, '../../../__fixtures__/output');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-codegen",
3
- "version": "2.17.0",
3
+ "version": "2.17.2",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostgreSQL Codegen",
6
6
  "main": "index.js",
@@ -47,12 +47,12 @@
47
47
  "pg": "^8.16.3",
48
48
  "pg-cache": "^1.6.14",
49
49
  "pg-env": "^1.2.5",
50
- "pgsql-test": "^2.24.0"
50
+ "pgsql-test": "^2.24.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/babel__generator": "^7.6.8",
54
54
  "@types/pg": "^8.16.0",
55
55
  "makage": "^0.1.10"
56
56
  },
57
- "gitHead": "e6171117d5498f38f456dfaf7e8a497dd7d2a30b"
57
+ "gitHead": "ba5bbacf7ccc1980cba10bf3f45ebb0ca639fb79"
58
58
  }