@hed-hog/catalog 0.0.301 → 0.0.303

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.
@@ -11,23 +11,6 @@
11
11
  - where:
12
12
  slug: admin-catalog
13
13
 
14
- - menu_id:
15
- where:
16
- slug: /catalog
17
- icon: layout-dashboard
18
- url: /catalog/dashboard
19
- name:
20
- en: Dashboard
21
- pt: Dashboard
22
- slug: /catalog/dashboard
23
- order: 71
24
- relations:
25
- role:
26
- - where:
27
- slug: admin
28
- - where:
29
- slug: admin-catalog
30
-
31
14
  - menu_id:
32
15
  where:
33
16
  slug: /catalog
@@ -1,5 +1,5 @@
1
1
  import { redirect } from 'next/navigation';
2
2
 
3
3
  export default function CatalogPage() {
4
- redirect('/catalog/dashboard');
4
+ redirect('/catalog/products');
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/catalog",
3
- "version": "0.0.301",
3
+ "version": "0.0.303",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -11,12 +11,12 @@
11
11
  "@nestjs/mapped-types": "*",
12
12
  "@hed-hog/api": "0.0.6",
13
13
  "@hed-hog/api-pagination": "0.0.7",
14
- "@hed-hog/category": "0.0.301",
15
- "@hed-hog/content": "0.0.301",
16
- "@hed-hog/api-prisma": "0.0.6",
17
- "@hed-hog/tag": "0.0.301",
18
14
  "@hed-hog/api-locale": "0.0.14",
19
- "@hed-hog/core": "0.0.301"
15
+ "@hed-hog/category": "0.0.303",
16
+ "@hed-hog/api-prisma": "0.0.6",
17
+ "@hed-hog/core": "0.0.303",
18
+ "@hed-hog/tag": "0.0.303",
19
+ "@hed-hog/content": "0.0.303"
20
20
  },
21
21
  "exports": {
22
22
  ".": {