Skip to content

Commit 30b6619

Browse files
authored
fix: missing dependency in caching-materials-manager-browser (#307)
Caching materials manager browser is missing `@aws-sdk/util-utf8-browser`. Everything generally worked because this is installed by several other modules. But this was a required dependency for this module in isolation.
1 parent 201c102 commit 30b6619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/caching-materials-manager-browser/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@aws-crypto/serialize": "file:../serialize",
2222
"@aws-crypto/web-crypto-backend": "file:../web-crypto-backend",
2323
"@aws-sdk/util-base64-browser": "1.0.0-beta.2",
24+
"@aws-sdk/util-utf8-browser": "1.0.0-beta.2",
2425
"tslib": "^1.11.1"
2526
},
2627
"sideEffects": false,

0 commit comments

Comments
 (0)