nextemos 6.4.6 → 6.4.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.
@@ -257,6 +257,7 @@ export interface IAttribute {
257
257
  export interface IAttributeValue {
258
258
  id: number;
259
259
  value: string;
260
+ shortValue: string;
260
261
  attributeId: number;
261
262
  routePath: string;
262
263
  routeTitle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "6.4.6",
3
+ "version": "6.4.7",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",