From ff75fc7107a52a2f26c770cb73d6763056d50bd4 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 24 Jan 2022 09:09:25 +0100 Subject: [PATCH] Expose trace schema (!) --- packages/core/src/schemas.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/schemas.ts b/packages/core/src/schemas.ts index 0a181d3..d644c5b 100644 --- a/packages/core/src/schemas.ts +++ b/packages/core/src/schemas.ts @@ -10,5 +10,6 @@ export * as stream from './gen/stream.js'; export * as sturdy from './gen/sturdy.js'; export * as tcp from './gen/tcp.js'; export * as timer from './gen/timer.js'; +export * as trace from './gen/trace.js'; export * as transportAddress from './gen/transportAddress.js'; export * as worker from './gen/worker.js';