kcommons 5.23.6 → 5.23.7

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.
@@ -101,7 +101,7 @@ export declare const UOMS: {
101
101
  short_form: string;
102
102
  }[];
103
103
  export interface IItemCSVUploadErrResponse {
104
- ites: IItem[];
104
+ items: IItem[];
105
105
  errItems: (IItem & {
106
106
  error: string;
107
107
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.23.6",
3
+ "version": "5.23.7",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",