From 05eeb763f5e27a7ac38c24c6c2ac6a5a08c84f37 Mon Sep 17 00:00:00 2001 From: Liran Cohen Date: Wed, 8 May 2024 12:29:43 -0400 Subject: [PATCH] split changesets so agent and api changesets are in separate files (#523) --- .changeset/ninety-cows-hear.md | 5 +++++ .changeset/odd-eels-rest.md | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/ninety-cows-hear.md diff --git a/.changeset/ninety-cows-hear.md b/.changeset/ninety-cows-hear.md new file mode 100644 index 000000000..528c59f51 --- /dev/null +++ b/.changeset/ninety-cows-hear.md @@ -0,0 +1,5 @@ +--- +"@web5/api": patch +--- + +Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly. diff --git a/.changeset/odd-eels-rest.md b/.changeset/odd-eels-rest.md index 5f8f68737..52b8db098 100644 --- a/.changeset/odd-eels-rest.md +++ b/.changeset/odd-eels-rest.md @@ -3,7 +3,6 @@ "@web5/proxy-agent": patch "@web5/user-agent": patch "@web5/agent": patch -"@web5/api": patch --- Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly