@tosspayments/payment-sdk
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.2.0](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/payment-sdk@1.1.2...@tosspayments/payment-sdk@1.2.0) (2022-10-24) | ||
### Features | ||
* **payment-sdk:** cancelPayment ๋ฉ์๋ ์ถ๊ฐ ([#22](https://github.com/tosspayments/browser-sdk/issues/22)) ([841861c](https://github.com/tosspayments/browser-sdk/commit/841861ca1f2eba648dab2233c6b450b92d7767fc)) | ||
## [1.1.2](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/payment-sdk@1.1.1...@tosspayments/payment-sdk@1.1.2) (2022-10-24) | ||
@@ -8,0 +19,0 @@ |
@@ -52,2 +52,5 @@ 'use strict'; | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
}, | ||
cancelPayment: function cancelPayment() { | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
} | ||
@@ -54,0 +57,0 @@ }); |
@@ -48,2 +48,5 @@ var cachedPromise; | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
}, | ||
cancelPayment: function cancelPayment() { | ||
throw new Error("[TossPayments SDK] It looks like runtime is not from browser. This method is only execuatable on browser."); | ||
} | ||
@@ -50,0 +53,0 @@ }); |
{ | ||
"name": "@tosspayments/payment-sdk", | ||
"description": "TossPayments.js Payment SDK", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"main": "dist/tosspayments.cjs.js", | ||
@@ -38,3 +38,3 @@ "module": "dist/tosspayments.esm.js", | ||
"dependencies": { | ||
"@tosspayments/payment__types": "^1.10.8" | ||
"@tosspayments/payment__types": "^1.10.10" | ||
}, | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "bdd2ee575de07a9701c672634e70832a03c79c3e" | ||
"gitHead": "1060d84e6464ad0546b3bbcda5e0b40aa39c27ef" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12128
129