@next-core/brick-utils 2.42.0 → 2.42.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -22824,7 +22824,7 @@ function isSnippetNode(node) {
22824
22824
 
22825
22825
  var jsonFieldsInRoute = ["menu", "providers", "segues", "defineResolves", "redirect", "analyticsData"]; // Fields stored as yaml string will be parsed when build & push.
22826
22826
 
22827
- var yamlFieldsInRoute = ["permissionsPreCheck"];
22827
+ var yamlFieldsInRoute = ["permissionsPreCheck", "if"];
22828
22828
  var jsonFieldsInBrick = ["properties", "events", "lifeCycle", "params", "if", "transform"]; // Fields stored as yaml string will be parsed when build & push.
22829
22829
 
22830
22830
  var yamlFieldsInBrick = ["permissionsPreCheck", "transformFrom"]; // Fields started with `_` will be removed by default.