@portone/browser-sdk
Advanced tools
Comparing version 0.0.4 to 0.0.5
var _a; | ||
let promise = null; | ||
const portone = { | ||
jsSdkUrl: (_a = '/v2/browser-sdk.js') !== null && _a !== void 0 ? _a : 'https://cdn.portone.io/v2/browser-sdk.js', | ||
jsSdkUrl: (_a = undefined) !== null && _a !== void 0 ? _a : 'https://cdn.portone.io/v2/browser-sdk.js', | ||
}; | ||
@@ -6,0 +6,0 @@ function findScript() { |
@@ -18,3 +18,2 @@ import { Entity, IssueBillingKeyError, IssueBillingKeyResponse } from './index.js'; | ||
issueId?: string; | ||
billingKey?: string; | ||
customer?: Entity.Customer; | ||
@@ -21,0 +20,0 @@ redirectUrl?: string; |
@@ -14,3 +14,2 @@ import { CapsToCamel } from '../utils.js'; | ||
issueId?: string; | ||
billingKey?: string; | ||
customer?: Entity.Customer; | ||
@@ -17,0 +16,0 @@ windowType?: Entity.WindowTypes; |
@@ -12,3 +12,2 @@ import { CapsToCamel, OneOfType } from '../utils.js'; | ||
isTestChannel?: boolean; | ||
channelGroupId?: string; | ||
taxFreeAmount?: number; | ||
@@ -15,0 +14,0 @@ vatAmount?: number; |
{ | ||
"name": "@portone/browser-sdk", | ||
"type": "module", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "PortOne SDK for browser", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"build": "rm -rf dist && rollup -c && tsconfig-replace-paths -s src", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "yarn build" | ||
}, | ||
@@ -55,2 +55,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
127830
3681