@tosspayments/brandpay-sdk
Advanced tools
Comparing version 1.1.7 to 1.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.2.0](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/brandpay-sdk@1.1.7...@tosspayments/brandpay-sdk@1.2.0) (2023-03-15) | ||
### Features | ||
* srcλ‘ μ€ν¬λ¦½νΈ μ°Ύμμ clear ([#48](https://github.com/tosspayments/browser-sdk/issues/48)) ([8f8063e](https://github.com/tosspayments/browser-sdk/commit/8f8063e67b743d14a04e72c3c2bf9211eff7aac9)) | ||
## [1.1.7](https://github.com/tosspayments/browser-sdk/compare/@tosspayments/brandpay-sdk@1.1.6...@tosspayments/brandpay-sdk@1.1.7) (2023-01-30) | ||
@@ -8,0 +19,0 @@ |
@@ -36,3 +36,2 @@ 'use strict'; | ||
var SCRIPT_ID = "__tosspayments-brandpay-sdk__"; | ||
var SCRIPT_URL = 'https://js.tosspayments.com/v1/brandpay'; | ||
@@ -60,3 +59,3 @@ | ||
var script = document.getElementById(SCRIPT_ID); | ||
var script = document.querySelector("script[src=\"".concat(SCRIPT_URL, "\"]")); | ||
script === null || script === void 0 ? void 0 : (_script$parentElement = script.parentElement) === null || _script$parentElement === void 0 ? void 0 : _script$parentElement.removeChild(script); | ||
@@ -63,0 +62,0 @@ window.BrandPay = undefined; |
@@ -32,3 +32,2 @@ var cachedPromise; | ||
var SCRIPT_ID = "__tosspayments-brandpay-sdk__"; | ||
var SCRIPT_URL = 'https://js.tosspayments.com/v1/brandpay'; | ||
@@ -56,3 +55,3 @@ | ||
var script = document.getElementById(SCRIPT_ID); | ||
var script = document.querySelector("script[src=\"".concat(SCRIPT_URL, "\"]")); | ||
script === null || script === void 0 ? void 0 : (_script$parentElement = script.parentElement) === null || _script$parentElement === void 0 ? void 0 : _script$parentElement.removeChild(script); | ||
@@ -59,0 +58,0 @@ window.BrandPay = undefined; |
{ | ||
"name": "@tosspayments/brandpay-sdk", | ||
"description": "TossPayments.js Brand Pay SDK", | ||
"version": "1.1.7", | ||
"version": "1.2.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -43,3 +43,3 @@ "module": "dist/index.esm.js", | ||
}, | ||
"gitHead": "95afa32da8e120796e5a4431df311c9a2250051d" | ||
"gitHead": "b2cec9f9c03f0484feb4790dd2c0bcb40e69dc9e" | ||
} |
@@ -1,2 +0,1 @@ | ||
export declare const SCRIPT_ID = "__tosspayments-brandpay-sdk__"; | ||
export declare const SCRIPT_URL = "https://js.tosspayments.com/v1/brandpay"; |
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
14129
108