@symbo.ls/atoms
Advanced tools
Comparing version 2.11.345 to 2.11.346
@@ -12,4 +12,7 @@ 'use strict' | ||
if (hasChildren) param = el.props?.children | ||
else if (!param) return | ||
if (hasChildren) { | ||
param = el.props?.children | ||
const childrenAs = el.props?.childrenAs | ||
if (childrenAs) param = param.map(v => ({ [childrenAs]: v })) | ||
} else if (!param) return | ||
@@ -16,0 +19,0 @@ if (isString(param)) { |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.345", | ||
"version": "2.11.346", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "16dfb3da91effacbd9aa6c6f7e0a6d222c54e83d", | ||
"gitHead": "69805f4092a5b502348c2587845b47f5e66495f8", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
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
51421
1428