sunuid-sdk 1.0.31 → 1.0.32

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 +2 -2
package/README.md CHANGED
@@ -295,7 +295,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
295
295
  | `autoRefresh` | boolean | `true` | Actualisation automatique |
296
296
  | `refreshInterval` | number | `30000` | Intervalle en millisecondes |
297
297
  | `secureInit` | boolean | `false` | Active le mode sécurisé |
298
- | `secureInitUrl` | string | `'http://localhost:8081/secure-init.php'` | URL de l'endpoint sécurisé |
298
+ | `secureInitUrl` | string | `'https://api.sunuid.fayma.sn/secure-init.php'` | URL de l'endpoint sécurisé |
299
299
  | `partnerName` | string | `'SunuID'` | Nom du partenaire |
300
300
  | `enableSecurityLogs` | boolean | `true` | Active les logs de sécurité |
301
301
  | `validateInputs` | boolean | `true` | Validation des entrées |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunuid-sdk",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "type": "module",
5
5
  "description": "SDK JavaScript pour l'intégration des QR codes d'authentification et KYC SunuID",
6
6
  "main": "dist/sunuid-sdk.js",
@@ -19,7 +19,7 @@
19
19
  "lint": "eslint src/**/*.js",
20
20
  "format": "prettier --write src/**/*.js",
21
21
  "serve": "python3 -m http.server 8080",
22
- "demo": "open http://localhost:8080/examples/demo.html"
22
+ "demo": "open https://sunuid.fayma.sn/examples/demo.html"
23
23
  },
24
24
  "keywords": [
25
25
  "sunuid",