Skip to content

Commit

Permalink
Break up into smaller PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Mar 12, 2024
1 parent 49c945c commit 15069b7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/agent/build/esbuild-tests.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const browserConfig = require('./esbuild-browser-config.cjs');
esbuild.build({
...browserConfig,
format : 'esm',
entryPoints : ['./tests/**/*.spec.*'],
entryPoints : ['./tests/*.spec.*'],
bundle : true,
minify : false,
outdir : 'tests/compiled',
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "test:node",
"runtimeExecutable": "${workspaceFolder:crypto}/node_modules/.bin/mocha",
"runtimeExecutable": "${workspaceFolder:root}/node_modules/.bin/mocha",
"console": "internalConsole",
"preLaunchTask": "build tests",
"skipFiles": [
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@noble/ciphers": "0.4.1",
"@noble/curves": "1.3.0",
"@noble/hashes": "1.3.3",
"@web5/common": "0.2.4"
"@web5/common": "0.2.3"
},
"devDependencies": {
"@playwright/test": "1.40.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"dependencies": {
"@decentralized-identity/ion-sdk": "1.0.1",
"@dnsquery/dns-packet": "6.1.1",
"@web5/common": "0.2.4",
"@web5/common": "0.2.3",
"@web5/crypto": "0.4.0",
"abstract-level": "1.0.4",
"bencode": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 15069b7

Please sign in to comment.