@vivocha/public-entities
Advanced tools
Comparing version 6.4.6 to 6.4.7
@@ -171,3 +171,3 @@ "use strict"; | ||
sectionFields[currSection].push(Object.assign({}, field, { | ||
id: `${def.id}.${field.id || '___noid'}` | ||
id: `${def.id}|${field.id || '___noid'}` | ||
})); | ||
@@ -196,3 +196,3 @@ } | ||
for (let k in data) { | ||
const match = k.match(/(.*?)\.(.*)/) || []; | ||
const match = k.match(/(.*?)\|(.*)/) || []; | ||
const [, form, field] = match; | ||
@@ -199,0 +199,0 @@ if (form && defsById[form] && field && field !== '___noid') { |
{ | ||
"name": "@vivocha/public-entities", | ||
"version": "6.4.6", | ||
"version": "6.4.7", | ||
"description": "Vivocha public entities and types", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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