@elchinabilov/nestjs-audit-logs 1.0.1 → 1.0.2

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -87,7 +87,6 @@ findAll() {}
87
87
  The interceptor reads `userId`, `role`, `ip`, and `requestId` from the CLS context. Populate these values in a guard, middleware, or interceptor before the audit interceptor runs.
88
88
 
89
89
  ```ts
90
- import { IS_PUBLIC_KEY } from "$/common/decorators/public.decorator";
91
90
  import { ExecutionContext, Injectable } from "@nestjs/common";
92
91
  import { AuthGuard } from "@nestjs/passport";
93
92
  import { ClsService } from "nestjs-cls";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elchinabilov/nestjs-audit-logs",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "NestJS audit log module with TypeORM and CLS context",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",