bajo-common-db 2.2.1 → 2.3.0

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.
@@ -1,4 +1,6 @@
1
1
  {
2
+ "bajoCommonDb": "Common Database",
3
+ "cdbCountry": "Country",
2
4
  "field": {
3
5
  "iso3": "ISO 3",
4
6
  "phoneCode": "Phone Code",
@@ -1,4 +1,6 @@
1
1
  {
2
+ "bajoCommonDb": "Basis Data Umum",
3
+ "cdbCountry": "Country",
2
4
  "field": {
3
5
  "iso3": "ISO 3",
4
6
  "phoneCode": "Kode Telpon",
@@ -12,5 +12,8 @@
12
12
  "bbox,array"
13
13
  ],
14
14
  "disabled": "readonly",
15
- "attachment": false
15
+ "options": {
16
+ "attachment": false,
17
+ "persistence": false
18
+ }
16
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo-common-db",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "description": "Common Database for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-05-11
4
+
5
+ - [2.3.0] Change model ```country.json``` to use the new ```options``` key
6
+
7
+ ## 2026-01-19
8
+
9
+ - [2.2.2] Add some missing translations
10
+
3
11
  ## 2026-01-15
4
12
 
5
13
  - [2.2.1] Add method ```getCountryByMmsi()```