@symbo.ls/atoms
Advanced tools
Comparing version 2.11.117 to 2.11.118
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.117", | ||
"version": "2.11.118", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "d1e61a60ae2da2782dd01e41e16992d61359d95b", | ||
"gitHead": "fae3a9c768a4ea73cd93f9f3cc8514f8fa074ada", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
@@ -9,3 +9,7 @@ 'use strict' | ||
if (props.text === true) return (state && state[key]) || (props && props[key]) | ||
if (isString(props.text) && props.text.includes('{{')) return replaceLiteralsWithObjectFields(props.text, state) | ||
if (isString(props.text) && props.text.includes('{{')) { | ||
console.log(props.text) | ||
console.log(replaceLiteralsWithObjectFields(props.text, state)) | ||
return replaceLiteralsWithObjectFields(props.text, state) | ||
} | ||
return props.text | ||
@@ -12,0 +16,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41230
1155