aves-sdk 1.2.8 → 1.2.9

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,8 +29,8 @@ import { AvesClient } from 'aves-sdk';
29
29
 
30
30
  const client = new AvesClient(
31
31
  'https://api.example.com', // Base URL
32
- '025706', // 6-digit HostID
33
- 'TOKEN002756', // Xtoken
32
+ 'hostid', // 6-digit HostID
33
+ 'TOKEN', // Xtoken
34
34
  '02' // Optional: 2-digit language code (01=Italian, 02=English)
35
35
  );
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aves-sdk",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "TypeScript SDK for AVES XML REST",
5
5
  "homepage": "https://github.com/simoneguglielmi/aves-sdk#readme",
6
6
  "repository": [