@objectstack/runtime 7.0.0 → 7.1.0

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.js CHANGED
@@ -1686,7 +1686,8 @@ var init_app_plugin = __esm({
1686
1686
  "translations",
1687
1687
  "sharingRules",
1688
1688
  "ragPipelines",
1689
- "data"
1689
+ "data",
1690
+ "emailTemplates"
1690
1691
  ];
1691
1692
  const hasAppPayload = APP_CATEGORY_KEYS.some((k) => {
1692
1693
  const v = (bundle && bundle[k]) ?? (sys && sys[k]);