@kadown/types 0.1.0 → 0.1.2

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.
package/README.md CHANGED
@@ -3,6 +3,6 @@
3
3
  <h1>Kadown</h1>
4
4
  </div>
5
5
 
6
- ### Type Definitions for geojson
6
+ ## Type Definitions for geojson
7
7
 
8
8
  These definitions are focus for geojson data of Myanmar, that provided by [Myanmar Information Management Unit(MIMU)](https://geonode.themimu.info/).
package/lib/properties.ts CHANGED
@@ -103,4 +103,8 @@ export interface Geo_Properties {
103
103
  Longitude?: number;
104
104
  /** Latitude for Village */
105
105
  Latitude?: number;
106
+ /** id for country */
107
+ Id?: number;
108
+ /** Country name */
109
+ CRTY_NAME?: "Myanmar";
106
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadown/types",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Type Definitions for geojson",
5
5
  "types": "./index.d.ts",
6
6
  "module": "index.js",
@@ -25,7 +25,8 @@
25
25
  "lib/**/*"
26
26
  ],
27
27
  "publishConfig": {
28
- "access": "public"
28
+ "access": "public",
29
+ "provenance": true
29
30
  },
30
31
  "repository": {
31
32
  "type": "git",