@hed-hog/tag 0.0.115 → 0.0.124

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.
@@ -8,7 +8,5 @@
8
8
  role:
9
9
  - where:
10
10
  slug: admin
11
- - where:
12
- slug: admin-access
13
11
  - where:
14
12
  slug: admin-tag
@@ -4,8 +4,6 @@
4
4
  role:
5
5
  - where:
6
6
  slug: admin
7
- - where:
8
- slug: admin-access
9
7
  - where:
10
8
  slug: admin-tag
11
9
  - url: /tag
@@ -14,8 +12,6 @@
14
12
  role:
15
13
  - where:
16
14
  slug: admin
17
- - where:
18
- slug: admin-access
19
15
  - where:
20
16
  slug: admin-tag
21
17
  - url: /tag/stats
@@ -24,8 +20,6 @@
24
20
  role:
25
21
  - where:
26
22
  slug: admin
27
- - where:
28
- slug: admin-access
29
23
  - where:
30
24
  slug: admin-tag
31
25
  - url: /tag/:id
@@ -34,8 +28,6 @@
34
28
  role:
35
29
  - where:
36
30
  slug: admin
37
- - where:
38
- slug: admin-access
39
31
  - where:
40
32
  slug: admin-tag
41
33
  - url: /tag/:id
@@ -44,8 +36,6 @@
44
36
  role:
45
37
  - where:
46
38
  slug: admin
47
- - where:
48
- slug: admin-access
49
39
  - where:
50
40
  slug: admin-tag
51
41
  - url: /tag
@@ -54,7 +44,5 @@
54
44
  role:
55
45
  - where:
56
46
  slug: admin
57
- - where:
58
- slug: admin-access
59
47
  - where:
60
48
  slug: admin-tag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/tag",
3
- "version": "0.0.115",
3
+ "version": "0.0.124",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,11 +9,11 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
- "@hed-hog/core": "0.0.115",
13
- "@hed-hog/api": "0.0.3",
12
+ "@hed-hog/core": "0.0.124",
14
13
  "@hed-hog/api-pagination": "0.0.4",
15
14
  "@hed-hog/api-prisma": "0.0.4",
16
- "@hed-hog/api-locale": "0.0.10"
15
+ "@hed-hog/api-locale": "0.0.10",
16
+ "@hed-hog/api": "0.0.3"
17
17
  },
18
18
  "exports": {
19
19
  ".": {