@hed-hog/content 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-content
@@ -4,40 +4,30 @@
4
4
  role:
5
5
  - where:
6
6
  slug: admin
7
- - where:
8
- slug: admin-access
9
7
  - url: /content
10
8
  method: POST
11
9
  relations:
12
10
  role:
13
11
  - where:
14
12
  slug: admin
15
- - where:
16
- slug: admin-access
17
13
  - url: /content/stats
18
14
  method: GET
19
15
  relations:
20
16
  role:
21
17
  - where:
22
18
  slug: admin
23
- - where:
24
- slug: admin-access
25
19
  - url: /content/:id
26
20
  method: GET
27
21
  relations:
28
22
  role:
29
23
  - where:
30
24
  slug: admin
31
- - where:
32
- slug: admin-access
33
25
  - url: /content/:id
34
26
  method: PATCH
35
27
  relations:
36
28
  role:
37
29
  - where:
38
30
  slug: admin
39
- - where:
40
- slug: admin-access
41
31
  - url: /content/:id
42
32
  method: DELETE
43
33
  relations:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/content",
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,10 +9,10 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
- "@hed-hog/core": "0.0.115",
12
+ "@hed-hog/core": "0.0.124",
13
+ "@hed-hog/api-prisma": "0.0.4",
13
14
  "@hed-hog/api": "0.0.3",
14
15
  "@hed-hog/api-locale": "0.0.10",
15
- "@hed-hog/api-prisma": "0.0.4",
16
16
  "@hed-hog/api-pagination": "0.0.4"
17
17
  },
18
18
  "exports": {