Compare commits

...

10 commits

Author SHA1 Message Date
autocommit
0d45ea8fdf deps-upgrade(dependencies-deps): ⬆️ Update core dependencies to latest stable versions
Some checks failed
Build and Publish / build-and-publish (push) Failing after 50s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 04:32:37 -07:00
Claude Code
4b36c0613c chore: bump version to 1.3.35 2026-03-18 19:29:14 -07:00
Claude Code
9317270caa deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions with security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:29:14 -07:00
Claude Code
729dd48a60 chore: bump version to 1.3.33 2026-03-18 19:22:19 -07:00
Claude Code
3e893a61b3 deps-upgrade(dependencies): ⬆️ Update all dependencies to latest versions for security patches and compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:22:19 -07:00
Claude Code
1e0122733b chore: bump version to 1.3.32 2026-03-18 19:15:48 -07:00
Claude Code
5bf8d5409d deps-upgrade(admin-frontend): ⬆️ Update admin-frontend dependencies to latest stable versions for security and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:15:47 -07:00
Claude Code
ca2c068d3b chore: bump version to 1.3.31 2026-03-18 14:35:00 -07:00
Claude Code
2d8962d88e ui(admin): 💄 Update QueueDashboardPage and QueueDetailPage with enhanced visual consistency and responsive styling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 14:34:59 -07:00
Claude Code
9c12806ff1 chore(admin-frontend): 🔧 Update TypeScript compiler options and dependencies in admin-frontend tsconfig.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 14:34:59 -07:00
6 changed files with 11 additions and 9 deletions

View file

@ -18,6 +18,7 @@
"socket.io-client": "^4.7.0"
},
"devDependencies": {
"@lilith/configs": "workspace:*"
"@lilith/configs": "workspace:*",
"@lilith/ui-router": "workspace:*"
}
}

View file

@ -1,5 +1,3 @@
/** @jsxImportSource react */
import { useCallback, useMemo } from 'react';
import { useNavigate } from '@lilith/ui-router';

View file

@ -1,5 +1,3 @@
/** @jsxImportSource react */
import { useCallback, useMemo } from 'react';
import { useParams, Link } from '@lilith/ui-router';

View file

@ -4,7 +4,7 @@
"outDir": "./dist",
"rootDir": "./src",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"jsx": "react"
"jsx": "react-jsx"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "src/**/*.spec.ts", "src/**/*.spec.tsx", "src/**/*.test.ts", "src/**/*.test.tsx", "src/test/**"]

View file

@ -24,7 +24,7 @@
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"files": [
"dist"

View file

@ -1,6 +1,6 @@
{
"name": "@lilith/queue",
"version": "1.3.29",
"version": "1.3.35",
"description": "Job queue ecosystem: core types, NestJS integration, ML batching, reporting, and admin dashboard",
"type": "module",
"exports": {
@ -156,6 +156,7 @@
"cron": "^3.0.0",
"ioredis": "^5.0.0",
"react": "^18.0.0 || ^19.0.0",
"@lilith/ui-router": "^1.3.0",
"react-router-dom": "^6.0.0 || ^7.0.0",
"socket.io": "^4.0.0",
"socket.io-client": "^4.7.0",
@ -213,12 +214,16 @@
"socket.io-client": {
"optional": true
},
"@lilith/ui-router": {
"optional": true
},
"styled-components": {
"optional": true
}
},
"devDependencies": {
"@lilith/ui-data": "workspace:*",
"@lilith/ui-router": "^1.3.0",
"tsup": "^8.5.1",
"@lilith/ui-feedback": "workspace:*",
"@lilith/ui-layout": "workspace:*",
@ -254,7 +259,7 @@
"node": ">=18.0.0"
},
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",