@lemon-fe/kits 0.1.110 → 0.1.113

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/es/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from '@lemon-fe/components';
2
2
  export * from '@lemon-fe/hooks';
3
- export { BasicLayout, BlankLayout, Breadcrumb } from '@lemon-fe/layouts';
3
+ export { BasicLayout, BlankLayout, Breadcrumb, MicroLayout } from '@lemon-fe/layouts';
4
4
  export { default as useBatchOperator } from './useBatchOperator';
5
5
  export { default as usePageTrack } from './usePageTrack';
6
6
  export { default as Subject } from './subject';
package/es/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from '@lemon-fe/components';
2
2
  export * from '@lemon-fe/hooks';
3
- export { BasicLayout, BlankLayout, Breadcrumb } from '@lemon-fe/layouts';
3
+ export { BasicLayout, BlankLayout, Breadcrumb, MicroLayout } from '@lemon-fe/layouts';
4
4
  export { default as useBatchOperator } from './useBatchOperator';
5
5
  export { default as usePageTrack } from './usePageTrack';
6
6
  export { default as Subject } from './subject';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "0.1.110",
3
+ "version": "0.1.113",
4
4
  "description": "> TODO: description",
5
5
  "author": "鲁盛杰 <lusj@cnlemon.net>",
6
6
  "homepage": "",
@@ -32,5 +32,5 @@
32
32
  "scripts": {
33
33
  "test": "echo \"Error: run tests from root\" && exit 1"
34
34
  },
35
- "gitHead": "3d8319e15a0e65e1bfd4924d547e451a300c12ba"
35
+ "gitHead": "f087b4bf4b21e47e7707f68af46c86011cb2b70f"
36
36
  }