@oussema_mili/test-pkg-123 1.1.38 → 1.1.39

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.38",
3
+ "version": "1.1.39",
4
4
  "description": "Fenwave Docker Agent and CLI",
5
5
  "keywords": [
6
6
  "fenwave",
@@ -231,6 +231,7 @@ export class SetupWizard {
231
231
  ...registrationData,
232
232
  deviceName: deviceMetadata.deviceName,
233
233
  platform: deviceMetadata.platform,
234
+ userEntityRef: deviceMetadata.userEntityRef,
234
235
  };
235
236
  }
236
237