@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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +18 -18
package/dist/index.cjs
CHANGED
|
@@ -1709,7 +1709,8 @@ var init_app_plugin = __esm({
|
|
|
1709
1709
|
"translations",
|
|
1710
1710
|
"sharingRules",
|
|
1711
1711
|
"ragPipelines",
|
|
1712
|
-
"data"
|
|
1712
|
+
"data",
|
|
1713
|
+
"emailTemplates"
|
|
1713
1714
|
];
|
|
1714
1715
|
const hasAppPayload = APP_CATEGORY_KEYS.some((k) => {
|
|
1715
1716
|
const v = (bundle && bundle[k]) ?? (sys && sys[k]);
|