@pgpmjs/export 0.4.1 → 0.4.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.
- package/esm/export-utils.js +2 -7
- package/export-utils.js +2 -7
- package/package.json +6 -6
package/esm/export-utils.js
CHANGED
|
@@ -962,14 +962,9 @@ export const META_TABLE_CONFIG = {
|
|
|
962
962
|
node_type: 'text',
|
|
963
963
|
use_rls: 'boolean',
|
|
964
964
|
node_data: 'jsonb',
|
|
965
|
-
grant_roles: 'text[]',
|
|
966
965
|
fields: 'jsonb[]',
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
policy_privileges: 'text[]',
|
|
970
|
-
policy_role: 'text',
|
|
971
|
-
policy_permissive: 'boolean',
|
|
972
|
-
policy_data: 'jsonb',
|
|
966
|
+
grants: 'jsonb',
|
|
967
|
+
policies: 'jsonb',
|
|
973
968
|
out_fields: 'uuid[]'
|
|
974
969
|
}
|
|
975
970
|
},
|
package/export-utils.js
CHANGED
|
@@ -968,14 +968,9 @@ exports.META_TABLE_CONFIG = {
|
|
|
968
968
|
node_type: 'text',
|
|
969
969
|
use_rls: 'boolean',
|
|
970
970
|
node_data: 'jsonb',
|
|
971
|
-
grant_roles: 'text[]',
|
|
972
971
|
fields: 'jsonb[]',
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
policy_privileges: 'text[]',
|
|
976
|
-
policy_role: 'text',
|
|
977
|
-
policy_permissive: 'boolean',
|
|
978
|
-
policy_data: 'jsonb',
|
|
972
|
+
grants: 'jsonb',
|
|
973
|
+
policies: 'jsonb',
|
|
979
974
|
out_fields: 'uuid[]'
|
|
980
975
|
}
|
|
981
976
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgpmjs/export",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.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,13 +41,13 @@
|
|
|
41
41
|
"@pgsql/types": "^17.6.2",
|
|
42
42
|
"@types/pg": "^8.18.0",
|
|
43
43
|
"makage": "^0.3.0",
|
|
44
|
-
"pgsql-test": "^4.9.
|
|
44
|
+
"pgsql-test": "^4.9.3"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@pgpmjs/core": "^6.12.
|
|
48
|
-
"@pgpmjs/migrate-client": "^0.5.
|
|
47
|
+
"@pgpmjs/core": "^6.12.3",
|
|
48
|
+
"@pgpmjs/migrate-client": "^0.5.2",
|
|
49
49
|
"@pgpmjs/types": "^2.22.0",
|
|
50
|
-
"csv-to-pg": "^3.12.
|
|
50
|
+
"csv-to-pg": "^3.12.1",
|
|
51
51
|
"glob": "^13.0.6",
|
|
52
52
|
"inflekt": "^0.7.1",
|
|
53
53
|
"inquirerer": "^4.7.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"pg-cache": "^3.5.0",
|
|
56
56
|
"pg-env": "^1.9.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "ad2d49ede1f962293e13d68843831897f267915d"
|
|
59
59
|
}
|