@vant/area-data 1.2.0 → 1.2.1

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/dist/index.cjs.js CHANGED
@@ -402,7 +402,7 @@ var areaList = {
402
402
  711100: "新北市",
403
403
  711200: "宜兰县",
404
404
  711300: "新竹县",
405
- 711400: "桃园县",
405
+ 711400: "桃园市",
406
406
  711500: "苗栗县",
407
407
  711700: "彰化县",
408
408
  711900: "嘉义县",
package/dist/index.esm.js CHANGED
@@ -391,7 +391,7 @@ var areaList = {
391
391
  711100: "新北市",
392
392
  711200: "宜兰县",
393
393
  711300: "新竹县",
394
- 711400: "桃园县",
394
+ 711400: "桃园市",
395
395
  711500: "苗栗县",
396
396
  711700: "彰化县",
397
397
  711900: "嘉义县",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vant/area-data",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Vant 省市区数据",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
package/src/index.ts CHANGED
@@ -390,7 +390,7 @@ export const areaList = {
390
390
  711100: '新北市',
391
391
  711200: '宜兰县',
392
392
  711300: '新竹县',
393
- 711400: '桃园县',
393
+ 711400: '桃园市',
394
394
  711500: '苗栗县',
395
395
  711700: '彰化县',
396
396
  711900: '嘉义县',