From e868e8ab9d4f7a40c5bc4ecb4946c7735d0b0e5f Mon Sep 17 00:00:00 2001 From: cryptoxdog <31744795+cryptoxdog@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:14:06 -0400 Subject: [PATCH] chore(version): pin publish line to 1.1.3 Operator decision: publish current main as 1.1.3 (search-policy audit work from #46 stays; version bump rolled back to keep the 1.1.x line). Fix #4 will advance to the next patch after this publishes. Co-Authored-By: Claude --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53f43b4..f6c34f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quantum-l9/llm-router", - "version": "1.2.0", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@quantum-l9/llm-router", - "version": "1.2.0", + "version": "1.1.3", "license": "PROPRIETARY", "dependencies": { "@quantum-l9/graphiti-memory-client": "^2.0.0", diff --git a/package.json b/package.json index 1df5f86..8ee331f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quantum-l9/llm-router", - "version": "1.2.0", + "version": "1.1.3", "type": "module", "description": "Reusable multi-provider LLM routing module with governed l9-graphiti-memory hydration, task-to-model routing, budgets, search, vision, and provider resilience.", "main": "dist/index.js",