@pgpmjs/export 0.15.1 → 0.15.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 -2
- package/export-utils.js +2 -2
- package/package.json +5 -5
package/esm/export-utils.js
CHANGED
|
@@ -700,8 +700,8 @@ export const META_TABLE_CONFIG = {
|
|
|
700
700
|
sign_in_function: 'text',
|
|
701
701
|
sign_up_function: 'text',
|
|
702
702
|
sign_out_function: 'text',
|
|
703
|
-
|
|
704
|
-
|
|
703
|
+
sign_in_cross_origin_function: 'text',
|
|
704
|
+
request_cross_origin_token_function: 'text',
|
|
705
705
|
extend_token_expires: 'text',
|
|
706
706
|
send_account_deletion_email_function: 'text',
|
|
707
707
|
delete_account_function: 'text',
|
package/export-utils.js
CHANGED
|
@@ -706,8 +706,8 @@ exports.META_TABLE_CONFIG = {
|
|
|
706
706
|
sign_in_function: 'text',
|
|
707
707
|
sign_up_function: 'text',
|
|
708
708
|
sign_out_function: 'text',
|
|
709
|
-
|
|
710
|
-
|
|
709
|
+
sign_in_cross_origin_function: 'text',
|
|
710
|
+
request_cross_origin_token_function: 'text',
|
|
711
711
|
extend_token_expires: 'text',
|
|
712
712
|
send_account_deletion_email_function: 'text',
|
|
713
713
|
delete_account_function: 'text',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgpmjs/export",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.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,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.14.
|
|
44
|
+
"pgsql-test": "^4.14.1"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@pgpmjs/core": "^6.18.
|
|
48
|
-
"@pgpmjs/migrate-client": "^0.13.
|
|
47
|
+
"@pgpmjs/core": "^6.18.1",
|
|
48
|
+
"@pgpmjs/migrate-client": "^0.13.3",
|
|
49
49
|
"@pgpmjs/types": "^2.27.0",
|
|
50
50
|
"csv-to-pg": "^3.17.0",
|
|
51
51
|
"glob": "^13.0.6",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"pg-cache": "^3.10.0",
|
|
56
56
|
"pg-env": "^1.14.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "62282a9e2b4a72a68c6c3c6a8729e3a0a42a54b2"
|
|
59
59
|
}
|