@budibase/worker 3.21.1 → 3.21.2
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/worker",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "3.21.
|
|
4
|
+
"version": "3.21.2",
|
|
5
5
|
"description": "Budibase background service",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "c040bbfadf1faab16b7e07a56037204de3e0a311"
|
|
114
114
|
}
|
|
@@ -443,23 +443,27 @@
|
|
|
443
443
|
<tr>
|
|
444
444
|
<td align="center">
|
|
445
445
|
<table class="email-content" width="100%" cellpadding="0" cellspacing="0" role="presentation">
|
|
446
|
-
|
|
447
|
-
<
|
|
448
|
-
<
|
|
449
|
-
{{
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
446
|
+
{{#if enableEmailBranding}}
|
|
447
|
+
<tr>
|
|
448
|
+
<td class="email-masthead">
|
|
449
|
+
<a href="{{ platformUrl }}" class="f-fallback email-masthead_name">
|
|
450
|
+
{{ company }}
|
|
451
|
+
</a>
|
|
452
|
+
</td>
|
|
453
|
+
</tr>
|
|
454
|
+
{{/if}}
|
|
453
455
|
{{ body }}
|
|
454
|
-
|
|
455
|
-
<
|
|
456
|
-
<
|
|
457
|
-
<
|
|
458
|
-
<
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
456
|
+
{{#if enableEmailBranding}}
|
|
457
|
+
<tr>
|
|
458
|
+
<table class="email-footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
|
|
459
|
+
<tr>
|
|
460
|
+
<td class="content-cell" align="center">
|
|
461
|
+
<p class="f-fallback sub align-center">© {{ currentYear }} {{ company }}. All rights reserved.</p>
|
|
462
|
+
</td>
|
|
463
|
+
</tr>
|
|
464
|
+
</table>
|
|
465
|
+
</tr>
|
|
466
|
+
{{/if}}
|
|
463
467
|
</table>
|
|
464
468
|
</td>
|
|
465
469
|
</tr>
|
|
@@ -447,23 +447,27 @@ templates:
|
|
|
447
447
|
<tr>
|
|
448
448
|
<td align="center">
|
|
449
449
|
<table class="email-content" width="100%" cellpadding="0" cellspacing="0" role="presentation">
|
|
450
|
-
|
|
451
|
-
<
|
|
452
|
-
<
|
|
453
|
-
{{
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
450
|
+
{{#if enableEmailBranding}}
|
|
451
|
+
<tr>
|
|
452
|
+
<td class="email-masthead">
|
|
453
|
+
<a href="{{ platformUrl }}" class="f-fallback email-masthead_name">
|
|
454
|
+
{{ company }}
|
|
455
|
+
</a>
|
|
456
|
+
</td>
|
|
457
|
+
</tr>
|
|
458
|
+
{{/if}}
|
|
457
459
|
{{ body }}
|
|
458
|
-
|
|
459
|
-
<
|
|
460
|
-
<
|
|
461
|
-
<
|
|
462
|
-
<
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
460
|
+
{{#if enableEmailBranding}}
|
|
461
|
+
<tr>
|
|
462
|
+
<table class="email-footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
|
|
463
|
+
<tr>
|
|
464
|
+
<td class="content-cell" align="center">
|
|
465
|
+
<p class="f-fallback sub align-center">© {{ currentYear }} {{ company }}. All rights reserved.</p>
|
|
466
|
+
</td>
|
|
467
|
+
</tr>
|
|
468
|
+
</table>
|
|
469
|
+
</tr>
|
|
470
|
+
{{/if}}
|
|
467
471
|
</table>
|
|
468
472
|
</td>
|
|
469
473
|
</tr>
|