Compare commits
10 commits
06d3d8bb37
...
0d45ea8fdf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d45ea8fdf | ||
|
|
4b36c0613c | ||
|
|
9317270caa | ||
|
|
729dd48a60 | ||
|
|
3e893a61b3 | ||
|
|
1e0122733b | ||
|
|
5bf8d5409d | ||
|
|
ca2c068d3b | ||
|
|
2d8962d88e | ||
|
|
9c12806ff1 |
6 changed files with 11 additions and 9 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"socket.io-client": "^4.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "workspace:*"
|
||||
"@lilith/configs": "workspace:*",
|
||||
"@lilith/ui-router": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import { useCallback, useMemo } from 'react';
|
||||
import { useNavigate } from '@lilith/ui-router';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import { useCallback, useMemo } from 'react';
|
||||
import { useParams, Link } from '@lilith/ui-router';
|
||||
|
||||
|
|
|
|||
|
|
@ -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/**"]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue