@next-core/brick-utils 2.45.21 → 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.bundle.js +1 -1
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
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"];
|