@isoftdata/universal-object-htp-utility
Advanced tools
+1
-1
@@ -122,3 +122,3 @@ import _ from "lodash" | ||
| tagnum: inventoryObjectRow.tagNumber?.substring(0, 19), | ||
| upc: inventoryObjectRow.upc, | ||
| upc: inventoryObjectRow.upc || '', | ||
| category: inventoryObjectRow.category, | ||
@@ -125,0 +125,0 @@ weight: inventoryObjectRow.shippingWeight?.value, |
+1
-1
| { | ||
| "name": "@isoftdata/universal-object-htp-utility", | ||
| "version": "3.17.0", | ||
| "version": "3.17.1", | ||
| "description": "Functions to convert universal objects to htp schema", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
137305
0