@seaverse/payment-sdk 0.9.6 → 0.9.7
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.
- package/README.md +7 -2
- package/dist/index.browser.js +3 -3
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @seaverse/payment-sdk
|
|
2
2
|
|
|
3
|
-
> **Version**: 0.9.
|
|
3
|
+
> **Version**: 0.9.7 | **Language**: English
|
|
4
4
|
|
|
5
5
|
A comprehensive payment solution for SeaVerse platform, providing credit management, payment checkout, subscription management, and order tracking.
|
|
6
6
|
|
|
@@ -928,6 +928,11 @@ import type {
|
|
|
928
928
|
|
|
929
929
|
## 📄 Changelog
|
|
930
930
|
|
|
931
|
+
### v0.9.7 (2026-02-08) - Configuration & Stability
|
|
932
|
+
|
|
933
|
+
**🔧 Improvements**:
|
|
934
|
+
- Configuration updates and stability improvements.
|
|
935
|
+
|
|
931
936
|
### v0.9.6 (2026-02-08) - Link Payment Callback Fix
|
|
932
937
|
|
|
933
938
|
**🔧 Bug Fixes**:
|
|
@@ -1048,4 +1053,4 @@ Issues and Pull Requests are welcome!
|
|
|
1048
1053
|
---
|
|
1049
1054
|
|
|
1050
1055
|
**Last Updated**: 2026-02-08
|
|
1051
|
-
**SDK Version**: 0.9.
|
|
1056
|
+
**SDK Version**: 0.9.7
|
package/dist/index.browser.js
CHANGED
|
@@ -2862,8 +2862,8 @@ const ENVIRONMENT_CONFIGS = {
|
|
|
2862
2862
|
production: {
|
|
2863
2863
|
scriptUrl: 'https://seaart-publish.sc-api.saconsole.com/payment-component/client.js',
|
|
2864
2864
|
clientId: 'XF11ik3u5AJ16IyDI3hebq5',
|
|
2865
|
-
orderApiUrl: 'https://payment.seaverse.
|
|
2866
|
-
walletApiUrl: 'https://wallet.seaverse.
|
|
2865
|
+
orderApiUrl: 'https://payment.seaverse.ai',
|
|
2866
|
+
walletApiUrl: 'https://wallet.seaverse.ai',
|
|
2867
2867
|
cssUrl: 'https://seaart-publish.sc-api.saconsole.com/payment-component/public/style.css',
|
|
2868
2868
|
},
|
|
2869
2869
|
};
|
|
@@ -9183,7 +9183,7 @@ class GenericPackageModal extends BasePackageModal {
|
|
|
9183
9183
|
/**
|
|
9184
9184
|
* SDK version
|
|
9185
9185
|
*/
|
|
9186
|
-
const VERSION$2 = '0.9.
|
|
9186
|
+
const VERSION$2 = '0.9.7';
|
|
9187
9187
|
|
|
9188
9188
|
var __defProp = Object.defineProperty;
|
|
9189
9189
|
var __defProps = Object.defineProperties;
|