Files
bare-operating-system/scripts/bare-catalog-overrides.json
T
Raven Scott 9bdecc4170
Release rolling / release (push) Successful in 11m16s
Sync Holepunch modules to current clone/npm latest
Bump published pins (compact-encoding 3, bare-fetch/tls/https/ws 3,
bare-subprocess 6, bare-signals 5, corestore 7.12, protomux 3.11,
hypercore-crypto 3.7, bare-runtime 1.31) and regenerate catalogs,
manifests, and kernel/seeder bundles.

Adapt call sites to the new APIs:
- Corestore: explicit session flush before suspend(); treeCache ctor opts
- bare-crypto: KeyObject.export() instead of removed ._key
- Protomux 3.11: wait for fullyOpened()/fullyClosed() on chat channels
- bare-fetch: surface response.type and Headers.getSetCookie
- host snapshots: bare-os 3.9 / bare-posix / bare-fs.statfs frsize
- bare-subprocess 6: optional IPC channel + json serialization

Keep catalog sync from wiping curated pearEntries. Teach the Node test
shim to stub bare-thread/bare-worker (ESM absolute paths) and chain
Bare.on so bare-timers can load. Booter 479, protocol 34, seeder 14.
2026-08-12 20:56:28 -04:00

74 lines
2.0 KiB
JSON

{
"unpublishedRepos": [
"bare-addon",
"bare-addon-java",
"bare-addon-jstl",
"bare-addon-rust",
"bare-android",
"bare-distributable",
"bare-expo",
"bare-expo-hrpc-demo",
"bare-inspector-gc",
"bare-ios",
"bare-kit",
"bare-kit-swift",
"bare-md4c",
"bare-node",
"bare-rpc-golang",
"bare-rpc-swift",
"bare-rust",
"bare-sidecar-bundle",
"bare-snippets",
"bare-hc",
"bare-rpc-python",
"bare-tui-paparam-ai",
"bare-vips"
],
"excludedFromBooter": [
{
"repo": "bare-app-image",
"reason": "Often absent from node_modules; not a loadable JS library for ctx.bare"
},
{
"repo": "bare-build",
"reason": "Build tool; pulls bare-app-image and is not suited for in-image bundling"
},
{
"repo": "bare-compat-napi",
"reason": "N-API headers only; package exports only ./package"
},
{
"repo": "bare-headers",
"reason": "C/C++ headers only; package exports only ./package"
},
{
"repo": "bare-navigation-android",
"reason": "Android-only navigation addon; not a loadable drive IIFE"
},
{
"repo": "bare-stow-target-react-native",
"reason": "React Native stow target; not a guest/drive library"
}
],
"additionalCatalogEntries": [
{
"repo": "blind-peer-router",
"githubUrl": "https://github.com/holepunchto/blind-peer-router",
"description": "Blind relay routing (P2P stack aux; not a bare-* bundle key)",
"npmHint": "blind-peer-router"
},
{
"repo": "protomux-rpc-client-pool",
"githubUrl": "https://github.com/holepunchto/protomux-rpc-client-pool",
"description": "Multiplex logical RPC clients over one Protomux stream",
"npmHint": "protomux-rpc-client-pool"
},
{
"repo": "http-dht-proxy",
"githubUrl": "https://github.com/holepunchto/http-dht-proxy",
"description": "HTTP↔DHT proxy patterns for decentralized fetch",
"npmHint": "http-dht-proxy"
}
]
}