@next-core/brick-utils 2.45.20 → 2.45.22

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
@@ -19925,7 +19925,7 @@ var jsonFieldsInRoute = ["menu", "providers", "segues", "defineResolves", "redir
19925
19925
 
19926
19926
  // Fields stored as yaml string will be parsed when build & push.
19927
19927
  var yamlFieldsInRoute = ["permissionsPreCheck", "if"];
19928
- var jsonFieldsInBrick = ["properties", "events", "lifeCycle", "params", "if", "transform"];
19928
+ var jsonFieldsInBrick = ["properties", "events", "lifeCycle", "params", "if", "transform", "dataSource"];
19929
19929
 
19930
19930
  // Fields stored as yaml string will be parsed when build & push.
19931
19931
  var yamlFieldsInBrick = ["permissionsPreCheck", "transformFrom"];