@settlemint/dalp-sdk 3.0.0-main.27349501712 → 3.0.0-main.27351126452

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
@@ -108,7 +108,6 @@ All namespaces below are fully typed on `DalpAuthClient` — every operation has
108
108
  | `wallet.pincode` | `enable`, `disable`, `update`, `reset` | Wallet pincode protection |
109
109
  | `wallet.twoFactor` | `enable`, `disable`, `verify` | Wallet two-factor verification |
110
110
  | `wallet.secretCodes` | `generate`, `confirm` | Wallet secret (recovery) codes |
111
- | `wallet.passkey` | `register`, `complete`, `disable`, `challenge`, `verify` | Wallet passkey — browser/WebAuthn only |
112
111
  | `passkey` | — | Account-level passkey registration (browser/WebAuthn only) |
113
112
 
114
113
  ```typescript
package/dist/index.js CHANGED
@@ -91228,7 +91228,7 @@ function normalizeDalpBaseUrl(url) {
91228
91228
  // package.json
91229
91229
  var package_default = {
91230
91230
  name: "@settlemint/dalp-sdk",
91231
- version: "3.0.0-main.27349501712",
91231
+ version: "3.0.0-main.27351126452",
91232
91232
  private: false,
91233
91233
  description: "Fully typed SDK for the DALP tokenization platform API",
91234
91234
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-sdk",
3
- "version": "3.0.0-main.27349501712",
3
+ "version": "3.0.0-main.27351126452",
4
4
  "private": false,
5
5
  "description": "Fully typed SDK for the DALP tokenization platform API",
6
6
  "homepage": "https://settlemint.com",