@kadown/types 0.1.2 → 0.1.3

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/lib/properties.ts CHANGED
@@ -12,7 +12,7 @@ export interface Geo_Properties {
12
12
  *
13
13
  * @see{https://themimu.info/place-codes}
14
14
  */
15
- PCode_V: number;
15
+ PCode_V?: number;
16
16
  /** State and Region Names */
17
17
  ST?: SNR_Names;
18
18
  /** State and Region Names in Myanmar*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadown/types",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Type Definitions for geojson",
5
5
  "types": "./index.d.ts",
6
6
  "module": "index.js",