Skip to content

Commit

Permalink
add uint8arrays to cjs bundler (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen authored Jul 18, 2024
1 parent f88b137 commit bb09ebe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build/create-cjs-bundle.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const includeList = new Set([
'blockstore-core',
'ipfs-unixfs-exporter',
'ipfs-unixfs-importer',
'multiformats'
'multiformats',
'uint8arrays'
]);

// create list of dependencies that we _do not_ want to include in our bundle
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/dwn-sdk-js",
"version": "0.4.3",
"version": "0.4.4",
"description": "A reference implementation of https://identity.foundation/decentralized-web-node/spec/",
"repository": {
"type": "git",
Expand Down

0 comments on commit bb09ebe

Please sign in to comment.