@zkp2p/sdk 0.13.0 → 0.14.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.
package/README.md CHANGED
@@ -81,7 +81,7 @@ const client = new Zkp2pClient({
81
81
  - `indexerUrl` and `baseApiUrl`: override defaults when you are targeting custom deployments
82
82
  - `timeouts`: `{ api?: number }` — API timeout in milliseconds (default 15000)
83
83
 
84
- **No external API key is required.** `createDeposit`, `registerPayeeDetails`, `getQuote`, `signalIntent`, and the rest of the public SDK flows work without `apiKey` or `authorizationToken`. When `baseApiUrl` is configured, `signalIntent()` uses curator `/v3/sign` without auth and treats its 409 response as a direct, signature-free signal. Quote responses include resolved maker payee details (`offchainId`, `telegramUsername`, `metadata`) when curator has them.
84
+ **No external API key is required.** `createDeposit`, `registerPayeeDetails`, `getQuote`, `signalIntent`, and the rest of the public SDK flows work without `apiKey` or `authorizationToken`. When `baseApiUrl` is configured, `signalIntent()` uses curator `/v3/sign` without auth and treats its 409 response as a direct, signature-free signal. Every quote carries the maker payout identity as `maker.offchainId` (curator v3 contract); the SDK mirrors it into `payeeData.offchainId` and drops any quote that lacks it. Telegram usernames and metadata are not part of quote responses; read them from `/v2/makers` with the low-level `apiGetPayeeDetails({ processorName, hashedOnchainId }, baseApiUrl)` export after signaling.
85
85
 
86
86
  Indexer defaults by environment:
87
87
 
@@ -2,12 +2,12 @@
2
2
  "schemaVersion": 2,
3
3
  "source": {
4
4
  "repository": "zkp2p/zkp2p-clients",
5
- "commitSha": "32b0342dc76aba9a63d0f56cc16c4addb8ebce43",
5
+ "commitSha": "d79a1d06e126e0407d68e4b98bf7c8abb54f0bc9",
6
6
  "kind": "github",
7
7
  "distributable": true
8
8
  },
9
- "sdkPackageVersion": "0.13.0",
10
- "contractsPackageVersion": "0.4.1-rc.9",
9
+ "sdkPackageVersion": "0.14.1",
10
+ "contractsPackageVersion": "0.4.1",
11
11
  "indexerSchemaPackageVersion": "0.22.0",
12
12
  "activeDisputeStack": {
13
13
  "base": {