Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(payment-widget-sdk): @tosspayments/payment-widget__types 버전업 #122

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 13 additions & 21 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/payment-widget-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"types"
],
"dependencies": {
"@tosspayments/payment-widget__types": "1.0.1"
"@tosspayments/payment-widget__types": "1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 7 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2988,7 +2988,7 @@ __metadata:
"@rollup/plugin-babel": ^5.3.0
"@rollup/plugin-commonjs": ^21.0.1
"@rollup/plugin-typescript": ^8.3.0
"@tosspayments/payment-widget__types": 1.0.1
"@tosspayments/payment-widget__types": 1.1.0
"@tosspayments/sdk-loader": "workspace:packages/sdk-loader"
happy-dom: ^14.12.3
prettier: ^2.0.2
Expand All @@ -3012,18 +3012,18 @@ __metadata:
languageName: node
linkType: hard

"@tosspayments/payment-widget__types@npm:1.0.1":
version: 1.0.1
resolution: "@tosspayments/payment-widget__types@npm:1.0.1"
"@tosspayments/payment-widget__types@npm:1.1.0":
version: 1.1.0
resolution: "@tosspayments/payment-widget__types@npm:1.1.0"
dependencies:
"@tosspayments/brandpay-types": ^0.2.6
"@tosspayments/payment-widget-types": ^0.0.5
"@tosspayments/payment__types": ^1.66.3
checksum: be1684b42c90066048deb2b2fa046f0b411f200dcd0f6db67811d21ec6649823fd465124a52a0308271c886c0843970bf13a5def69ec0960a820098e81208a38
"@tosspayments/payment__types": ^1.68.0
checksum: 72550d3c0eff21ec7ac7875f6a4349c0b7b5da0b537e5dc138feb317b9e74417c9126973922756e7802371b1f7e47a27fa160f43547e26516f6819efa1fcce30
languageName: node
linkType: hard

"@tosspayments/payment__types@npm:1.68.0":
"@tosspayments/payment__types@npm:1.68.0, @tosspayments/payment__types@npm:^1.68.0":
version: 1.68.0
resolution: "@tosspayments/payment__types@npm:1.68.0"
dependencies:
Expand All @@ -3032,15 +3032,6 @@ __metadata:
languageName: node
linkType: hard

"@tosspayments/payment__types@npm:^1.66.3":
version: 1.67.0
resolution: "@tosspayments/payment__types@npm:1.67.0"
dependencies:
"@tosspayments/sdk-constants": ^0.2.2
checksum: 3c0d40579c2c725ab937e4ebd4315986ad828317c9358aba399da04bd768441e132247cb11e243343ae9932c7945999fc32b7f29b6dc4e429c02586a0551ee38
languageName: node
linkType: hard

"@tosspayments/sdk-constants@npm:^0.2.2":
version: 0.2.2
resolution: "@tosspayments/sdk-constants@npm:0.2.2"
Expand Down
Loading