bajo 1.1.8 → 1.1.10

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.
@@ -163,5 +163,7 @@
163
163
  "main": "Main",
164
164
  "usage": "Usage",
165
165
  "monitoring": "Monitoring",
166
- "faq": "F.A.Q"
166
+ "faq": "F.A.Q",
167
+ "details": "Details",
168
+ "country": "Country"
167
169
  }
package/bajo/intl/id.json CHANGED
@@ -163,5 +163,7 @@
163
163
  "main": "Utama",
164
164
  "usage": "Pemakaian",
165
165
  "monitoring": "Pemantauan",
166
- "faq": "Tanya Jawab"
166
+ "faq": "Tanya Jawab",
167
+ "details": "Detil",
168
+ "country": "Negara"
167
169
  }
@@ -14,20 +14,6 @@ async function readAllConfigs (base) {
14
14
  if (!['BAJO_CONFIG_FILE_NOT_FOUND'].includes(err.code)) throw err
15
15
  }
16
16
  return this.bajo.defaultsDeep({}, ext, cfg)
17
- /*
18
- try {
19
- cfg = await readConfig.call(this.bajo, `${base}-${this.bajo.config.env}.*`)
20
- } catch (err) {
21
- if (['BAJO_CONFIG_NO_PARSER'].includes(err.code)) throw err
22
- if (['BAJO_CONFIG_FILE_NOT_FOUND'].includes(err.code)) {
23
- try {
24
- cfg = await readConfig.call(this.bajo, `${base}.*`)
25
- } catch (err) {
26
- if (!['BAJO_CONFIG_FILE_NOT_FOUND'].includes(err.code)) throw err
27
- }
28
- }
29
- }
30
- */
31
17
  }
32
18
 
33
19
  export default readAllConfigs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "description": "A framework to build a giant monstrous app rapidly",
5
5
  "main": "boot/index.js",
6
6
  "scripts": {