@nodii/grpc-interceptors 0.4.3 → 0.4.5
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nodii/grpc-interceptors",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"description": "Substrate gRPC interceptor library for the Nodii microservice stack — 8 cross-cutting interceptors (logging, audit, enrichAuthContext, tenantContext, auditContext, deadlineGuard, cancellationGuard, errorMap) + re-export façade over @nodii/grpc-auth/saga/idempotency + locked-order createStandardServerStack factory. Spec: planning hub docKey=grpc-interceptors.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"test": "bun test"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@nodii/grpc-auth": "0.
|
|
28
|
-
"@nodii/idempotency": "0.3.
|
|
29
|
-
"@nodii/saga": "0.5.
|
|
30
|
-
"@nodii/telemetry": "0.5.
|
|
27
|
+
"@nodii/grpc-auth": "0.5.0",
|
|
28
|
+
"@nodii/idempotency": "0.3.1",
|
|
29
|
+
"@nodii/saga": "0.5.2",
|
|
30
|
+
"@nodii/telemetry": "0.5.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@nodii/audit-chain": "0.4.
|
|
33
|
+
"@nodii/audit-chain": "0.4.2",
|
|
34
34
|
"ioredis": "^5.4.0",
|
|
35
35
|
"postgres": "^3.4.0",
|
|
36
36
|
"typescript": "^5.9.3"
|