Skip to content

Commit

Permalink
v0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Jan 22, 2024
1 parent 8794398 commit cec2655
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NodeJS용 아임포트 REST API Client 입니다.

## 버전정보
최신 버전은 [v0.9.11](https://github.com/iamport/rest-client-nodejs/tree/v0.9.11)입니다.
최신 버전은 [v0.9.12](https://github.com/iamport/rest-client-nodejs/tree/v0.9.12)입니다.

## 설치하기
아래 명령어를 통해 `iamport-rest-client-nodejs`를 귀하의 nodeJS 프로젝트에 추가합니다.
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const BASE_URL: string = 'https://api.iamport.kr';
export const EXPIRE_BUFFER: number = 30000;
export const USER_AGENT: string = 'iamport-rest-client-nodejs/v0.9.11';
export const USER_AGENT: string = 'iamport-rest-client-nodejs/v0.9.12';
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iamport-rest-client-nodejs",
"version": "0.9.11",
"version": "0.9.12",
"description": "NodeJS용 아임포트 REST API Client 입니다.",
"main": "dist/Iamport.js",
"types": "dist/Iamport.d.ts",
Expand Down

0 comments on commit cec2655

Please sign in to comment.