Skip to content

Commit c28163b

Browse files
committed
Bump @devprotocol/clubs-core to version 3.28.0
1 parent 83c8da5 commit c28163b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@astrojs/svelte": "7.1.0",
4444
"@astrojs/tailwind": "6.0.2",
4545
"@astrojs/vue": "5.1.0",
46-
"@devprotocol/clubs-core": "3.27.0",
46+
"@devprotocol/clubs-core": "3.28.0",
4747
"@devprotocol/clubs-plugin-passports": "0.9.0-alpha.3",
4848
"@eslint/js": "^9.13.0",
4949
"@rollup/plugin-typescript": "^12.1.1",

src/utils/compose-passport-item.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ export const composePassportItem = async (
2020
})
2121
return whenDefinedAll(
2222
[
23+
passportItem?.props.offering.deprecated !== true ? true : undefined,
2324
passportItem,
2425
passportItem?.props.discount?.price.yen ??
2526
passportItem?.props.fiat?.price.yen,
2627
],
27-
([item, yen]) => ({
28+
([, item, yen]) => ({
2829
payload,
2930
price: {
3031
yen,

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -919,9 +919,9 @@ __metadata:
919919
languageName: node
920920
linkType: hard
921921

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"
925925
dependencies:
926926
"@devprotocol/dev-kit": "npm:8.7.0"
927927
"@devprotocol/elements": "npm:1.6.0"
@@ -969,7 +969,7 @@ __metadata:
969969
optional: true
970970
vue:
971971
optional: true
972-
checksum: 10c0/b1894f8e52448f8cd5fcfa33742eca4413d45f22e278d66ee3757d3f2ec019de0b5aedd3fa0ad247a24aa9c41b13a3bcd12b363034541246b4b4e05942a9cbab
972+
checksum: 10c0/c6eab5c96e5aeb62416467200e3a58fa33bf0da4828a43b95c4b428fd924c66e595fa6fecf04486ce4e197f24fda19479fb5f0de56f3b16aa9d986c1152323ee
973973
languageName: node
974974
linkType: hard
975975

@@ -1001,7 +1001,7 @@ __metadata:
10011001
"@astrojs/svelte": "npm:7.1.0"
10021002
"@astrojs/tailwind": "npm:6.0.2"
10031003
"@astrojs/vue": "npm:5.1.0"
1004-
"@devprotocol/clubs-core": "npm:3.27.0"
1004+
"@devprotocol/clubs-core": "npm:3.28.0"
10051005
"@devprotocol/clubs-plugin-passports": "npm:0.9.0-alpha.3"
10061006
"@devprotocol/dev-kit": "npm:8.7.0"
10071007
"@devprotocol/util-ts": "npm:4.0.0"

0 commit comments

Comments
 (0)