Default module set (documented in docs/DEFAULT-MODULES.md):
CI / Build & Test (push) Successful in 8m10s

Category	Modules
Runtime
bare, bare-process, bare-module, bare-fs, bare-path, bare-stream
Swarm / data
hyperswarm, hypercore, corestore, hyperbee, hyperdrive, autobase, hyperdb, hyperschema, hrpc, protomux, compact-encoding, b4a
Media
bare-media, bare-ffmpeg, plus codecs via bare-media (jpeg/png/webp/gif/heif/…)
Local power (bundled)
bare-sqlite, bare-fetch
This commit is contained in:
Raven Scott
2026-07-26 23:12:08 -04:00
parent 631f9c4023
commit ee79042e9f
17 changed files with 489 additions and 246 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/**
* Media capability pack (bare-media + bare-ffmpeg).
* Only loaded by index-media.mjs so the default host stays lean.
* Registered by default via register-default-packs.mjs.
*/
const path = require('bare-path');
+2 -2
View File
@@ -1,6 +1,6 @@
/**
* Capability pack registry. Packs register at host startup (default: none;
* media host registers via index-media.mjs).
* Capability pack registry. Packs register at host startup
* (media is registered by default via register-default-packs.mjs).
*/
/** @type {Map<string, { id: string, commands: Record<string, Function>, onLoad?: Function }>} */