We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6005992 commit facd2f7Copy full SHA for facd2f7
packages/api/src/protocol.ts
@@ -1,3 +1,7 @@
1
+/**
2
+ * NOTE: Added reference types here to avoid a `pnpm` bug during build.
3
+ * https://github.com/TBD54566975/web5-js/pull/507
4
+ */
5
/// <reference types="@tbd54566975/dwn-sdk-js" />
6
7
import type { DwnMessage, DwnResponseStatus, Web5Agent } from '@web5/agent';
packages/api/src/record.ts
import type { Readable } from '@web5/common';
0 commit comments