@pgpmjs/types 2.20.2 → 2.20.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/package.json +2 -2
- package/pgpm.d.ts +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgpmjs/types",
|
|
3
|
-
"version": "2.20.
|
|
3
|
+
"version": "2.20.3",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PGPM types",
|
|
6
6
|
"main": "index.js",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"makage": "^0.3.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "d0d8f5ca5828ad3efba5f607bc699a8d520e4603"
|
|
46
46
|
}
|
package/pgpm.d.ts
CHANGED
|
@@ -44,10 +44,6 @@ export interface PgTestClientContext {
|
|
|
44
44
|
/** Additional session context variables (e.g., 'jwt.claims.user_id', 'search_path') */
|
|
45
45
|
[key: string]: string | null | undefined;
|
|
46
46
|
}
|
|
47
|
-
/**
|
|
48
|
-
* @deprecated Use PgTestClientContext instead (typo fix)
|
|
49
|
-
*/
|
|
50
|
-
export type PgTextClientContext = PgTestClientContext;
|
|
51
47
|
/**
|
|
52
48
|
* Role mapping configuration for database security
|
|
53
49
|
*/
|