@nvwa-app/sdk-core 6.44.0 → 6.45.0

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/dist/index.d.mts CHANGED
@@ -100,7 +100,7 @@ declare function normalizePayParams(payParams: PayParams): TypedPayParams | null
100
100
  interface IPaymentLauncher {
101
101
  requestPayment(payParams: PayParams, callbacks?: PaymentRequestCallbacks): Promise<void>;
102
102
  /** 获取当前应用/平台下可用支付渠道(基于编译期 integrationProviders)。 */
103
- getAvailableProviders?(params?: {
103
+ getAvailableProviders(params?: {
104
104
  force?: boolean;
105
105
  }): Promise<PaymentProvider[]>;
106
106
  /** @deprecated 请使用 getAvailableProviders。 */
package/dist/index.d.ts CHANGED
@@ -100,7 +100,7 @@ declare function normalizePayParams(payParams: PayParams): TypedPayParams | null
100
100
  interface IPaymentLauncher {
101
101
  requestPayment(payParams: PayParams, callbacks?: PaymentRequestCallbacks): Promise<void>;
102
102
  /** 获取当前应用/平台下可用支付渠道(基于编译期 integrationProviders)。 */
103
- getAvailableProviders?(params?: {
103
+ getAvailableProviders(params?: {
104
104
  force?: boolean;
105
105
  }): Promise<PaymentProvider[]>;
106
106
  /** @deprecated 请使用 getAvailableProviders。 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nvwa-app/sdk-core",
3
- "version": "6.44.0",
3
+ "version": "6.45.0",
4
4
  "description": "NVWA跨端通用工具类核心接口",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@nvwa-app/nvwa-http-polyfill": "^0.1.0",
33
33
  "@nvwa-app/postgrest-js": "^2.100.1",
34
- "@nvwa-app/sdk-shared": "^6.44.0"
34
+ "@nvwa-app/sdk-shared": "^6.45.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^24.3.0",