private-thailand-address 1.0.13 → 1.0.14
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/package.json +3 -2
- package/converters/converted-to-old-structure.json +0 -62965
- package/converters/converter-reverse.js +0 -119
- package/converters/converter.js +0 -132
- package/converters/mapping.json +0 -141571
- package/converters/province_with_district_and_sub_district.json +0 -100478
- package/converters/unmapped.json +0 -1
- package/old-data.json +0 -63247
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "private-thailand-address",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"description": "Private Thailand Address. Required node version 16 or later.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"patch": "npm version patch && git add package.json && git commit -m \"Update patch version\" && git push"
|
|
8
9
|
},
|
|
9
10
|
"repository": {
|
|
10
11
|
"type": "git",
|