Files
openclaw/extensions/tlon/package.json
Peter Steinberger 234df15a6d chore: refresh dependencies after seven-day cooldown (#128414)
* build(deps): refresh dependencies after cooldown

Apply dependency, toolchain, action, image, and exact tool updates released by the inclusive 2026-08-16 seven-day cutoff. Adapt owner boundaries for the resulting CUA, logging, Teams, Markdown, native, and test-harness contract changes while retaining versions blocked by upstream compatibility constraints.

* fix(ui): align markdown renderer env typing

* fix(deps): align postcss and mistral peer contracts

* fix(deps): repair refreshed dependency contracts

* fix(deps): retain tslog startup budget

* fix(ci): verify Android tools with SHA-256

* fix(ci): fence Android SDK cache version
2026-08-24 03:01:54 -07:00

135 lines
3.4 KiB
JSON

{
"name": "@openclaw/tlon",
"version": "2026.8.1",
"description": "OpenClaw Tlon/Urbit channel plugin for chat workflows.",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "3.1111.0",
"@aws-sdk/s3-request-presigner": "3.1111.0",
"@tloncorp/tlon-skill": "0.5.0",
"@urbit/aura": "3.0.0",
"zod": "4.4.3"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.8.1"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts",
"setupFeatures": {
"configPromotion": true
},
"channel": {
"id": "tlon",
"label": "Tlon",
"selectionLabel": "Tlon (Urbit)",
"docsPath": "/channels/tlon",
"docsLabel": "tlon",
"blurb": "decentralized messaging on Urbit; install the plugin to enable.",
"order": 90,
"quickstartAllowFrom": true,
"setup": {
"fields": [
{
"key": "ship",
"kind": "string",
"cli": {
"flags": "--ship <ship>",
"description": "Tlon ship"
}
},
{
"key": "url",
"kind": "string",
"cli": {
"flags": "--url <url>",
"description": "Tlon URL"
}
},
{
"key": "code",
"kind": "string",
"sensitive": true,
"cli": {
"flags": "--code <code>",
"description": "Tlon login code"
}
},
{
"key": "dangerouslyAllowPrivateNetwork",
"kind": "boolean",
"cli": {
"flags": "--dangerously-allow-private-network",
"description": "Allow private-network Tlon URLs"
}
},
{
"key": "groupChannels",
"kind": "string-list",
"cli": {
"flags": "--group-channels <list>",
"description": "Tlon group channels"
}
},
{
"key": "dmAllowlist",
"kind": "string-list",
"cli": {
"flags": "--dm-allowlist <list>",
"description": "Tlon DM allowlist"
}
},
{
"key": "autoDiscoverChannels",
"kind": "boolean",
"cli": {
"flags": "--auto-discover-channels",
"negatedFlags": "--no-auto-discover-channels",
"description": "Auto-discover Tlon group channels"
}
},
{
"key": "ownerShip",
"kind": "string",
"cli": {
"flags": "--owner-ship <ship>",
"description": "Tlon owner ship"
}
}
]
}
},
"install": {
"npmSpec": "@openclaw/tlon",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.10"
},
"compat": {
"pluginApi": ">=2026.8.1"
},
"build": {
"openclawVersion": "2026.8.1"
},
"release": {
"bundleRuntimeDependencies": false,
"publishToClawHub": true,
"publishToNpm": true
}
}
}