@volontariapp/contracts-nest 3.1.12 → 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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - README bump
8
+
9
+ - Updated dependencies []:
10
+ - @volontariapp/logger@0.2.6
11
+
3
12
  ## 3.1.12
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  NestJS-specific integration for Volontariapp gRPC contracts.
4
4
 
5
- ## 🚀 Purpose
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
- ## 💻 Usage
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.12",
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.5",
54
+ "@volontariapp/logger": "0.2.6",
55
55
  "protobufjs": "^7.5.8"
56
56
  }
57
57
  }