@volontariapp/contracts-nest 3.1.12-snap-df0af09 → 3.1.13
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/CHANGELOG.md +9 -0
- package/README.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
NestJS-specific integration for Volontariapp gRPC contracts.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Purpose
|
|
6
6
|
|
|
7
7
|
This package provides the integration layer for NestJS microservices. It contains:
|
|
8
8
|
- **gRPC Helpers**: `getGrpcOptions` and configuration utilities.
|
|
@@ -14,7 +14,7 @@ This package provides the integration layer for NestJS microservices. It contain
|
|
|
14
14
|
|
|
15
15
|
This package depends on `@nestjs/microservices` and `rxjs`. It is **not** compatible with front-end environments (React/React Native). For front-end usage, use `@volontariapp/contracts`.
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Usage
|
|
18
18
|
|
|
19
19
|
### Microservice Setup
|
|
20
20
|
```typescript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volontariapp/contracts-nest",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"rxjs": "^7.0.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@volontariapp/logger": "0.2.
|
|
54
|
+
"@volontariapp/logger": "0.2.6",
|
|
55
55
|
"protobufjs": "^7.5.8"
|
|
56
56
|
}
|
|
57
57
|
}
|