@oumla/sdk 1.2.1 → 1.2.2

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,7 +57,7 @@ async function getProfiles() {
57
57
  // Example: Generate an address (V2 API)
58
58
  async function generateAddress() {
59
59
  try {
60
- const address = await client.addresses.generateAddress({
60
+ const address = await client.addresses.generateAddressV2({
61
61
  reference: 'profile-reference',
62
62
  network: 'ETH',
63
63
  clientShare: 'your-client-share',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oumla/sdk",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "description": "Official TypeScript SDK for Oumla - Blockchain integration made simple",
6
6
  "main": "./dist/index.cjs",