-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: apply changeset and fix biome
- Loading branch information
Showing
4 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@portone/server-sdk": minor | ||
--- | ||
|
||
서버 SDK REST API 래퍼 구현 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,7 @@ | |
"type": "module", | ||
"version": "0.1.0", | ||
"description": "PortOne JavaScript SDK for server-side usage", | ||
"keywords": [ | ||
"PortOne", | ||
"payment", | ||
"포트원", | ||
"결제 연동" | ||
], | ||
"keywords": ["PortOne", "payment", "포트원", "결제 연동"], | ||
"author": { | ||
"name": "portone-dx", | ||
"email": "[email protected]" | ||
|
@@ -41,9 +36,7 @@ | |
"unbuild": "^2.0.0", | ||
"vitest": "^2.0.5" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"files": ["dist"], | ||
"sideEffects": false, | ||
"license": "(Apache-2.0 OR MIT)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters