@provis/provis-common-be-module 2.5.24 → 2.5.25

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.
@@ -180,11 +180,14 @@ const additionalCoverage = [
180
180
  code: "TPL",
181
181
  desc: {
182
182
  id: "Tanggung Jawab Hukum Pihak Ketiga",
183
- en: "Third Party Liability IDR ${sumInsured}",
183
+ en: "Third Party Liability IDR {{sumInsured}}",
184
184
  },
185
185
  isVisible: true,
186
186
  isInputSumInsured: true,
187
187
  isInputQty: false,
188
+ replaceWording: [
189
+ 'sumInsured',
190
+ ],
188
191
  deductible: [
189
192
  'MV_DEDUCT03',
190
193
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.5.24",
3
+ "version": "2.5.25",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {