@nexus-cross/connect-kit-core 1.3.1 → 1.3.3-beta.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -3
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -201,9 +201,10 @@ interface CrossConnectKitConfig {
201
201
  ssr?: boolean;
202
202
  /**
203
203
  * fiat→crypto 결제 표면(WalletInfo Buy 버튼, `useOnRamp` 훅) 활성화 토글.
204
- * default false. true이면 embedded-wallet-gateway의 `/onramp/*` 엔드포인트로
205
- * 라우팅된다 — DApp 식별자는 `crossProjectId`를 `X-Project-Id` 헤더로
206
- * 그대로 사용한다. 엔드포인트 URL/provider 이름/secret은 노출하지 않는다.
204
+ * default false. true이면 CROSSx 2.0 embedded-wallet-gateway의 `/onramp/*`
205
+ * 엔드포인트로 라우팅된다 — DApp 식별자는 `embeddedProjectId`(미설정
206
+ * `crossProjectId` fallback)를 `X-Project-Id` 헤더로 사용한다. 엔드포인트
207
+ * URL/provider 이름/secret은 노출하지 않는다.
207
208
  */
208
209
  onRampEnabled?: boolean;
209
210
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cross/connect-kit-core",
3
- "version": "1.3.1",
3
+ "version": "1.3.3-beta.1",
4
4
  "description": "Core domain logic for @nexus-cross/connect-kit — types, ports, utilities",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "access": "public"
21
21
  },
22
22
  "dependencies": {
23
- "@nexus-cross/onramp": "1.3.1"
23
+ "@nexus-cross/onramp": "1.3.3-beta.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "tsup": "^8.4.0",