@zola_do/audit 0.1.38 → 0.1.40

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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -89,5 +89,10 @@ When `amqplib` and `@nestjs/microservices` are installed, `AuditLoggerIntercepto
89
89
 
90
90
  ## Related Packages
91
91
 
92
- - [@zola_do/core](../core) — Shared types
93
92
  - [@zola_do/authorization](../authorization) — User context for audit
93
+
94
+ ## Community
95
+
96
+ - [Contributing](../../CONTRIBUTING.md)
97
+ - [Code of Conduct](../../CODE_OF_CONDUCT.md)
98
+ - [Security Policy](../../SECURITY.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zola_do/audit",
3
- "version": "0.1.38",
3
+ "version": "0.1.40",
4
4
  "description": "RabbitMQ-based audit logging for NestJS",
5
5
  "author": "zolaDO",
6
6
  "license": "ISC",
@@ -56,6 +56,10 @@
56
56
  "bugs": {
57
57
  "url": "https://github.com/zola0031/zola-nestjs-shared/issues"
58
58
  },
59
+ "funding": {
60
+ "type": "github",
61
+ "url": "https://github.com/sponsors/zola0031"
62
+ },
59
63
  "keywords": [
60
64
  "nestjs",
61
65
  "typescript",
@@ -67,6 +71,7 @@
67
71
  "rabbitmq",
68
72
  "rmq",
69
73
  "amqp",
70
- "logging"
74
+ "logging",
75
+ "nestjs-shared"
71
76
  ]
72
77
  }