da14bac9b2
*Update types
8d52e40f20
*Add new utilities on plugin api
72c663795a
*Update relay-types
74c20c6042
*Don't use getRpcServer directly
ce23f0a7b8
*Refactor how core plugins are loaded
4e460a182d
*Update dist
65211fe144
*Ensure all imports are type imports
e6941a34e2
*add plugin util types
0c51da781e
*Update dist
5366f85c35
*Skip if relay has an error
be2531ec99
*Update dist
5de486e680
*Handle both an error object and a rpc response object with conditional properties
523f2c04f0
*Add new core dht plugin that allows joining a DHT topic and getting the peers of a given topic
831612bc77
*Add an async shutdown event so that plugins can take action before the swarm is destroyed
6a41daff62
*Ensure the swarm properly shuts down and un-announces itself
1d607c6cc2
*Update dist
58143a9f2b
*Using ESM import has bad side effects, switch to const since using "transformMixedEsModules" makes it compatible