chore(build): update BUILD_COUNT, VERSION, bun.lock, bunfig.toml (root + edge-purge)
Version and lock updates from recent prospector, redroid, mcp-dev, and ct-forge migration activity.
This commit is contained in:
parent
6e6cbab191
commit
f074df3153
5 changed files with 7 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
271
|
278
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.1.157-20260623_075613
|
0.1.159-20260625_022007
|
||||||
|
|
|
||||||
3
bun.lock
3
bun.lock
|
|
@ -516,6 +516,7 @@
|
||||||
"@lilith/quinn-app-switcher": "*",
|
"@lilith/quinn-app-switcher": "*",
|
||||||
"@lilith/ui-error-pages": "^1.1.17",
|
"@lilith/ui-error-pages": "^1.1.17",
|
||||||
"@lilith/ui-feedback": "1.4.3",
|
"@lilith/ui-feedback": "1.4.3",
|
||||||
|
"@lilith/ui-imessage": "1.0.2",
|
||||||
"@lilith/ui-layout": "1.3.2",
|
"@lilith/ui-layout": "1.3.2",
|
||||||
"@lilith/ui-messaging": "1.2.3",
|
"@lilith/ui-messaging": "1.2.3",
|
||||||
"@lilith/ui-primitives": "1.2.19",
|
"@lilith/ui-primitives": "1.2.19",
|
||||||
|
|
@ -908,7 +909,7 @@
|
||||||
},
|
},
|
||||||
"codebase/@features/user-data/mcp-server": {
|
"codebase/@features/user-data/mcp-server": {
|
||||||
"name": "@lilith/quinn-analytics-mcp",
|
"name": "@lilith/quinn-analytics-mcp",
|
||||||
"version": "0.2.0",
|
"version": "0.3.1",
|
||||||
"bin": {
|
"bin": {
|
||||||
"quinn-analytics-mcp": "./src/index.ts",
|
"quinn-analytics-mcp": "./src/index.ts",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,7 @@
|
||||||
registry = "https://registry.npmjs.org/"
|
registry = "https://registry.npmjs.org/"
|
||||||
|
|
||||||
[install.scopes]
|
[install.scopes]
|
||||||
|
# Current: bare IP on live cocotte-forge / ct-forge DO droplet (uvlava infra).
|
||||||
|
# Future (once uvlava.com NS delegated at joker + Caddy/TLS up): "https://npm.ct.uvlava.com/"
|
||||||
"@lilith" = "http://134.199.243.61:4873/"
|
"@lilith" = "http://134.199.243.61:4873/"
|
||||||
"@cocotte" = "http://134.199.243.61:4873/"
|
"@cocotte" = "http://134.199.243.61:4873/"
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
[install]
|
[install]
|
||||||
|
# Transition: using current ct-forge IP. Will move to https://npm.ct.uvlava.com/ when DNS live.
|
||||||
registry = "http://134.199.243.61:4873/"
|
registry = "http://134.199.243.61:4873/"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue