private-thailand-address 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/data.json +6 -6
  2. package/package.json +1 -1
package/data.json CHANGED
@@ -8065,6 +8065,12 @@
8065
8065
  {
8066
8066
  "zipCode": "20000",
8067
8067
  "subDistrictList": [
8068
+ {
8069
+ "subDistrictId": "200116",
8070
+ "districtId": "136",
8071
+ "provinceId": "11",
8072
+ "subDistrictName": "เสม็ด"
8073
+ },
8068
8074
  {
8069
8075
  "subDistrictId": "200109",
8070
8076
  "districtId": "136",
@@ -8173,12 +8179,6 @@
8173
8179
  {
8174
8180
  "zipCode": "20130",
8175
8181
  "subDistrictList": [
8176
- {
8177
- "subDistrictId": "200116",
8178
- "districtId": "136",
8179
- "provinceId": "11",
8180
- "subDistrictName": "เสม็ด"
8181
- },
8182
8182
  {
8183
8183
  "subDistrictId": "200113",
8184
8184
  "districtId": "136",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "private-thailand-address",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Private Thailand Address. Required node version 16 or later.",
5
5
  "main": "index.js",
6
6
  "scripts": {