@nodii/approval 0.1.10 → 0.1.12

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nodii/approval",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "Approval library for the Nodii microservice stack — defineApprovalKinds + requestApproval + bindApprovalHandlers + per-tenant policies + completion-event consumer + migrate-gen. Polyglot ship: TS + Python + Go in parity. Spec: planning hub docKey=approval.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -38,11 +38,11 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "@nodii/audit-chain": "0.4.1",
41
+ "@nodii/audit-chain": "0.4.2",
42
42
  "@nodii/grpc-auth": "0.4.0",
43
- "@nodii/idempotency": "0.2.9",
43
+ "@nodii/idempotency": "0.3.1",
44
44
  "@nodii/role-catalog": "0.1.6",
45
- "@nodii/telemetry": "0.5.1",
45
+ "@nodii/telemetry": "0.5.2",
46
46
  "@grpc/grpc-js": "^1.13.0",
47
47
  "@types/bun": "^1.3.13",
48
48
  "bullmq": "^5.20.0",
@@ -56,10 +56,10 @@
56
56
  "directory": "ts/approval"
57
57
  },
58
58
  "dependencies": {
59
- "@nodii/audit-chain": "0.4.1",
59
+ "@nodii/audit-chain": "0.4.2",
60
60
  "@nodii/grpc-auth": "0.4.0",
61
- "@nodii/idempotency": "0.2.9",
61
+ "@nodii/idempotency": "0.3.1",
62
62
  "@nodii/role-catalog": "0.1.6",
63
- "@nodii/telemetry": "0.5.1"
63
+ "@nodii/telemetry": "0.5.2"
64
64
  }
65
65
  }