@escapenavigator/utils 2.0.34 → 2.0.35

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.
@@ -80,7 +80,7 @@ describe('isTakingOpenUserSession', () => {
80
80
  });
81
81
  });
82
82
  describe('getUserSessionEditDenial', () => {
83
- it('still requires author for non-manager edit of someone else\'s unassigned shift', () => {
83
+ it("still requires author for non-manager edit of someone else's unassigned shift", () => {
84
84
  expect((0, user_session_permissions_1.getUserSessionEditDenial)({
85
85
  session: { hold: false, authorId: 1, date: '2099-01-01' },
86
86
  role: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@escapenavigator/utils",
3
- "version": "2.0.34",
3
+ "version": "2.0.35",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -14,7 +14,7 @@
14
14
  "test": "jest"
15
15
  },
16
16
  "dependencies": {
17
- "@escapenavigator/types": "^2.0.32",
17
+ "@escapenavigator/types": "^2.0.33",
18
18
  "axios": "^0.21.4",
19
19
  "class-transformer": "^0.5.1",
20
20
  "class-validator": "^0.13.2",
@@ -29,5 +29,5 @@
29
29
  "ts-jest": "^29.1.1",
30
30
  "typescript": "^5.6"
31
31
  },
32
- "gitHead": "e7c356a5eb4bdb5d606be29aa0e8571073d0c531"
32
+ "gitHead": "2c47385d8e152226b70a9b11213eb511b671ad0f"
33
33
  }