bajo 1.1.9 → 1.1.11

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.
@@ -165,5 +165,6 @@
165
165
  "monitoring": "Monitoring",
166
166
  "faq": "F.A.Q",
167
167
  "details": "Details",
168
- "country": "Country"
168
+ "country": "Country",
169
+ "save": "Save"
169
170
  }
package/bajo/intl/id.json CHANGED
@@ -165,5 +165,6 @@
165
165
  "monitoring": "Pemantauan",
166
166
  "faq": "Tanya Jawab",
167
167
  "details": "Detil",
168
- "country": "Negara"
168
+ "country": "Negara",
169
+ "save": "Simpan"
169
170
  }
@@ -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.9",
3
+ "version": "1.1.11",
4
4
  "description": "A framework to build a giant monstrous app rapidly",
5
5
  "main": "boot/index.js",
6
6
  "scripts": {