esoftplay-event 0.0.1-q → 0.0.1-r

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.
Files changed (3) hide show
  1. package/config.json +1 -1
  2. package/id.json +1 -1
  3. package/package.json +1 -1
package/config.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "fonts": {
3
+ "mono": "mono.ttf",
3
4
  "Arial": "Arial.ttf",
4
5
  "ArialBold": "ArialBold.ttf",
5
6
  "SFProText": "SFProText.ttf",
6
- "mono": "mono.ttf",
7
7
  "MonoSpace": "MonoSpace.ttf",
8
8
  "DecoNumbers": "DecoNumbers.ttf",
9
9
  "digital": "digital.ttf"
package/id.json CHANGED
@@ -1173,7 +1173,7 @@
1173
1173
  "already_paid": "Sudah Dibayar",
1174
1174
  "cancel": "Dibatalkan Member",
1175
1175
  "done": "Sudah Dipakai",
1176
- "expired": "Pembayaran Kedaluawarsa",
1176
+ "expired": "Kedaluwarsa",
1177
1177
  "refund": "Refund",
1178
1178
  "review": "Review",
1179
1179
  "system_cancel": "Dibatalkan Sistem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay-event",
3
- "version": "0.0.1-q",
3
+ "version": "0.0.1-r",
4
4
  "description": "event module on esoftplay framework",
5
5
  "main": "index.js",
6
6
  "scripts": {