From e68d9155eb157b1d553ce01d23b634b7e4f48dc9 Mon Sep 17 00:00:00 2001 From: autocommit Date: Sun, 12 Apr 2026 10:44:39 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(dependencies):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20all=20npm=20and=20pyproject.toml=20depende?= =?UTF-8?q?ncies=20with=20security=20patches,=20bug=20fixes,=20and=20compa?= =?UTF-8?q?tibility=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @packages/imajin-app/package.json | 2 +- @packages/imajin-client/package.json | 2 +- @packages/imajin-config/package.json | 2 +- @packages/imajin-electron/package.json | 2 +- @packages/imajin-mcp/package.json | 2 +- @packages/imajin-moderator-client/package.json | 2 +- @packages/imajin-react/package.json | 2 +- orchestrators/imajin-app/pyproject.toml | 2 +- orchestrators/imajin-pipeline/pyproject.toml | 2 +- services/imajin-adversarial/service/pyproject.toml | 2 +- services/imajin-diffusion/client/package.json | 2 +- services/imajin-diffusion/package.json | 2 +- services/imajin-diffusion/service/pyproject.toml | 2 +- services/imajin-diffusion/types/package.json | 2 +- services/imajin-identity/client/package.json | 2 +- services/imajin-identity/service/pyproject.toml | 2 +- services/imajin-identity/types/package.json | 2 +- services/imajin-manage/service/pyproject.toml | 2 +- services/imajin-media-gallery/client/package.json | 2 +- services/imajin-media-gallery/package.json | 2 +- services/imajin-media-gallery/types/package.json | 2 +- services/imajin-processing/client/package.json | 2 +- services/imajin-processing/package.json | 2 +- services/imajin-processing/service/package.json | 2 +- services/imajin-processing/types/package.json | 2 +- services/imajin-prompt/client/package.json | 2 +- services/imajin-prompt/package.json | 2 +- services/imajin-prompt/service/pyproject.toml | 2 +- services/imajin-prompt/types/package.json | 2 +- services/imajin-video/service/pyproject.toml | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/@packages/imajin-app/package.json b/@packages/imajin-app/package.json index 090954d7..1c746833 100644 --- a/@packages/imajin-app/package.json +++ b/@packages/imajin-app/package.json @@ -48,7 +48,7 @@ "prompts", "image-generation" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/@packages/imajin-client/package.json b/@packages/imajin-client/package.json index d0406809..970e608e 100644 --- a/@packages/imajin-client/package.json +++ b/@packages/imajin-client/package.json @@ -42,6 +42,6 @@ "unified", "http" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT" } diff --git a/@packages/imajin-config/package.json b/@packages/imajin-config/package.json index ea4d1ae1..1b1ee17d 100644 --- a/@packages/imajin-config/package.json +++ b/@packages/imajin-config/package.json @@ -51,7 +51,7 @@ "subjects", "image-generation" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/@packages/imajin-electron/package.json b/@packages/imajin-electron/package.json index 56abca1e..3a7b9a7a 100644 --- a/@packages/imajin-electron/package.json +++ b/@packages/imajin-electron/package.json @@ -57,7 +57,7 @@ "desktop", "image-generation" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/@packages/imajin-mcp/package.json b/@packages/imajin-mcp/package.json index 24c401a6..e500fa52 100644 --- a/@packages/imajin-mcp/package.json +++ b/@packages/imajin-mcp/package.json @@ -48,7 +48,7 @@ "identity", "claude-code" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/@packages/imajin-moderator-client/package.json b/@packages/imajin-moderator-client/package.json index ee990874..a04bcdff 100644 --- a/@packages/imajin-moderator-client/package.json +++ b/@packages/imajin-moderator-client/package.json @@ -5,7 +5,7 @@ "description": "TypeScript client for the imajin-moderator content safety service", "author": { "name": "Lilith Platform", - "email": "dev@lilith.sh" + "email": "quinn@ftw.codes" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/@packages/imajin-react/package.json b/@packages/imajin-react/package.json index 105b6e39..6dd4c186 100644 --- a/@packages/imajin-react/package.json +++ b/@packages/imajin-react/package.json @@ -64,7 +64,7 @@ "ui", "components" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/orchestrators/imajin-app/pyproject.toml b/orchestrators/imajin-app/pyproject.toml index ea1c0fa7..afabe339 100644 --- a/orchestrators/imajin-app/pyproject.toml +++ b/orchestrators/imajin-app/pyproject.toml @@ -8,7 +8,7 @@ version = "1.0.0" description = "Imajin App - Main entry point for image generation services" requires-python = ">=3.12" license = "MIT" -authors = [{ name = "Lilith", email = "dev@atlilith.com" }] +authors = [{ name = "Lilith", email = "quinn@ftw.codes" }] keywords = ["imajin", "image-generation", "ml", "orchestration", "app"] dependencies = [ # HTTP proxy diff --git a/orchestrators/imajin-pipeline/pyproject.toml b/orchestrators/imajin-pipeline/pyproject.toml index a4a190aa..3d4006c0 100644 --- a/orchestrators/imajin-pipeline/pyproject.toml +++ b/orchestrators/imajin-pipeline/pyproject.toml @@ -8,7 +8,7 @@ version = "1.0.0" description = "Imajin pipeline orchestrator - 7-stage image generation" requires-python = ">=3.12" license = "MIT" -authors = [{ name = "Lilith", email = "dev@atlilith.com" }] +authors = [{ name = "Lilith", email = "quinn@ftw.codes" }] keywords = ["imajin", "pipeline", "orchestration", "image-generation"] dependencies = [ # Pipeline framework diff --git a/services/imajin-adversarial/service/pyproject.toml b/services/imajin-adversarial/service/pyproject.toml index 59f52159..4c83e05d 100644 --- a/services/imajin-adversarial/service/pyproject.toml +++ b/services/imajin-adversarial/service/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Adversarial ML perturbation service: face recognition cloaking and face detection evasion" requires-python = ">=3.12" license = { text = "MIT" } -authors = [{ name = "Lilith", email = "lilith@nasty.sh" }] +authors = [{ name = "Lilith", email = "quinn@ftw.codes" }] keywords = ["adversarial-ml", "face-cloaking", "detection-evasion", "fawkes", "pgd", "insightface"] dependencies = [ diff --git a/services/imajin-diffusion/client/package.json b/services/imajin-diffusion/client/package.json index f95c497e..2ff0fa08 100644 --- a/services/imajin-diffusion/client/package.json +++ b/services/imajin-diffusion/client/package.json @@ -35,7 +35,7 @@ "client", "http" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-diffusion/package.json b/services/imajin-diffusion/package.json index 463ad211..78e220a3 100644 --- a/services/imajin-diffusion/package.json +++ b/services/imajin-diffusion/package.json @@ -17,7 +17,7 @@ "service:start": "cd service && uvicorn src.api.main:app --host 0.0.0.0 --port 8002" }, "keywords": ["imajin", "diffusion", "sdxl", "ai", "ml"], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/services/imajin-diffusion/service/pyproject.toml b/services/imajin-diffusion/service/pyproject.toml index b1965b5b..6c2f57cc 100644 --- a/services/imajin-diffusion/service/pyproject.toml +++ b/services/imajin-diffusion/service/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Imajin diffusion service - SDXL/Diffusers image generation" requires-python = ">=3.12" license = "MIT" -authors = [{ name = "Lilith", email = "dev@atlilith.com" }] +authors = [{ name = "Lilith", email = "quinn@ftw.codes" }] dependencies = [ # Generation dependencies "diffusers>=0.24.0", diff --git a/services/imajin-diffusion/types/package.json b/services/imajin-diffusion/types/package.json index 81d28754..46c2b5d7 100644 --- a/services/imajin-diffusion/types/package.json +++ b/services/imajin-diffusion/types/package.json @@ -37,7 +37,7 @@ "types", "typescript" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-identity/client/package.json b/services/imajin-identity/client/package.json index 377f0783..90c0a721 100644 --- a/services/imajin-identity/client/package.json +++ b/services/imajin-identity/client/package.json @@ -36,7 +36,7 @@ "http", "face-recognition" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-identity/service/pyproject.toml b/services/imajin-identity/service/pyproject.toml index b8aa992e..d36d4312 100644 --- a/services/imajin-identity/service/pyproject.toml +++ b/services/imajin-identity/service/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Identity recognition service with face embedding, clustering, and photo organization" requires-python = ">=3.12" license = { text = "MIT" } -authors = [{ name = "Lilith", email = "lilith@nasty.sh" }] +authors = [{ name = "Lilith", email = "quinn@ftw.codes" }] keywords = ["face-recognition", "identity", "clustering", "insightface", "photo-organization"] dependencies = [ diff --git a/services/imajin-identity/types/package.json b/services/imajin-identity/types/package.json index 467504de..f56a85c8 100644 --- a/services/imajin-identity/types/package.json +++ b/services/imajin-identity/types/package.json @@ -38,7 +38,7 @@ "typescript", "face-recognition" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-manage/service/pyproject.toml b/services/imajin-manage/service/pyproject.toml index 98a26aa0..2c7fc948 100644 --- a/services/imajin-manage/service/pyproject.toml +++ b/services/imajin-manage/service/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Imajin service management API — start/stop/restart/repair + GPU lease control" requires-python = ">=3.12" license = "MIT" -authors = [{ name = "Lilith", email = "dev@atlilith.com" }] +authors = [{ name = "Lilith", email = "quinn@ftw.codes" }] dependencies = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.32.0", diff --git a/services/imajin-media-gallery/client/package.json b/services/imajin-media-gallery/client/package.json index d15eb44d..bbee853c 100644 --- a/services/imajin-media-gallery/client/package.json +++ b/services/imajin-media-gallery/client/package.json @@ -29,7 +29,7 @@ "typescript": "^5.4.0" }, "keywords": ["imajin", "media-gallery", "client", "http"], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-media-gallery/package.json b/services/imajin-media-gallery/package.json index 16ad5459..ca69802a 100644 --- a/services/imajin-media-gallery/package.json +++ b/services/imajin-media-gallery/package.json @@ -15,7 +15,7 @@ "docker:down": "docker compose down" }, "keywords": ["imajin", "media-gallery", "photos", "sync"], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/services/imajin-media-gallery/types/package.json b/services/imajin-media-gallery/types/package.json index 2e454cff..c0592da1 100644 --- a/services/imajin-media-gallery/types/package.json +++ b/services/imajin-media-gallery/types/package.json @@ -31,7 +31,7 @@ "zod": "^3.22.0" }, "keywords": ["imajin", "media-gallery", "types", "typescript"], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-processing/client/package.json b/services/imajin-processing/client/package.json index 4aaba802..c144c8ab 100644 --- a/services/imajin-processing/client/package.json +++ b/services/imajin-processing/client/package.json @@ -39,7 +39,7 @@ "client", "http" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-processing/package.json b/services/imajin-processing/package.json index 6524451c..5aaf413f 100644 --- a/services/imajin-processing/package.json +++ b/services/imajin-processing/package.json @@ -19,7 +19,7 @@ "typecheck": "npm run typecheck --workspaces --if-present" }, "keywords": ["imajin", "processing", "sharp", "image"], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/services/imajin-processing/service/package.json b/services/imajin-processing/service/package.json index ec90c0e2..1d15a995 100644 --- a/services/imajin-processing/service/package.json +++ b/services/imajin-processing/service/package.json @@ -33,6 +33,6 @@ "vitest": "^2.0.0" }, "keywords": ["imajin", "processing", "nestjs", "sharp"], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT" } diff --git a/services/imajin-processing/types/package.json b/services/imajin-processing/types/package.json index 64a03419..17eab508 100644 --- a/services/imajin-processing/types/package.json +++ b/services/imajin-processing/types/package.json @@ -38,7 +38,7 @@ "processing", "types" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-prompt/client/package.json b/services/imajin-prompt/client/package.json index 7109facd..bc192b13 100644 --- a/services/imajin-prompt/client/package.json +++ b/services/imajin-prompt/client/package.json @@ -39,7 +39,7 @@ "client", "llm" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-prompt/package.json b/services/imajin-prompt/package.json index a6229bd2..7bd4decc 100644 --- a/services/imajin-prompt/package.json +++ b/services/imajin-prompt/package.json @@ -17,7 +17,7 @@ "service:start": "cd service && python -m uvicorn src.api.main:app --host 0.0.0.0 --port 8003" }, "keywords": ["imajin", "prompt", "llm", "ollama", "image-generation"], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/services/imajin-prompt/service/pyproject.toml b/services/imajin-prompt/service/pyproject.toml index 3d59fd58..b017ff49 100644 --- a/services/imajin-prompt/service/pyproject.toml +++ b/services/imajin-prompt/service/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Imajin prompt service - LLM-powered image prompt generation" requires-python = ">=3.12" license = "MIT" -authors = [{ name = "Lilith", email = "dev@atlilith.com" }] +authors = [{ name = "Lilith", email = "quinn@ftw.codes" }] keywords = ["imajin", "prompt", "llm", "ollama", "fastapi"] classifiers = [ "Development Status :: 4 - Beta", diff --git a/services/imajin-prompt/types/package.json b/services/imajin-prompt/types/package.json index 4dc51207..a6228182 100644 --- a/services/imajin-prompt/types/package.json +++ b/services/imajin-prompt/types/package.json @@ -39,7 +39,7 @@ "types", "llm" ], - "author": "Lilith ", + "author": "Lilith ", "license": "MIT", "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" diff --git a/services/imajin-video/service/pyproject.toml b/services/imajin-video/service/pyproject.toml index dd3ebec9..c793e432 100644 --- a/services/imajin-video/service/pyproject.toml +++ b/services/imajin-video/service/pyproject.toml @@ -4,7 +4,7 @@ version = "1.0.0" description = "Per-frame face detection and modification service" requires-python = ">=3.12" license = { text = "MIT" } -authors = [{ name = "Lilith", email = "lilith@nasty.sh" }] +authors = [{ name = "Lilith", email = "quinn@ftw.codes" }] keywords = ["face-detection", "video-processing", "insightface", "ffmpeg"] dependencies = [