@symbolic/lib
Advanced tools
Comparing version 1.0.200 to 1.0.201
{ | ||
"name": "@symbolic/lib", | ||
"version": "1.0.200", | ||
"version": "1.0.201", | ||
"description": "plain js utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,1 +1,2 @@ | ||
import memo from '../memo'; | ||
import _ from "lodash"; | ||
@@ -17,4 +18,4 @@ | ||
return backlitEngravingOptionIsValid; | ||
return {backlitEngravingOptionIsValid}; | ||
} | ||
} |
import memo from '../memo'; | ||
import getIsValidBacklitEngraving from './meljac/get-is-valid-backlit-engraving'; | ||
import { products } from '@symbolic/lib'; | ||
var {getIsValidBacklitEngraving} = products.meljac; | ||
export default function __getHelper({shouldMemo}, {productRulesFor, evaluateProductRule}) { | ||
@@ -5,0 +7,0 @@ function productOptionsForProperty({productProperty, productInstance}, {productRulesById, productOptionsById, productsById}) { |
Sorry, the diff of this file is too big to display
149563
2899