Skip to content

Commit

Permalink
remove web features from api pakage, add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Sep 20, 2024
1 parent a87f079 commit 2693cb7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 448 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-crews-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@web5/browser": patch
---

Initial publish
5 changes: 5 additions & 0 deletions .changeset/serious-ads-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@web5/api": patch
---

Moving web-features to @web5/browser package
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"packages/user-agent",
"packages/proxy-agent",
"packages/api",
"packages/identity-agent"
"packages/identity-agent",
"packages/browser"
],
"scripts": {
"clean": "pnpm npkill -d $(pwd)/packages -t dist && pnpm npkill -d $(pwd) -t node_modules",
Expand Down
1 change: 0 additions & 1 deletion packages/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export * from './protocol.js';
export * from './record.js';
export * from './vc-api.js';
export * from './web5.js';
export * from './web-features.js';

import * as utils from './utils.js';
export { utils };
Loading

0 comments on commit 2693cb7

Please sign in to comment.