@drax/crud-back 3.5.0 → 3.6.0

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.5.0",
6
+ "version": "3.6.0",
7
7
  "description": "Crud utils across modules",
8
8
  "main": "dist/index.js",
9
9
  "types": "types/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "@drax/common-back": "^3.0.0",
26
26
  "@drax/common-share": "^3.0.0",
27
27
  "@drax/identity-share": "^3.0.0",
28
- "@drax/media-back": "^3.5.0",
28
+ "@drax/media-back": "^3.6.0",
29
29
  "@graphql-tools/load-files": "^7.0.0",
30
30
  "@graphql-tools/merge": "^9.0.4",
31
31
  "mongoose": "^8.23.0",
@@ -47,5 +47,5 @@
47
47
  "typescript": "^5.9.3",
48
48
  "vitest": "^3.2.4"
49
49
  },
50
- "gitHead": "a79ccbba44732026c3e75980a332062c2d12f35f"
50
+ "gitHead": "217fe65bcb4b69b0cf8cca51d72b60644e14cb2f"
51
51
  }
@@ -37,7 +37,7 @@ describe("Person Controller Test", function () {
37
37
  vi.restoreAllMocks()
38
38
  })
39
39
 
40
- // Test users are logged in and get their details
40
+ // Test users are logged in and get their details +
41
41
  it("Me Admin Root", async () => {
42
42
  const { accessToken } = await testSetup.rootUserLogin()
43
43
  expect(accessToken).toBeTruthy()