@ministryofjustice/hmpps-prison-permissions-lib 2.2.0 → 2.2.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Please use this to capture reasoning behind changes:
4
4
 
5
+ ## 2.2.1
6
+
7
+ Minor dependency update
8
+
5
9
  ## 2.2.0
6
10
 
7
11
  Introduced permissions for the Prisoner Moves domain. The first couple of permissions added are
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-prison-permissions-lib",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "A library to centralise the process of determining whether a user should have access to create/read/update/delete a prison resource, for example, accessing a prisoner's Prisoner Profile.",
5
5
  "keywords": [
6
6
  "hmpps",
@@ -52,7 +52,7 @@
52
52
  "devDependencies": {
53
53
  "@ministryofjustice/eslint-config-hmpps": "^1.0.1",
54
54
  "@ministryofjustice/hmpps-npm-script-allowlist": "0.0.3",
55
- "@ministryofjustice/hmpps-precommit-hooks": "^1.0.2",
55
+ "@ministryofjustice/hmpps-precommit-hooks": "2.0.0",
56
56
  "@rollup/plugin-commonjs": "^29.0.0",
57
57
  "@rollup/plugin-multi-entry": "^7.1.0",
58
58
  "@rollup/plugin-node-resolve": "^16.0.3",
@@ -64,7 +64,7 @@
64
64
  "@types/jest": "^30.0.0",
65
65
  "jest": "^30.2.0",
66
66
  "lint-staged": "^16.2.7",
67
- "rollup": "4.56.0",
67
+ "rollup": "4.57.1",
68
68
  "rollup-plugin-dts": "^6.3.0",
69
69
  "ts-jest": "^29.4.6",
70
70
  "typescript": "^5.9.3"