@clink/emails 1.1.4 → 1.1.5

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.
@@ -1,7 +1,8 @@
1
1
  {
2
+ "subject":"Bestillingsanmodning sendt til {{catering.title}}",
2
3
  "pendingApproval": {
3
- "heading": "Din bestilling ved {{{catering.title}}} afventer godkendelse",
4
- "body": "Din bestilling er sendt videre til leverandøren for endelig godkendelse. {{{catering.title}}} plejer at besvare bestillingen indenfor 24 timer."
4
+ "heading": "Din bestilling ved {{catering.title}} afventer godkendelse",
5
+ "body": "Din bestilling er sendt videre til leverandøren for endelig godkendelse. {{catering.title}} plejer at besvare bestillingen indenfor 24 timer."
5
6
  },
6
7
  "questions": {
7
8
  "body": "<b>Har du spørgsmål?</b> Så tøv ikke med at kontakte den serveringsansvarlige. Du finder kontaktoplysinger inde på din bestilling."
@@ -19,6 +20,6 @@
19
20
  },
20
21
  "invoice": {
21
22
  "title": "Faktura",
22
- "body": "Du vil modtage din faktura når {{{catering.title}}} har set og godkendt din ordre."
23
+ "body": "Du vil modtage din faktura når {{catering.title}} har set og godkendt din ordre."
23
24
  }
24
25
  }
@@ -1,7 +1,8 @@
1
1
  {
2
+ "subject": "Order request sent to {{catering.title}}",
2
3
  "pendingApproval": {
3
- "heading": "Your order with {{{catering.title}}} is awaiting approval",
4
- "body": "Your order has been forwarded to the supplier for final approval. {{{catering.title}}} usually responds within 24 hours."
4
+ "heading": "Your order with {{catering.title}} is awaiting approval",
5
+ "body": "Your order has been forwarded to the supplier for final approval. {{catering.title}} usually responds within 24 hours."
5
6
  },
6
7
  "questions": {
7
8
  "body": "<b>Have questions?</b> Don’t hesitate to contact the person responsible for service. You’ll find the contact details in your order."
@@ -19,6 +20,6 @@
19
20
  },
20
21
  "invoice": {
21
22
  "title": "Invoice",
22
- "body": "You will receive your invoice once {{{catering.title}}} has reviewed and approved your order."
23
+ "body": "You will receive your invoice once {{catering.title}} has reviewed and approved your order."
23
24
  }
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clink/emails",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [