@pextran/db 0.0.18 → 0.0.19
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@pextran/db`
|
|
2
2
|
|
|
3
|
-
Database-facing helpers for Pextran: Prisma client typing, auth claims resolution, and repository-style APIs for **approvals** and **media**. Built on `@pextran/core` for DTOs, responses, and shared types
|
|
3
|
+
Database-facing helpers for Pextran: Prisma client typing, auth claims resolution, and repository-style APIs for **approvals** and **media**. Built on `@pextran/core` for DTOs, responses, and shared types
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pextran/db",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"description": "pextran DB Utilities",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"access": "restricted"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@pextran/core": "^0.0.
|
|
44
|
+
"@pextran/core": "^0.0.40",
|
|
45
45
|
"jsonwebtoken": "^9.0.2",
|
|
46
46
|
"pdf-lib": "^1.17.1"
|
|
47
47
|
}
|