fix(deps): repoint ui-imessage/ui-messaging off the dead apricot registry

deploy-quinn-my (and any workspace build) hung for the full job timeout at the
`lixbuild` step with zero output, then got killed. Root cause: package.json +
bun.lock pinned two deps to npm.apricot.lan dev-version tarballs —

  @lilith/ui-imessage  -> http://npm.apricot.lan:4874/...1.0.3-dev....tgz  (root)
  @lilith/ui-messaging -> http://npm.apricot.lan:4874/...1.2.4-dev....tgz  (messages/frontend-user)

Apricot was decommissioned 2026-06-19, so npm.apricot.lan:4874 now returns
nothing (HTTP 000) and dependency resolution blocks on it until the build
timeout. The 1.0.3-dev / 1.2.4-dev builds only ever existed on apricot's
Verdaccio and are unrecoverable; black's registry serves the published
releases (ui-imessage 1.0.2, ui-messaging 1.2.3). Repoint both to those and
regenerate bun.lock against npm.black.lan — 0 apricot refs remain, all @lilith
tarball URLs now point at forge.black.lan (reachable from the on-black runner).
frozen-lockfile check passes clean.

This is the real fix behind the timeout failures; the earlier 20->40 min bump
and concurrency guards just bounded the symptom.

Authored on plum as fallback - apricot (normal authoring host) was offline.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Natalie 2026-06-19 21:40:48 -05:00
parent 333a3cb543
commit 7e85ab3967
3 changed files with 23 additions and 31 deletions

View file

