bajo 1.1.4 → 1.1.5

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.
@@ -156,5 +156,6 @@
156
156
  "instanceCreatedOnConn%s%s": "Instance '%s' created on connection '%s'",
157
157
  "fileNotModuleHandler%s": "File '%s' is NOT a module handler",
158
158
  "error%s%s%s": "%s error (%s): %s",
159
- "invalid%s%s": "Invalid %s (%s)"
159
+ "invalid%s%s": "Invalid %s (%s)",
160
+ "demo": "Demo"
160
161
  }
package/bajo/intl/id.json CHANGED
@@ -156,5 +156,6 @@
156
156
  "instanceCreatedOnConn%s%s": "Instance '%s' telah dibuat pada koneksi '%s'",
157
157
  "fileNotModuleHandler%s": "Berkas '%s' BUKAN merupakan module handler",
158
158
  "error%s%s%s": "Kesalahan %s (%s): %s",
159
- "invalid%s%s": "%s tidak valid (%s)"
159
+ "invalid%s%s": "%s tidak valid (%s)",
160
+ "demo": "Demo"
160
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "A framework to build a giant monstrous app rapidly",
5
5
  "main": "boot/index.js",
6
6
  "scripts": {