@symbolic/lib
Advanced tools
Comparing version 1.0.202 to 1.0.203
{ | ||
"name": "@symbolic/lib", | ||
"version": "1.0.202", | ||
"version": "1.0.203", | ||
"description": "plain js utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -30,6 +30,3 @@ import memo from '../memo'; | ||
console.log(getProductInstanceWithData({productInstance}, { | ||
productOptionsById, productsById, productRulesById, productPropertiesById, productInstancesById | ||
})); | ||
console.log(productInstance); | ||
// //HINT: MNA specific backlit engravings rules | ||
@@ -36,0 +33,0 @@ // var productPropertiesById; //TODO |
Sorry, the diff of this file is too big to display
152153
2943