@kmkf-fe-packages/services-components 0.8.17-alpha.25 → 0.8.17-alpha.26

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.
@@ -58,7 +58,7 @@ export { default as CommonTradeId } from "./components/CommonTradeId";
58
58
  export { default as Calculation } from "./components/Calculation";
59
59
  export { default as NodeDeadLine } from "./components/NodeDeadLine";
60
60
  export { default as HandlerDeadLine } from "./components/HandlerDeadLine";
61
- export { default as NodeStayDuration } from "./components/HandlerDeadLine";
61
+ export { default as NodeStayDuration } from "./components/NodeStayDuration";
62
62
  export { factory } from "./factory";
63
63
  export { default as PlatformAvatar } from "./commonComponents/PlatformAvatar";
64
64
  export { default as PlatBuyer } from "./commonComponents/PlatBuyer";
package/dist/esm/index.js CHANGED
@@ -58,7 +58,7 @@ export { default as CommonTradeId } from "./components/CommonTradeId";
58
58
  export { default as Calculation } from "./components/Calculation";
59
59
  export { default as NodeDeadLine } from "./components/NodeDeadLine";
60
60
  export { default as HandlerDeadLine } from "./components/HandlerDeadLine";
61
- export { default as NodeStayDuration } from "./components/HandlerDeadLine";
61
+ export { default as NodeStayDuration } from "./components/NodeStayDuration";
62
62
  export { factory } from "./factory";
63
63
  export { default as PlatformAvatar } from "./commonComponents/PlatformAvatar";
64
64
  export { default as PlatBuyer } from "./commonComponents/PlatBuyer";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.8.17-alpha.25",
3
+ "version": "0.8.17-alpha.26",
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": "be0ebd39cb713fe2a37f7f61db7f06599075d30e"
43
+ "gitHead": "c342fe7bbc9c9b453f476f6abca3dee0f8890320"
44
44
  }