From a390a0b83250bd731257ef384813e1e9edcf052d Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 12 Feb 2026 02:08:11 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(semantic-service):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20to=20apply=20patch/minor=20?= =?UTF-8?q?updates=20for=20semantic=20validation=20service=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/truth-validation/semantic-service/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/truth-validation/semantic-service/package.json b/features/truth-validation/semantic-service/package.json index d2cbec0f0..63e2ce14a 100755 --- a/features/truth-validation/semantic-service/package.json +++ b/features/truth-validation/semantic-service/package.json @@ -17,7 +17,8 @@ "migration:run": "typeorm migration:run -d dist/database/data-source.js", "migration:revert": "typeorm migration:revert -d dist/database/data-source.js", "validate": "bun run scripts/validate-semantic.ts", - "resolve": "bun run scripts/resolve.ts" + "resolve": "bun run scripts/resolve.ts", + "postinstall": "lixbuild fix-natives" }, "dependencies": { "@fastify/cors": "^10.1.0", @@ -44,6 +45,7 @@ "@types/pg": "^8.16.0", "@vitest/coverage-v8": "^2.1.9", "@types/js-yaml": "^4.0.9", + "@lilith/lix-build": "^1.0.4-dev.1770890831", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.9.3",