@comercti/vue-components-hmg 0.28.1 → 0.30.1

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/index.d.ts CHANGED
@@ -2144,7 +2144,7 @@ declare interface IFields {
2144
2144
  }
2145
2145
 
2146
2146
  declare interface IItems {
2147
- id: number;
2147
+ id: number | string;
2148
2148
  title: string;
2149
2149
  description: string;
2150
2150
  status: keyof IStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.28.1",
3
+ "version": "0.30.1",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",