Skip to content

Commit bb09ebe

Browse files
authored
add uint8arrays to cjs bundler (#784)
1 parent f88b137 commit bb09ebe

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build/create-cjs-bundle.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const includeList = new Set([
99
'blockstore-core',
1010
'ipfs-unixfs-exporter',
1111
'ipfs-unixfs-importer',
12-
'multiformats'
12+
'multiformats',
13+
'uint8arrays'
1314
]);
1415

1516
// create list of dependencies that we _do not_ want to include in our bundle

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tbd54566975/dwn-sdk-js",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "A reference implementation of https://identity.foundation/decentralized-web-node/spec/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)