@comercti/web-components-hmg 0.0.31 → 0.0.34

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
@@ -111,5 +111,6 @@ declare module 'vue' {
111
111
  declare module 'vue' {
112
112
  interface GlobalComponents {
113
113
  'ce-avatar': typeof AvatarComponent;
114
+ 'ce-filter-group': typeof FilterGroupComponent;
114
115
  }
115
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.0.31",
3
+ "version": "0.0.34",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",