@antdv-next/auto-import-resolver 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -109,9 +109,9 @@ var components_default = {
109
109
  ACascader: "Cascader",
110
110
  ATable: "Table",
111
111
  ATableColumn: "Column",
112
- ATableSummary: "Summary",
113
- ATableSummaryRow: "SummaryRow",
114
- ATableSummaryCell: "SummaryCell",
112
+ ATableSummary: "TableSummary",
113
+ ATableSummaryRow: "TableSummaryRow",
114
+ ATableSummaryCell: "TableSummaryCell",
115
115
  ACalendar: "Calendar",
116
116
  ADatePicker: "DatePicker",
117
117
  ARangePicker: "DateRangePicker",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antdv-next/auto-import-resolver",
3
3
  "type": "module",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "description": "antdv-next auto import resolver based on unplugin-vue-components",
6
6
  "homepage": "https://github.com/antdv-next/auto-import-resolver#readme",
7
7
  "repository": {