@comercti/vue-components-hmg 0.25.4 → 0.25.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.
package/index.d.ts CHANGED
@@ -2139,7 +2139,7 @@ declare interface IFields {
2139
2139
  }
2140
2140
 
2141
2141
  declare interface IItems {
2142
- id: number;
2142
+ id: number | string;
2143
2143
  title: string;
2144
2144
  description: string;
2145
2145
  status: keyof IStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.25.4",
3
+ "version": "0.25.6",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",