@medalsocial/sdk 0.1.1 → 0.1.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
@@ -35,7 +35,7 @@ await client.createNote({
35
35
  name: 'Test Testnes',
36
36
  email: 'test@medalsocial.com',
37
37
  company: 'Medal Social Test company',
38
- phone: '+47 99887766',
38
+ phone: '+47 12345678',
39
39
  content: 'Hei jeg skal gjerne sende to konteinere til USA.',
40
40
  metadata: { Budsjett: '$100,000' },
41
41
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medalsocial/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "TypeScript client for Medal Social API (create leads, notes, cookie consents, event signups)",
5
5
  "license": "MIT",
6
6
  "author": "Medal Social / Ali Aljumaili",