@isoftdata/universal-object-htp-utility
Advanced tools
+8
-8
@@ -101,10 +101,10 @@ import _ from "lodash" | ||
| // datesold: inventoryObjectRow.dateSold, | ||
| label1: inventoryObjectRow.tags[0]?.label, | ||
| label2: inventoryObjectRow.tags[1]?.label, | ||
| label3: inventoryObjectRow.tags[2]?.label, | ||
| label4: inventoryObjectRow.tags[3]?.label, | ||
| data1: inventoryObjectRow.tags[0]?.value, | ||
| data2: inventoryObjectRow.tags[1]?.value, | ||
| data3: inventoryObjectRow.tags[2]?.value, | ||
| data4: inventoryObjectRow.tags[3]?.value, | ||
| label1: null, | ||
| label2: null, | ||
| label3: null, | ||
| label4: null, | ||
| data1: null, | ||
| data2: null, | ||
| data3: null, | ||
| data4: null, | ||
| cost: inventoryObjectRow.cost, | ||
@@ -111,0 +111,0 @@ // make: inventoryObjectRow.vehicle.make?.substring(0, 24) || '', //incorrect? |
+5
-5
| { | ||
| "name": "@isoftdata/universal-object-htp-utility", | ||
| "version": "3.17.1", | ||
| "version": "3.18.0", | ||
| "description": "Functions to convert universal objects to htp schema", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "type": "module", | ||
@@ -13,6 +16,3 @@ "author": "", | ||
| "p-props": "^6.0.0" | ||
| }, | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| } | ||
| } | ||
| } |
137091
-0.16%