@oussema_mili/test-pkg-123 1.1.36 → 1.1.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oussema_mili/test-pkg-123",
3
- "version": "1.1.36",
3
+ "version": "1.1.38",
4
4
  "description": "Fenwave Docker Agent and CLI",
5
5
  "keywords": [
6
6
  "fenwave",
@@ -226,7 +226,12 @@ export class SetupWizard {
226
226
  deviceName: deviceMetadata.deviceName,
227
227
  });
228
228
 
229
- return registrationData;
229
+ // Merge device metadata into registration data for use in displayComplete
230
+ return {
231
+ ...registrationData,
232
+ deviceName: deviceMetadata.deviceName,
233
+ platform: deviceMetadata.platform,
234
+ };
230
235
  }
231
236
 
232
237
  /**