@kmkf-fe-packages/services-components 0.5.2-alpha.2 → 0.5.2-alpha.3

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.
@@ -39,3 +39,4 @@ export { default as FlowStatusSelect } from './components/FlowStatusSelect';
39
39
  export { default as TemplateSelect } from './components/TemplateSelect';
40
40
  export { default as WorkOrderId } from './components/WorkOrderId';
41
41
  export { default as LogisticsInterception } from './components/LogisticsInterception';
42
+ export { default as PlatForm } from './components/PlatForm';
package/dist/esm/index.js CHANGED
@@ -38,4 +38,5 @@ export { default as JstSupply } from "./components/JstSupply";
38
38
  export { default as FlowStatusSelect } from "./components/FlowStatusSelect";
39
39
  export { default as TemplateSelect } from "./components/TemplateSelect";
40
40
  export { default as WorkOrderId } from "./components/WorkOrderId";
41
- export { default as LogisticsInterception } from "./components/LogisticsInterception";
41
+ export { default as LogisticsInterception } from "./components/LogisticsInterception";
42
+ export { default as PlatForm } from "./components/PlatForm";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.5.2-alpha.2",
3
+ "version": "0.5.2-alpha.3",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -35,5 +35,5 @@
35
35
  "gitHooks": {
36
36
  "pre-commit": "lint-staged"
37
37
  },
38
- "gitHead": "b27e9baf87f3bc49ebb799a1681bf85439940edb"
38
+ "gitHead": "422650d5cd04643e1cdf1ae01443f9bf902c9b06"
39
39
  }