@kmkf-fe-packages/kmkf-utils 0.6.3-alpha.47 → 0.6.3-alpha.48
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.
|
@@ -138,7 +138,7 @@ var ExpressInterceptData = /*#__PURE__*/function () {
|
|
|
138
138
|
value: function getStatusNameMap() {
|
|
139
139
|
return this.statusNameMap;
|
|
140
140
|
}
|
|
141
|
-
|
|
141
|
+
//获取派送地址展示映射
|
|
142
142
|
}, {
|
|
143
143
|
key: "getShowNewAddressMap",
|
|
144
144
|
value: function getShowNewAddressMap() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "0.6.3-alpha.
|
|
3
|
+
"version": "0.6.3-alpha.48",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"gitHooks": {
|
|
43
43
|
"pre-commit": "lint-staged"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "3bd8082778ee9bfc2ab3c65e7d59bf540babfb9d"
|
|
46
46
|
}
|