@nvwa-app/sdk-shared 6.42.0 → 6.44.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
@@ -5,7 +5,7 @@ declare function isProjectPlatformType(value: string): value is ProjectPlatformT
5
5
 
6
6
  /**
7
7
  * 前端收集后随创建支付单请求传给后端,映射网关 `platformType` / `platformUserId` 等。
8
- * `collectPaymentClientContext`(本包)或 `Nvwa.preparePaymentContext`(sdk-core)生成。
8
+ * 由本包 `collectPaymentClientContext` 或前端 `nvwa.payment.collectPaymentClientContext?.()` 生成。
9
9
  */
10
10
  interface PaymentClientContext {
11
11
  platformType: ProjectPlatformType;
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@ declare function isProjectPlatformType(value: string): value is ProjectPlatformT
5
5
 
6
6
  /**
7
7
  * 前端收集后随创建支付单请求传给后端,映射网关 `platformType` / `platformUserId` 等。
8
- * `collectPaymentClientContext`(本包)或 `Nvwa.preparePaymentContext`(sdk-core)生成。
8
+ * 由本包 `collectPaymentClientContext` 或前端 `nvwa.payment.collectPaymentClientContext?.()` 生成。
9
9
  */
10
10
  interface PaymentClientContext {
11
11
  platformType: ProjectPlatformType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nvwa-app/sdk-shared",
3
- "version": "6.42.0",
3
+ "version": "6.44.0",
4
4
  "description": "NVWA SDK 共享层:跨端/Functions 共用的类型与轻量工具(无 UI、无 PostgREST)。",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",