@contrail/flexplm 1.3.2-alpha.833d673 → 1.3.2-alpha.adddf27

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.
@@ -292,7 +292,7 @@ class DataConverter {
292
292
  value = await this.setUserListValue(prop, nd);
293
293
  }
294
294
  else if ('size_range' === propertyType) {
295
- value = nd || {};
295
+ value = nd;
296
296
  }
297
297
  return value;
298
298
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/flexplm",
3
- "version": "1.3.2-alpha.833d673",
3
+ "version": "1.3.2-alpha.adddf27",
4
4
  "description": "Library used for integration with flexplm.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -354,7 +354,7 @@ export class DataConverter {
354
354
  } else if ('userList' === propertyType) {
355
355
  value = await this.setUserListValue(prop, nd);
356
356
  }else if ('size_range' === propertyType){
357
- value = nd || {};
357
+ value = nd;
358
358
  }
359
359
 
360
360
  // console.log(value);