bajo-extra 1.1.4 → 1.1.6

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.
@@ -16,5 +16,7 @@
16
16
  "downloading": "Downloading...",
17
17
  "encryption type": "encryption type",
18
18
  "decryption type": "decryption type",
19
- "fetching%s": "Fetching %s"
19
+ "fetching%s": "Fetching %s",
20
+ "peerError%s": "Peer error: %s",
21
+ "disabled%s": "%s is disabled"
20
22
  }
package/bajo/intl/id.json CHANGED
@@ -16,5 +16,7 @@
16
16
  "downloading": "Pengunduhan...",
17
17
  "encryption type": "Tipe enkripsi",
18
18
  "decryption type": "Tipe dekripsi",
19
- "fetching%s": "Fetching %s"
19
+ "fetching%s": "Fetching %s",
20
+ "peerError%s": "Kesalahan dari peer: %s",
21
+ "disabled%s": "%s dinonaktifkan"
20
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo-extra",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Extra package for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {