@kmkf-fe-packages/services-components 0.13.4 → 0.13.5

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.
@@ -189,7 +189,7 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
189
189
  addressDateInstance: this.addressDateInstance
190
190
  }));
191
191
  this.district = new District(_objectSpread(_objectSpread({}, options), {}, {
192
- id: "".concat(options.id, "_bsPostingDistrict"),
192
+ id: "".concat(options.id, "_postingDistrict"),
193
193
  name: '区/县',
194
194
  addressDateInstance: this.addressDateInstance
195
195
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "5ef9b18db93747fb181dc267abd06e9dfb14959b"
43
+ "gitHead": "51c8b8dd7ed3f42f27a6c0b5651210e3b688e465"
44
44
  }