@next-core/brick-kit 2.159.0 → 2.159.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.
@@ -2910,6 +2910,8 @@
2910
2910
  app
2911
2911
  } = _yield$fetchMenuById,
2912
2912
  restMenuData = _objectWithoutProperties__default["default"](_yield$fetchMenuById, _excluded3);
2913
+ var usedActions = brickUtils.scanPermissionActionsInAny([items, restMenuData]);
2914
+ yield validatePermissions(usedActions);
2913
2915
  var appsRequireI18nFulfilled = new Set();
2914
2916
  var rootAppId = app[0].appId;
2915
2917
  if (rootAppId !== context.app.id && !restMenuData[symbolMenuI18nNamespace]) {