Files
modules/pear-platform/hyper-pear-update-gossip
2026-05-20 22:56:32 -04:00
..
2026-05-20 22:56:32 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 21:19:52 -04:00
2026-05-20 22:56:32 -04:00
2026-05-20 21:57:50 -04:00
2026-05-20 21:57:50 -04:00
2026-05-20 22:56:32 -04:00

hyper-pear-update-gossip

Production module: Update gossip.

Protocol: pear-update-gossip/v1

When to use

App update announcements.

When not to use

Central store only.

Quick start

const { HyperPearUpdateGossip } = require('hyper-pear-update-gossip')
const m = new HyperPearUpdateGossip()
await m.ready()
await m.close()

Docs

Test

npm install && npm test