@pgpmjs/export 0.13.1 → 0.14.1

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.
@@ -573,6 +573,7 @@ export const META_TABLE_CONFIG = {
573
573
  enable_connection_filter: 'boolean',
574
574
  enable_ltree: 'boolean',
575
575
  enable_llm: 'boolean',
576
+ enable_bulk: 'boolean',
576
577
  options: 'jsonb'
577
578
  }
578
579
  },
@@ -592,6 +593,7 @@ export const META_TABLE_CONFIG = {
592
593
  enable_connection_filter: 'boolean',
593
594
  enable_ltree: 'boolean',
594
595
  enable_llm: 'boolean',
596
+ enable_bulk: 'boolean',
595
597
  options: 'jsonb'
596
598
  }
597
599
  },
package/export-utils.js CHANGED
@@ -579,6 +579,7 @@ exports.META_TABLE_CONFIG = {
579
579
  enable_connection_filter: 'boolean',
580
580
  enable_ltree: 'boolean',
581
581
  enable_llm: 'boolean',
582
+ enable_bulk: 'boolean',
582
583
  options: 'jsonb'
583
584
  }
584
585
  },
@@ -598,6 +599,7 @@ exports.META_TABLE_CONFIG = {
598
599
  enable_connection_filter: 'boolean',
599
600
  enable_ltree: 'boolean',
600
601
  enable_llm: 'boolean',
602
+ enable_bulk: 'boolean',
601
603
  options: 'jsonb'
602
604
  }
603
605
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpmjs/export",
3
- "version": "0.13.1",
3
+ "version": "0.14.1",
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",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@pgpmjs/core": "^6.17.1",
48
- "@pgpmjs/migrate-client": "^0.12.4",
48
+ "@pgpmjs/migrate-client": "^0.12.6",
49
49
  "@pgpmjs/types": "^2.26.1",
50
50
  "csv-to-pg": "^3.16.1",
51
51
  "glob": "^13.0.6",
@@ -55,5 +55,5 @@
55
55
  "pg-cache": "^3.9.1",
56
56
  "pg-env": "^1.13.1"
57
57
  },
58
- "gitHead": "ea590e1b9e1ee38c267f8dbbb37aa3f83a5d3fb7"
58
+ "gitHead": "70f9d2052fe9218c65b82e896d1660d4dc6a51c8"
59
59
  }