@xemahq/llm-client-nest 0.1.0 → 0.2.0

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xemahq/llm-client-nest",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "The one way a Xema service calls a model: resolve the LLM gateway from the service registry, mint a short-lived sealed grant through llm-registry-api, call it, and emit the OpenTelemetry GenAI semantic conventions — once, instead of eleven times.",
5
5
  "keywords": [
6
6
  "xema",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "peerDependencies": {
33
33
  "@nestjs/common": "^10 || ^11",
34
- "@xemahq/contracts": "^0.1.0",
34
+ "@xemahq/contracts": "^0.4.0",
35
35
  "@xemahq/observability-nest": "^0.3.0",
36
36
  "@xemahq/platform-common": ">=0.28.0",
37
37
  "@xemahq/service-registry-nest": ">=0.8.0",
@@ -43,7 +43,7 @@
43
43
  "@nestjs/testing": "11.1.18",
44
44
  "@types/jest": "^30.0.0",
45
45
  "@types/node": "25.2.3",
46
- "@xemahq/contracts": "^0.1.0",
46
+ "@xemahq/contracts": "^0.4.0",
47
47
  "@xemahq/platform-common": "^0.31.0",
48
48
  "eslint": "^9.39.4",
49
49
  "jest": "^30.3.0",
@@ -52,9 +52,9 @@
52
52
  "rxjs": "7.8.2",
53
53
  "ts-jest": "^29.4.9",
54
54
  "typescript": "5.9.3",
55
- "@xemahq/eslint-config": "0.6.0",
56
55
  "@xemahq/observability-nest": "0.3.1",
57
- "@xemahq/service-registry-nest": "0.9.0"
56
+ "@xemahq/service-registry-nest": "0.11.0",
57
+ "@xemahq/eslint-config": "0.6.0"
58
58
  },
59
59
  "scripts": {
60
60
  "clean": "rm -rf dist",