File tree Expand file tree Collapse file tree 7 files changed +25
-8
lines changed
Expand file tree Collapse file tree 7 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 11# @docknetwork/sdk-examples
22
3+ ## 0.21.13
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies
8+ - @docknetwork/credential-sdk @0.54.13
9+
310## 0.21.12
411
512### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " @docknetwork/sdk-examples" ,
33 "private" : true ,
44 "type" : " module" ,
5- "version" : " 0.21.12 " ,
5+ "version" : " 0.21.13 " ,
66 "scripts" : {
77 "bbs-dock-example" : " babel-node ./src/bbs-dock.js" ,
88 "claim-deduction-example" : " babel-node ./src/claim-deduction.js" ,
1818 "lint" : " eslint \" src/**/*.js\" "
1919 },
2020 "dependencies" : {
21- "@docknetwork/credential-sdk" : " 0.54.12 " ,
21+ "@docknetwork/credential-sdk" : " 0.54.13 " ,
2222 "@docknetwork/cheqd-blockchain-api" : " 4.0.7" ,
2323 "@docknetwork/cheqd-blockchain-modules" : " 4.0.8"
2424 },
Original file line number Diff line number Diff line change 11# @docknetwork/credential-sdk
22
3+ ## 0.54.13
4+
5+ ### Patch Changes
6+
7+ - Fix running delegation logic when not required
8+
39## 0.54.12
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @docknetwork/credential-sdk" ,
3- "version" : " 0.54.12 " ,
3+ "version" : " 0.54.13 " ,
44 "license" : " MIT" ,
55 "type" : " module" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -152,9 +152,6 @@ async function optionalDelegationValidation(
152152}
153153
154154function shouldRunDelegationValidation ( presentation , delegationOptions = { } ) {
155- if ( delegationOptions . failOnUnauthorizedClaims ) {
156- return true ;
157- }
158155 const cedarOptions = delegationOptions . cedar ;
159156 if ( cedarOptions ?. policies ) {
160157 return true ;
Original file line number Diff line number Diff line change 11# @docknetwork/benchmarks
22
3+ ## 0.4.13
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies
8+ - @docknetwork/credential-sdk @0.54.13
9+
310## 0.4.12
411
512### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " @docknetwork/benchmarks" ,
33 "private" : true ,
44 "type" : " module" ,
5- "version" : " 0.4.12 " ,
5+ "version" : " 0.4.13 " ,
66 "scripts" : {
77 "bench" : " babel-node src/main.js"
88 },
99 "dependencies" : {
1010 "@docknetwork/cheqd-blockchain-api" : " 4.0.7" ,
1111 "@docknetwork/cheqd-blockchain-modules" : " 4.0.8" ,
12- "@docknetwork/credential-sdk" : " 0.54.12 " ,
12+ "@docknetwork/credential-sdk" : " 0.54.13 " ,
1313 "@docknetwork/crypto-wasm-ts" : " ^0.63.0"
1414 },
1515 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments