@vant/area-data 1.3.1 → 1.3.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/LICENSE ADDED
@@ -0,0 +1,10 @@
1
+ MIT License
2
+
3
+ Copyright (c) Youzan
4
+ Copyright (c) Chen Jiahan and other contributors
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
+
8
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9
+
10
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/dist/index.cjs.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1174,10 +1175,10 @@ var areaList = {
1174
1175
  232701: "漠河市",
1175
1176
  232721: "呼玛县",
1176
1177
  232722: "塔河县",
1177
- 232790: "松岭区",
1178
- 232791: "呼中区",
1179
- 232792: "加格达奇区",
1180
- 232793: "新林区",
1178
+ 232761: "加格达奇区",
1179
+ 232762: "松岭区",
1180
+ 232763: "新林区",
1181
+ 232764: "呼中区",
1181
1182
  310101: "黄浦区",
1182
1183
  310104: "徐汇区",
1183
1184
  310105: "长宁区",
package/dist/index.d.ts CHANGED
@@ -1150,10 +1150,10 @@ export declare const areaList: {
1150
1150
  232701: string;
1151
1151
  232721: string;
1152
1152
  232722: string;
1153
- 232790: string;
1154
- 232791: string;
1155
- 232792: string;
1156
- 232793: string;
1153
+ 232761: string;
1154
+ 232762: string;
1155
+ 232763: string;
1156
+ 232764: string;
1157
1157
  310101: string;
1158
1158
  310104: string;
1159
1159
  310105: string;
@@ -1151,10 +1151,10 @@ var areaList = {
1151
1151
  232701: "漠河市",
1152
1152
  232721: "呼玛县",
1153
1153
  232722: "塔河县",
1154
- 232790: "松岭区",
1155
- 232791: "呼中区",
1156
- 232792: "加格达奇区",
1157
- 232793: "新林区",
1154
+ 232761: "加格达奇区",
1155
+ 232762: "松岭区",
1156
+ 232763: "新林区",
1157
+ 232764: "呼中区",
1158
1158
  310101: "黄浦区",
1159
1159
  310104: "徐汇区",
1160
1160
  310105: "长宁区",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vant/area-data",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Vant 省市区数据",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.mjs",
@@ -29,16 +29,16 @@
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/youzan/vant.git",
32
+ "url": "https://github.com/vant-ui/vant.git",
33
33
  "directory": "packages/vant-area-data"
34
34
  },
35
- "bugs": "https://github.com/youzan/vant/issues",
35
+ "bugs": "https://github.com/vant-ui/vant/issues",
36
36
  "author": "chenjiahan",
37
37
  "license": "MIT",
38
38
  "devDependencies": {
39
39
  "esbuild": "^0.14.29",
40
- "release-it": "^14.2.2",
41
- "typescript": "~4.5.2"
40
+ "release-it": "^15.1.1",
41
+ "typescript": "^4.7.4"
42
42
  },
43
43
  "release-it": {
44
44
  "git": {