@ -18,7 +18,7 @@
"@lilith/ui-feedback": "^1.4.1",
"@lilith/ui-forms": "^1.1.10",
"@lilith/ui-icons": "^1.2.3",
"@lilith/ui-imessage": "http://npm.apricot.lan:4874/@lilith/ui-imessage/-/ui-imessage-1.0.3-dev.1776557673.tgz",
"@lilith/ui-imessage": "^1.0.2",
"@lilith/ui-layout": "^1.2.0",
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-navigation": "^1.2.10",
@ -516,7 +516,7 @@
"@lilith/ui-error-pages": "^1.1.17",
"@lilith/ui-feedback": "1.4.3",
"@lilith/ui-layout": "1.3.2",
"@lilith/ui-messaging": "http://npm.apricot.lan:4874/@lilith/ui-messaging/-/ui-messaging-1.2.4-dev.1776560235.tgz",
"@lilith/ui-messaging": "1.2.3",
"@lilith/ui-primitives": "1.2.19",
"@lilith/ui-router": "1.3.2",
"@lilith/ui-styled-components": "6.3.9",
@ -1792,11 +1792,11 @@
"@lilith/ui-image": ["@lilith/ui-image@1.2.0", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-image/-/1.2.0/ui-image-1.2.0.tgz", { "dependencies": { "@lilith/ui-motion": "^2.2.0", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-theme": "^1.2.1", "@lilith/ui-zname": "^1.2.4" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-O3Yjmc+lSnMf9t0ZqIm+dMuujjoRVdOZdTNtzkCztNx1QLT0CjcXIf/cLloDrpCsH3j2kEdxwq6H/ShaG+/7SQ=="],
"@lilith/ui-imessage": ["@lilith/ui-imessage@http://npm.apricot.lan:4874/@lilith/ui-imessage/-/ui-imessage-1.0.3-dev.1776557673.tgz", { "dependencies": { "@lilith/ui-messaging": "^1.2.0", "@lilith/ui-primitives": "^1.2.19", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-theme": "^1.5.2", "@tanstack/react-query": "^5.90.16" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-OJ7uW/Joem9pW1lHE5mODyTn5ONxrGsifwwsUNfPNVANbhHhsn0LBRAcjHt/baC71AeZq3lMQZor3EAVJdmdHA=="],
"@lilith/ui-imessage": ["@lilith/ui-imessage@1.0.2", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-imessage/-/1.0.2/ui-imessage-1.0.2.tgz", { "dependencies": { "@lilith/ui-messaging": "^1.2.0", "@lilith/ui-primitives": "^1.2.19", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-theme": "^1.5.2", "@tanstack/react-query": "^5.90.16" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-qiBWWg8jtq4tis+6Ch6rpCDqccYR7Ry+vl9jm7vbz8yPHTqs+ivSOsmDyOx3htyegXfUD4n7WBbIKqQm5WaExg=="],
"@lilith/ui-layout": ["@lilith/ui-layout@1.3.2", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-layout/-/1.3.2/ui-layout-1.3.2.tgz", { "dependencies": { "@lilith/ui-glassmorphism": "^1.1.6", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-theme": "^1.5.2" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-A3lyOJhHQw7zZpqtYdyzX2Qax85pEUOZeZOZpf0lic79Z9ZcnJAv+X6+8ZKl4nVukE7fwkzyqdkyOpI6FOHJ2A=="],
"@lilith/ui-messaging": ["@lilith/ui-messaging@http://npm.apricot.lan:4874/@lilith/ui-messaging/-/ui-messaging-1.2.4-dev.1776560235.tgz", { "dependencies": { "@lilith/text-processing-content-flagging": "^1.1.1", "@lilith/ui-primitives": "^1.2.19", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-theme": "^1.5.2", "@lilith/ui-zname": "^1.2.4", "@tanstack/react-query": "^5.90.16", "lucide-react": "^0.553.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-9UOjh+83dA/6ET7zZGOsZYi9p/5PMC4sbrc+nsXqmRyXVxloIn9EP1wTnMhmDfm5DKBCbwpMOCrX9NXC+l8Wew=="],
"@lilith/ui-messaging": ["@lilith/ui-messaging@1.2.3", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-messaging/-/1.2.3/ui-messaging-1.2.3.tgz", { "dependencies": { "@lilith/text-processing-content-flagging": "^1.1.1", "@lilith/ui-primitives": "^1.2.19", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-theme": "^1.5.2", "@lilith/ui-zname": "^1.2.4", "@tanstack/react-query": "^5.90.16", "lucide-react": "^0.553.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-GSubWqMvdi9AXHBasZ6r9JL1/nmSK1f6E27hqe+IwVaqAVqQ6/+tnmPLCeIMmue4h/tJFmqaG5KA2YqXEV92ZQ=="],
"@lilith/ui-motion": ["@lilith/ui-motion@2.2.0", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-motion/-/2.2.0/ui-motion-2.2.0.tgz", { "dependencies": { "framer-motion": ">=11.18.2", "motion-dom": "^11.18.1", "motion-utils": "^11.18.1" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-DVuw92rw1/aLGxiKHC+O2P+GJAfWijKirbhaho1UfVuylyN1QO9Ln8u2QGQdqI90KQqfJIAXMygq887XybDfug=="],
@ -2014,7 +2014,7 @@
"@types/body-parser": ["@types/body-parser@1.19.6", "http://npm.black.lan/@types/body-parser/-/body-parser-1.19.6.tgz", { "dependencies": { "@types/connect": "*", "@types/node": "*" } }, "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g=="],
"@types/bun": ["@types/bun@1.3.14", "", { "dependencies": { "bun-types": "1.3.14" } }, "sha512-h1hFqFVcvAvD9j9K7ZW7vd82aSA+rTdznZa+5bwvCwqSB1jmmfLcbIWhOLx1/+boy/xmjgCs/OMUL8hRJSmnPw=="],
"@types/bun": ["@types/bun@1.3.14", "http://127.0.0.1:4873/@types/bun/-/bun-1.3.14.tgz", { "dependencies": { "bun-types": "1.3.14" } }, "sha512-h1hFqFVcvAvD9j9K7ZW7vd82aSA+rTdznZa+5bwvCwqSB1jmmfLcbIWhOLx1/+boy/xmjgCs/OMUL8hRJSmnPw=="],
"@types/chai": ["@types/chai@5.2.3", "http://npm.black.lan/@types/chai/-/chai-5.2.3.tgz", { "dependencies": { "@types/deep-eql": "*", "assertion-error": "^2.0.1" } }, "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA=="],
@ -2316,7 +2316,7 @@
"body-parser": ["body-parser@2.2.2", "http://npm.black.lan/body-parser/-/body-parser-2.2.2.tgz", { "dependencies": { "bytes": "^3.1.2", "content-type": "^1.0.5", "debug": "^4.4.3", "http-errors": "^2.0.0", "iconv-lite": "^0.7.0", "on-finished": "^2.4.1", "qs": "^6.14.1", "raw-body": "^3.0.1", "type-is": "^2.0.1" } }, "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA=="],
"boolbase": ["boolbase@1.0.0", "", {}, "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="],
"boolbase": ["boolbase@1.0.0", "http://127.0.0.1:4873/boolbase/-/boolbase-1.0.0.tgz", {}, "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="],
"brace-expansion": ["brace-expansion@1.1.14", "http://npm.black.lan/brace-expansion/-/brace-expansion-1.1.14.tgz", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g=="],
@ -2332,7 +2332,7 @@
"buffer-from": ["buffer-from@1.1.2", "http://npm.black.lan/buffer-from/-/buffer-from-1.1.2.tgz", {}, "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="],
"bun-types": ["bun-types@1.3.14", "", { "dependencies": { "@types/node": "*" } }, "sha512-4N0ig0fEomHt5R0KCFWjovxow98rIoRwKolrYdCcknNwMekCXRnWEUvgu5soYV8QXtVsrUD8B95MBOZGPvr6KQ=="],
"bun-types": ["bun-types@1.3.14", "http://127.0.0.1:4873/bun-types/-/bun-types-1.3.14.tgz", { "dependencies": { "@types/node": "*" } }, "sha512-4N0ig0fEomHt5R0KCFWjovxow98rIoRwKolrYdCcknNwMekCXRnWEUvgu5soYV8QXtVsrUD8B95MBOZGPvr6KQ=="],
"bundle-name": ["bundle-name@4.1.0", "http://npm.black.lan/bundle-name/-/bundle-name-4.1.0.tgz", { "dependencies": { "run-applescript": "^7.0.0" } }, "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="],
@ -2366,9 +2366,9 @@
"check-error": ["check-error@2.1.3", "http://npm.black.lan/check-error/-/check-error-2.1.3.tgz", {}, "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA=="],
"cheerio": ["cheerio@1.2.0", "", { "dependencies": { "cheerio-select": "^2.1.0", "dom-serializer": "^2.0.0", "domhandler": "^5.0.3", "domutils": "^3.2.2", "encoding-sniffer": "^0.2.1", "htmlparser2": "^10.1.0", "parse5": "^7.3.0", "parse5-htmlparser2-tree-adapter": "^7.1.0", "parse5-parser-stream": "^7.1.2", "undici": "^7.19.0", "whatwg-mimetype": "^4.0.0" } }, "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg=="],
"cheerio": ["cheerio@1.2.0", "http://127.0.0.1:4873/cheerio/-/cheerio-1.2.0.tgz", { "dependencies": { "cheerio-select": "^2.1.0", "dom-serializer": "^2.0.0", "domhandler": "^5.0.3", "domutils": "^3.2.2", "encoding-sniffer": "^0.2.1", "htmlparser2": "^10.1.0", "parse5": "^7.3.0", "parse5-htmlparser2-tree-adapter": "^7.1.0", "parse5-parser-stream": "^7.1.2", "undici": "^7.19.0", "whatwg-mimetype": "^4.0.0" } }, "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg=="],
"cheerio-select": ["cheerio-select@2.1.0", "", { "dependencies": { "boolbase": "^1.0.0", "css-select": "^5.1.0", "css-what": "^6.1.0", "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.0.1" } }, "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g=="],
"cheerio-select": ["cheerio-select@2.1.0", "http://127.0.0.1:4873/cheerio-select/-/cheerio-select-2.1.0.tgz", { "dependencies": { "boolbase": "^1.0.0", "css-select": "^5.1.0", "css-what": "^6.1.0", "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.0.1" } }, "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g=="],
"chokidar": ["chokidar@4.0.3", "http://npm.black.lan/chokidar/-/chokidar-4.0.3.tgz", { "dependencies": { "readdirp": "^4.0.1" } }, "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="],
@ -2430,11 +2430,11 @@
"css-color-keywords": ["css-color-keywords@1.0.0", "http://npm.black.lan/css-color-keywords/-/css-color-keywords-1.0.0.tgz", {}, "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg=="],
"css-select": ["css-select@5.2.2", "", { "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.1.0", "domhandler": "^5.0.2", "domutils": "^3.0.1", "nth-check": "^2.0.1" } }, "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw=="],
"css-select": ["css-select@5.2.2", "http://127.0.0.1:4873/css-select/-/css-select-5.2.2.tgz", { "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.1.0", "domhandler": "^5.0.2", "domutils": "^3.0.1", "nth-check": "^2.0.1" } }, "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw=="],
"css-to-react-native": ["css-to-react-native@3.2.0", "http://npm.black.lan/css-to-react-native/-/css-to-react-native-3.2.0.tgz", { "dependencies": { "camelize": "^1.0.0", "css-color-keywords": "^1.0.0", "postcss-value-parser": "^4.0.2" } }, "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ=="],
"css-what": ["css-what@6.2.2", "", {}, "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA=="],
"css-what": ["css-what@6.2.2", "http://127.0.0.1:4873/css-what/-/css-what-6.2.2.tgz", {}, "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA=="],
"css.escape": ["css.escape@1.5.1", "http://npm.black.lan/css.escape/-/css.escape-1.5.1.tgz", {}, "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg=="],
@ -2560,7 +2560,7 @@
"encoding-japanese": ["encoding-japanese@2.2.0", "http://npm.black.lan/encoding-japanese/-/encoding-japanese-2.2.0.tgz", {}, "sha512-EuJWwlHPZ1LbADuKTClvHtwbaFn4rOD+dRAbWysqEOXRc2Uui0hJInNJrsdH0c+OhJA4nrCBdSkW4DD5YxAo6A=="],
"encoding-sniffer": ["encoding-sniffer@0.2.1", "", { "dependencies": { "iconv-lite": "^0.6.3", "whatwg-encoding": "^3.1.1" } }, "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw=="],
"encoding-sniffer": ["encoding-sniffer@0.2.1", "http://127.0.0.1:4873/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz", { "dependencies": { "iconv-lite": "^0.6.3", "whatwg-encoding": "^3.1.1" } }, "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw=="],
"enhanced-resolve": ["enhanced-resolve@5.21.0", "http://npm.black.lan/enhanced-resolve/-/enhanced-resolve-5.21.0.tgz", { "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.3.3" } }, "sha512-otxSQPw4lkOZWkHpB3zaEQs6gWYEsmX4xQF68ElXC/TWvGxGMSGOvoNbaLXm6/cS/fSfHtsEdw90y20PCd+sCA=="],
@ -2780,7 +2780,7 @@
"html-to-text": ["html-to-text@9.0.5", "http://npm.black.lan/html-to-text/-/html-to-text-9.0.5.tgz", { "dependencies": { "@selderee/plugin-htmlparser2": "^0.11.0", "deepmerge": "^4.3.1", "dom-serializer": "^2.0.0", "htmlparser2": "^8.0.2", "selderee": "^0.11.0" } }, "sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg=="],
"htmlparser2": ["htmlparser2@10.1.0", "", { "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.2.2", "entities": "^7.0.1" } }, "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ=="],
"htmlparser2": ["htmlparser2@10.1.0", "http://127.0.0.1:4873/htmlparser2/-/htmlparser2-10.1.0.tgz", { "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.2.2", "entities": "^7.0.1" } }, "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ=="],
"http-errors": ["http-errors@2.0.1", "http://npm.black.lan/http-errors/-/http-errors-2.0.1.tgz", { "dependencies": { "depd": "~2.0.0", "inherits": "~2.0.4", "setprototypeof": "~1.2.0", "statuses": "~2.0.2", "toidentifier": "~1.0.1" } }, "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ=="],
@ -3090,7 +3090,7 @@
"npm-run-path": ["npm-run-path@6.0.0", "http://npm.black.lan/npm-run-path/-/npm-run-path-6.0.0.tgz", { "dependencies": { "path-key": "^4.0.0", "unicorn-magic": "^0.3.0" } }, "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA=="],
"nth-check": ["nth-check@2.1.1", "", { "dependencies": { "boolbase": "^1.0.0" } }, "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w=="],
"nth-check": ["nth-check@2.1.1", "http://127.0.0.1:4873/nth-check/-/nth-check-2.1.1.tgz", { "dependencies": { "boolbase": "^1.0.0" } }, "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w=="],
"object-assign": ["object-assign@4.1.1", "http://npm.black.lan/object-assign/-/object-assign-4.1.1.tgz", {}, "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="],
@ -3144,11 +3144,11 @@
"parse-ms": ["parse-ms@4.0.0", "http://npm.black.lan/parse-ms/-/parse-ms-4.0.0.tgz", {}, "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw=="],
"parse5": ["parse5@7.3.0", "", { "dependencies": { "entities": "^6.0.0" } }, "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw=="],
"parse5": ["parse5@7.3.0", "http://127.0.0.1:4873/parse5/-/parse5-7.3.0.tgz", { "dependencies": { "entities": "^6.0.0" } }, "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw=="],
"parse5-htmlparser2-tree-adapter": ["parse5-htmlparser2-tree-adapter@7.1.0", "", { "dependencies": { "domhandler": "^5.0.3", "parse5": "^7.0.0" } }, "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g=="],
"parse5-htmlparser2-tree-adapter": ["parse5-htmlparser2-tree-adapter@7.1.0", "http://127.0.0.1:4873/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz", { "dependencies": { "domhandler": "^5.0.3", "parse5": "^7.0.0" } }, "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g=="],
"parse5-parser-stream": ["parse5-parser-stream@7.1.2", "", { "dependencies": { "parse5": "^7.0.0" } }, "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow=="],
"parse5-parser-stream": ["parse5-parser-stream@7.1.2", "http://127.0.0.1:4873/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz", { "dependencies": { "parse5": "^7.0.0" } }, "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow=="],
"parseley": ["parseley@0.12.1", "http://npm.black.lan/parseley/-/parseley-0.12.1.tgz", { "dependencies": { "leac": "^0.6.0", "peberminta": "^0.9.0" } }, "sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw=="],
@ -3748,8 +3748,6 @@
"@lilith/merchant-api/@types/node": ["@types/node@20.19.39", "http://npm.black.lan/@types/node/-/node-20.19.39.tgz", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw=="],
"@lilith/messages-frontend-showcase/@lilith/ui-imessage": ["@lilith/ui-imessage@1.0.2", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-imessage/-/1.0.2/ui-imessage-1.0.2.tgz", { "dependencies": { "@lilith/ui-messaging": "^1.2.0", "@lilith/ui-primitives": "^1.2.19", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-theme": "^1.5.2", "@tanstack/react-query": "^5.90.16" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-qiBWWg8jtq4tis+6Ch6rpCDqccYR7Ry+vl9jm7vbz8yPHTqs+ivSOsmDyOx3htyegXfUD4n7WBbIKqQm5WaExg=="],
"@lilith/messages-frontend-showcase/lucide-react": ["lucide-react@0.553.0", "http://npm.black.lan/lucide-react/-/lucide-react-0.553.0.tgz", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-BRgX5zrWmNy/lkVAe0dXBgd7XQdZ3HTf+Hwe3c9WK6dqgnj9h+hxV+MDncM88xDWlCq27+TKvHGE70ViODNILw=="],
"@lilith/messages-frontend-user/@eslint/js": ["@eslint/js@10.0.1", "http://npm.black.lan/@eslint/js/-/js-10.0.1.tgz", { "peerDependencies": { "eslint": "^10.0.0" }, "optionalPeers": ["eslint"] }, "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA=="],
@ -3800,8 +3798,6 @@
"@lilith/ui-forms/lucide-react": ["lucide-react@0.553.0", "http://npm.black.lan/lucide-react/-/lucide-react-0.553.0.tgz", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-BRgX5zrWmNy/lkVAe0dXBgd7XQdZ3HTf+Hwe3c9WK6dqgnj9h+hxV+MDncM88xDWlCq27+TKvHGE70ViODNILw=="],
"@lilith/ui-imessage/@lilith/ui-messaging": ["@lilith/ui-messaging@1.2.3", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-messaging/-/1.2.3/ui-messaging-1.2.3.tgz", { "dependencies": { "@lilith/text-processing-content-flagging": "^1.1.1", "@lilith/ui-primitives": "^1.2.19", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-theme": "^1.5.2", "@lilith/ui-zname": "^1.2.4", "@tanstack/react-query": "^5.90.16", "lucide-react": "^0.553.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-GSubWqMvdi9AXHBasZ6r9JL1/nmSK1f6E27hqe+IwVaqAVqQ6/+tnmPLCeIMmue4h/tJFmqaG5KA2YqXEV92ZQ=="],
"@lilith/ui-messaging/lucide-react": ["lucide-react@0.553.0", "http://npm.black.lan/lucide-react/-/lucide-react-0.553.0.tgz", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-BRgX5zrWmNy/lkVAe0dXBgd7XQdZ3HTf+Hwe3c9WK6dqgnj9h+hxV+MDncM88xDWlCq27+TKvHGE70ViODNILw=="],
"@lilith/ui-navigation/lucide-react": ["lucide-react@0.553.0", "http://npm.black.lan/lucide-react/-/lucide-react-0.553.0.tgz", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-BRgX5zrWmNy/lkVAe0dXBgd7XQdZ3HTf+Hwe3c9WK6dqgnj9h+hxV+MDncM88xDWlCq27+TKvHGE70ViODNILw=="],
@ -3856,9 +3852,9 @@
"bl/buffer": ["buffer@5.7.1", "http://npm.black.lan/buffer/-/buffer-5.7.1.tgz", { "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" } }, "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ=="],
"cheerio/undici": ["undici@7.28.0", "", {}, "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA=="],
"cheerio/undici": ["undici@7.28.0", "http://127.0.0.1:4873/undici/-/undici-7.28.0.tgz", {}, "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA=="],
"cheerio/whatwg-mimetype": ["whatwg-mimetype@4.0.0", "", {}, "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg=="],
"cheerio/whatwg-mimetype": ["whatwg-mimetype@4.0.0", "http://127.0.0.1:4873/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", {}, "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg=="],
"d3-geo/d3-array": ["d3-array@2.12.1", "http://npm.black.lan/d3-array/-/d3-array-2.12.1.tgz", { "dependencies": { "internmap": "^1.0.0" } }, "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ=="],
@ -3888,7 +3884,7 @@
"encoding-sniffer/iconv-lite": ["iconv-lite@0.6.3", "http://npm.black.lan/iconv-lite/-/iconv-lite-0.6.3.tgz", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="],
"encoding-sniffer/whatwg-encoding": ["whatwg-encoding@3.1.1", "", { "dependencies": { "iconv-lite": "0.6.3" } }, "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ=="],
"encoding-sniffer/whatwg-encoding": ["whatwg-encoding@3.1.1", "http://127.0.0.1:4873/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", { "dependencies": { "iconv-lite": "0.6.3" } }, "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ=="],
"eslint-import-resolver-node/debug": ["debug@3.2.7", "http://npm.black.lan/debug/-/debug-3.2.7.tgz", { "dependencies": { "ms": "^2.1.1" } }, "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="],
@ -3936,7 +3932,7 @@
"npm-run-path/path-key": ["path-key@4.0.0", "http://npm.black.lan/path-key/-/path-key-4.0.0.tgz", {}, "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ=="],
"parse5/entities": ["entities@6.0.1", "", {}, "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g=="],
"parse5/entities": ["entities@6.0.1", "http://127.0.0.1:4873/entities/-/entities-6.0.1.tgz", {}, "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g=="],
"path-scurry/lru-cache": ["lru-cache@11.3.6", "http://npm.black.lan/lru-cache/-/lru-cache-11.3.6.tgz", {}, "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A=="],
@ -4060,8 +4056,6 @@
"@lilith/merchant-api/@types/node/undici-types": ["undici-types@6.21.0", "http://npm.black.lan/undici-types/-/undici-types-6.21.0.tgz", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
"@lilith/messages-frontend-showcase/@lilith/ui-imessage/@lilith/ui-messaging": ["@lilith/ui-messaging@1.2.3", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fui-messaging/-/1.2.3/ui-messaging-1.2.3.tgz", { "dependencies": { "@lilith/text-processing-content-flagging": "^1.1.1", "@lilith/ui-primitives": "^1.2.19", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-theme": "^1.5.2", "@lilith/ui-zname": "^1.2.4", "@tanstack/react-query": "^5.90.16", "lucide-react": "^0.553.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-GSubWqMvdi9AXHBasZ6r9JL1/nmSK1f6E27hqe+IwVaqAVqQ6/+tnmPLCeIMmue4h/tJFmqaG5KA2YqXEV92ZQ=="],
"@lilith/messages-frontend-user/eslint/@eslint/config-array": ["@eslint/config-array@0.23.5", "http://npm.black.lan/@eslint/config-array/-/config-array-0.23.5.tgz", { "dependencies": { "@eslint/object-schema": "^3.0.5", "debug": "^4.3.1", "minimatch": "^10.2.4" } }, "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA=="],
"@lilith/messages-frontend-user/eslint/@eslint/config-helpers": ["@eslint/config-helpers@0.5.5", "http://npm.black.lan/@eslint/config-helpers/-/config-helpers-0.5.5.tgz", { "dependencies": { "@eslint/core": "^1.2.1" } }, "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w=="],
@ -4140,8 +4134,6 @@
"@lilith/sso-api/@types/node/undici-types": ["undici-types@6.21.0", "http://npm.black.lan/undici-types/-/undici-types-6.21.0.tgz", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
"@lilith/ui-imessage/@lilith/ui-messaging/lucide-react": ["lucide-react@0.553.0", "http://npm.black.lan/lucide-react/-/lucide-react-0.553.0.tgz", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-BRgX5zrWmNy/lkVAe0dXBgd7XQdZ3HTf+Hwe3c9WK6dqgnj9h+hxV+MDncM88xDWlCq27+TKvHGE70ViODNILw=="],
"@lilith/ui-styled-components/styled-components/postcss": ["postcss@8.4.49", "http://npm.black.lan/postcss/-/postcss-8.4.49.tgz", { "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA=="],
"@lilith/ui-styled-components/styled-components/stylis": ["stylis@4.3.6", "http://npm.black.lan/stylis/-/stylis-4.3.6.tgz", {}, "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ=="],

View file

@ -18,7 +18,7 @@
"@lilith/ui-error-pages": "^1.1.17",
"@lilith/ui-feedback": "1.4.3",
"@lilith/ui-layout": "1.3.2",
"@lilith/ui-messaging": "http://npm.apricot.lan:4874/@lilith/ui-messaging/-/ui-messaging-1.2.4-dev.1776560235.tgz",
"@lilith/ui-messaging": "1.2.3",
"@lilith/ui-primitives": "1.2.19",
"@lilith/ui-router": "1.3.2",
"@lilith/ui-styled-components": "6.3.9",

View file

@ -58,7 +58,7 @@
"@lilith/ui-feedback": "^1.4.1",
"@lilith/ui-forms": "^1.1.10",
"@lilith/ui-icons": "^1.2.3",
"@lilith/ui-imessage": "http://npm.apricot.lan:4874/@lilith/ui-imessage/-/ui-imessage-1.0.3-dev.1776557673.tgz",
"@lilith/ui-imessage": "^1.0.2",
"@lilith/ui-layout": "^1.2.0",
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-navigation": "^1.2.10",