diff --git a/packages/dids/build/cjs-bundle.js b/packages/dids/build/cjs-bundle.js index 42fb7a6f9..a79895a06 100644 --- a/packages/dids/build/cjs-bundle.js +++ b/packages/dids/build/cjs-bundle.js @@ -4,11 +4,11 @@ import packageJson from '../package.json' assert { type: 'json' }; // list of dependencies that _dont_ ship cjs const includeList = new Set([ '@decentralized-identity/ion-sdk', - 'pkarr' + 'bencode' ]); // create list of dependencies that we _do not_ want to include in our bundle -const excludeList = ['sodium-universal']; +const excludeList = []; for (const dependency in packageJson.dependencies) { if (includeList.has(dependency)) { continue;