File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 43
43
"@astrojs/svelte" : " 7.1.0" ,
44
44
"@astrojs/tailwind" : " 6.0.2" ,
45
45
"@astrojs/vue" : " 5.1.0" ,
46
- "@devprotocol/clubs-core" : " 3.27 .0" ,
46
+ "@devprotocol/clubs-core" : " 3.28 .0" ,
47
47
"@devprotocol/clubs-plugin-passports" : " 0.9.0-alpha.3" ,
48
48
"@eslint/js" : " ^9.13.0" ,
49
49
"@rollup/plugin-typescript" : " ^12.1.1" ,
Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ export const composePassportItem = async (
20
20
} )
21
21
return whenDefinedAll (
22
22
[
23
+ passportItem ?. props . offering . deprecated !== true ? true : undefined ,
23
24
passportItem ,
24
25
passportItem ?. props . discount ?. price . yen ??
25
26
passportItem ?. props . fiat ?. price . yen ,
26
27
] ,
27
- ( [ item , yen ] ) => ( {
28
+ ( [ , item , yen ] ) => ( {
28
29
payload,
29
30
price : {
30
31
yen,
Original file line number Diff line number Diff line change @@ -919,9 +919,9 @@ __metadata:
919
919
languageName : node
920
920
linkType : hard
921
921
922
- " @devprotocol/clubs-core@npm:3.27 .0 " :
923
- version : 3.27 .0
924
- resolution : " @devprotocol/clubs-core@npm:3.27 .0"
922
+ " @devprotocol/clubs-core@npm:3.28 .0 " :
923
+ version : 3.28 .0
924
+ resolution : " @devprotocol/clubs-core@npm:3.28 .0"
925
925
dependencies :
926
926
" @devprotocol/dev-kit " : " npm:8.7.0"
927
927
" @devprotocol/elements " : " npm:1.6.0"
@@ -969,7 +969,7 @@ __metadata:
969
969
optional : true
970
970
vue :
971
971
optional : true
972
- checksum : 10c0/b1894f8e52448f8cd5fcfa33742eca4413d45f22e278d66ee3757d3f2ec019de0b5aedd3fa0ad247a24aa9c41b13a3bcd12b363034541246b4b4e05942a9cbab
972
+ checksum : 10c0/c6eab5c96e5aeb62416467200e3a58fa33bf0da4828a43b95c4b428fd924c66e595fa6fecf04486ce4e197f24fda19479fb5f0de56f3b16aa9d986c1152323ee
973
973
languageName : node
974
974
linkType : hard
975
975
@@ -1001,7 +1001,7 @@ __metadata:
1001
1001
" @astrojs/svelte " : " npm:7.1.0"
1002
1002
" @astrojs/tailwind " : " npm:6.0.2"
1003
1003
" @astrojs/vue " : " npm:5.1.0"
1004
- " @devprotocol/clubs-core " : " npm:3.27 .0"
1004
+ " @devprotocol/clubs-core " : " npm:3.28 .0"
1005
1005
" @devprotocol/clubs-plugin-passports " : " npm:0.9.0-alpha.3"
1006
1006
" @devprotocol/dev-kit " : " npm:8.7.0"
1007
1007
" @devprotocol/util-ts " : " npm:4.0.0"
You can’t perform that action at this time.
0 commit comments