Compare commits
2 Commits
d32f0f2c77
...
d5472083d6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5472083d6 | ||
|
|
c56ff16cde |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lendry-erp/contracts",
|
"name": "@lendry-erp/contracts",
|
||||||
"version": "1.2.41",
|
"version": "1.2.43",
|
||||||
"description": "Protobuf definitions and generated TypeScript types",
|
"description": "Protobuf definitions and generated TypeScript types",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
@@ -17,4 +17,5 @@ export const PROTO_PATHS = {
|
|||||||
"../../proto/notifications/notifications.proto",
|
"../../proto/notifications/notifications.proto",
|
||||||
),
|
),
|
||||||
CHAT: join(__dirname, "../../proto/chat/chat.proto"),
|
CHAT: join(__dirname, "../../proto/chat/chat.proto"),
|
||||||
|
MEDIA: join(__dirname, "../../proto/media/media.proto"),
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
Reference in New Issue
Block a user