@kmkf-fe-packages/kmkf-utils 1.25.2 → 1.26.0
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/esm/index.d.ts
CHANGED
|
@@ -9,5 +9,5 @@ export { default as LabelData } from "./labelData";
|
|
|
9
9
|
export { default as request } from "./request";
|
|
10
10
|
export * as servers from "./servers";
|
|
11
11
|
export * from "./utils";
|
|
12
|
+
export * from "./constants";
|
|
12
13
|
export { SendDataCenter } from "./utils/SendData";
|
|
13
|
-
export { getMapping, columnsGoodsList } from "./constants";
|
package/dist/esm/index.js
CHANGED
|
@@ -10,5 +10,5 @@ export { default as request } from "./request";
|
|
|
10
10
|
import * as _servers from "./servers";
|
|
11
11
|
export { _servers as servers };
|
|
12
12
|
export * from "./utils";
|
|
13
|
-
export
|
|
14
|
-
export {
|
|
13
|
+
export * from "./constants";
|
|
14
|
+
export { SendDataCenter } from "./utils/SendData";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "adac4396452e1d31651bf5e712b78e96b6619954",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|