@seaverse/payment-sdk 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5047,7 +5047,7 @@ function getSDKLocale(locale) {
5047
5047
  /**
5048
5048
  * SDK version
5049
5049
  */
5050
- const VERSION$2 = '0.3.0';
5050
+ const VERSION$2 = '0.3.1';
5051
5051
 
5052
5052
  var __defProp$1 = Object.defineProperty;
5053
5053
  var __defProps$1 = Object.defineProperties;
package/dist/index.cjs CHANGED
@@ -1139,7 +1139,7 @@ function getSDKLocale(locale) {
1139
1139
  /**
1140
1140
  * SDK version
1141
1141
  */
1142
- const VERSION$2 = '0.3.0';
1142
+ const VERSION$2 = '0.3.1';
1143
1143
 
1144
1144
  var __defProp$1 = Object.defineProperty;
1145
1145
  var __defProps$1 = Object.defineProperties;
package/dist/index.d.ts CHANGED
@@ -1071,7 +1071,7 @@ declare const BIZ_CODE: {
1071
1071
  /**
1072
1072
  * SDK version
1073
1073
  */
1074
- declare const VERSION = "0.3.0";
1074
+ declare const VERSION = "0.3.1";
1075
1075
 
1076
1076
  export { API_ENDPOINTS, BIZ_CODE, COMPONENT_LOAD_TIMEOUT, CheckoutAPI, DEFAULT_CHECKOUT_CONFIG, ENV_CONFIG, HTTP_STATUS, PAYMENT_ELEMENT_NAME, PaymentAPIError, PaymentCheckoutClient, PaymentClient, SeaArtPayLoader, VERSION, centsToDollars, createCheckoutPaymentError, delay, dollarsToCents, formatPrice, generateOrderReference, getCurrentUrl, getGlobalLoader, getSDKLocale, isBrowser, isCheckoutPaymentError, resetGlobalLoader, safeJsonParse, withTimeout };
1077
1077
  export type { ApiErrorResponse, ApiResponse, ApiSuccessResponse, BaseCheckoutOptions, CheckoutAPIConfig, CheckoutAPIResponse, CheckoutClientConfig, CheckoutClientStatus, CheckoutOptions, CheckoutPaymentError, CheckoutPaymentErrorCode, CheckoutResult, ComponentLoadStatus, CreditAccount, CreditAccountStatus, CreditDetailResponse, CreditDetailSuccessResponse, CreditPoolDetail, CreditPoolType, CreditTransaction, ListTransactionsRequest, LoaderConfig, PaymentClientOptions, PaymentEnvironment, PaymentReadyEventDetail, PaymentResult, PaymentSuccessEventDetail, PaymentUnsuccessEventDetail, PaymentUnsuccessResult, PurchaseType, SDKCheckoutRequest, SDKCheckoutResponse, SDKConfig, SDKLoadStatus, SeaArtPaymentElement, ShowPaymentOptions, SubscribeOptions, SubscriptionParams, SubscriptionPeriod, TransactionListResponse, TransactionStatus, TransactionType };
package/dist/index.js CHANGED
@@ -1137,7 +1137,7 @@ function getSDKLocale(locale) {
1137
1137
  /**
1138
1138
  * SDK version
1139
1139
  */
1140
- const VERSION$2 = '0.3.0';
1140
+ const VERSION$2 = '0.3.1';
1141
1141
 
1142
1142
  var __defProp$1 = Object.defineProperty;
1143
1143
  var __defProps$1 = Object.defineProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seaverse/payment-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "SeaVerse Payment SDK - Credit management and payment checkout using Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -46,10 +46,10 @@
46
46
  "directory": "packages/payment-sdk"
47
47
  },
48
48
  "dependencies": {
49
- "@seaart/payment-component": "^1.0.0",
50
49
  "axios": "^1.6.0"
51
50
  },
52
51
  "devDependencies": {
52
+ "@seaart/payment-component": "^1.0.0",
53
53
  "@rollup/plugin-commonjs": "^29.0.0",
54
54
  "@rollup/plugin-node-resolve": "^16.0.3",
55
55
  "@rollup/plugin-typescript": "^12.3.0",