@pgpmjs/export 0.19.1 → 0.19.3

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.
@@ -263,7 +263,7 @@ export const META_TABLE_CONFIG = {
263
263
  database_id: 'uuid',
264
264
  table_id: 'uuid',
265
265
  name: 'text',
266
- type: 'text',
266
+ type: 'jsonb',
267
267
  description: 'text'
268
268
  }
269
269
  },
package/export-utils.js CHANGED
@@ -269,7 +269,7 @@ exports.META_TABLE_CONFIG = {
269
269
  database_id: 'uuid',
270
270
  table_id: 'uuid',
271
271
  name: 'text',
272
- type: 'text',
272
+ type: 'jsonb',
273
273
  description: 'text'
274
274
  }
275
275
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpmjs/export",
3
- "version": "0.19.1",
3
+ "version": "0.19.3",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PGPM export tools for SQL and GraphQL database migration extraction",
6
6
  "main": "index.js",
@@ -41,19 +41,19 @@
41
41
  "@pgsql/types": "^17.6.2",
42
42
  "@types/pg": "^8.20.0",
43
43
  "makage": "^0.3.0",
44
- "pgsql-test": "^4.15.1"
44
+ "pgsql-test": "^4.15.2"
45
45
  },
46
46
  "dependencies": {
47
- "@pgpmjs/core": "^6.20.1",
48
- "@pgpmjs/migrate-client": "^0.14.2",
49
- "@pgpmjs/types": "^2.28.0",
50
- "csv-to-pg": "^3.17.1",
47
+ "@pgpmjs/core": "^6.20.2",
48
+ "@pgpmjs/migrate-client": "^0.14.3",
49
+ "@pgpmjs/types": "^2.28.1",
50
+ "csv-to-pg": "^3.17.2",
51
51
  "glob": "^13.0.6",
52
52
  "inflekt": "^0.7.1",
53
53
  "inquirerer": "^4.8.1",
54
54
  "pg": "^8.21.0",
55
- "pg-cache": "^3.11.0",
56
- "pg-env": "^1.15.0"
55
+ "pg-cache": "^3.11.1",
56
+ "pg-env": "^1.15.1"
57
57
  },
58
- "gitHead": "c9317afa5b5c2401ab1a18c927c3fd75b59a0b01"
58
+ "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
59
59
  }