@pgpmjs/export 0.13.0 → 0.14.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/export-utils.js +2 -0
- package/export-utils.js +2 -0
- package/package.json +4 -4
package/esm/export-utils.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "0.14.0",
|
|
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,11 +41,11 @@
|
|
|
41
41
|
"@pgsql/types": "^17.6.2",
|
|
42
42
|
"@types/pg": "^8.18.0",
|
|
43
43
|
"makage": "^0.3.0",
|
|
44
|
-
"pgsql-test": "^4.13.
|
|
44
|
+
"pgsql-test": "^4.13.2"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@pgpmjs/core": "^6.17.1",
|
|
48
|
-
"@pgpmjs/migrate-client": "^0.12.
|
|
48
|
+
"@pgpmjs/migrate-client": "^0.12.5",
|
|
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": "
|
|
58
|
+
"gitHead": "28b0b236e65b2a2228acad4fd840543c04b24825"
|
|
59
59
|
}
|