mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
e40e352fe7
* refactor(session-url): centralize contract normalization * fix(ui): resolve normalization agent-id alias * test(session-url): make grammar tables type-safe
14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"name": "@openclaw/session-url-contract",
|
|
"version": "0.0.0-private",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./parse": "./src/parse.ts"
|
|
},
|
|
"dependencies": {
|
|
"@openclaw/normalization-core": "workspace:*"
|
|
}
|
|
}
|