@next-core/brick-utils 2.51.2 → 2.51.4
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 +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -20026,7 +20026,7 @@ var yamlFieldsInBrick = ["permissionsPreCheck", "transformFrom"];
|
|
|
20026
20026
|
|
|
20027
20027
|
// Fields started with `_` will be removed by default.
|
|
20028
20028
|
var fieldsToRemoveInRoute = ["appId", "children", "creator", "ctime", "id", "graphInfo", "modifier", "mountPoint", "mtime", "org", "parent", "sort", "name", "providersBak", "providers_bak", "previewSettings", "screenshot", "lock", "deleteAuthorizers", "readAuthorizers", "updateAuthorizers"];
|
|
20029
|
-
var fieldsToRemoveInBrick = fieldsToRemoveInRoute.concat("type"
|
|
20029
|
+
var fieldsToRemoveInBrick = fieldsToRemoveInRoute.concat("type");
|
|
20030
20030
|
|
|
20031
20031
|
// Those fields can be disposed if value is null.
|
|
20032
20032
|
var disposableNullFields = ["alias", "documentId", "context", "exports", "ref", "analyticsData"];
|