@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.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 +7 -7
package/dist/index.bundle.js
CHANGED
|
@@ -19930,7 +19930,7 @@
|
|
|
19930
19930
|
|
|
19931
19931
|
// Fields stored as yaml string will be parsed when build & push.
|
|
19932
19932
|
var yamlFieldsInRoute = ["permissionsPreCheck", "if"];
|
|
19933
|
-
var jsonFieldsInBrick = ["properties", "events", "lifeCycle", "params", "if", "transform"];
|
|
19933
|
+
var jsonFieldsInBrick = ["properties", "events", "lifeCycle", "params", "if", "transform", "dataSource"];
|
|
19934
19934
|
|
|
19935
19935
|
// Fields stored as yaml string will be parsed when build & push.
|
|
19936
19936
|
var yamlFieldsInBrick = ["permissionsPreCheck", "transformFrom"];
|