Skip to content

Commit 629d083

Browse files
committed
replace url encoding with base64url encoding for protocol uri in the path segement
1 parent 295be4a commit 629d083

File tree

4 files changed

+244
-120
lines changed

4 files changed

+244
-120
lines changed

package-lock.json

+92-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"dependencies": {
2929
"@tbd54566975/dwn-sdk-js": "0.4.7",
3030
"@tbd54566975/dwn-sql-store": "0.6.7",
31+
"@web5/common": "^1.0.2",
3132
"@web5/crypto": "^1.0.3",
33+
"@web5/dids": "^1.1.3",
3234
"better-sqlite3": "^8.5.0",
3335
"body-parser": "^1.20.2",
3436
"bytes": "3.1.2",
@@ -61,7 +63,6 @@
6163
"@types/ws": "8.5.10",
6264
"@typescript-eslint/eslint-plugin": "^7.8.0",
6365
"@typescript-eslint/parser": "^7.8.0",
64-
"@web5/dids": "^1.1.3",
6566
"c8": "8.0.1",
6667
"chai": "4.3.6",
6768
"chai-as-promised": "7.1.1",
@@ -108,7 +109,7 @@
108109
},
109110
"overrides": {
110111
"express": {
111-
"serve-static": "^1.16.2"
112+
"serve-static": "^1.16.2"
112113
}
113114
}
114115
}

0 commit comments

Comments
 (0)