@defra-fish/gafl-webapp-service 1.65.0-rc.10 → 1.65.0-rc.11

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra-fish/gafl-webapp-service",
3
- "version": "1.65.0-rc.10",
3
+ "version": "1.65.0-rc.11",
4
4
  "description": "The websales frontend for the GAFL service",
5
5
  "type": "module",
6
6
  "engines": {
@@ -36,8 +36,8 @@
36
36
  "prepare": "gulp --gulpfile build/gulpfile.cjs"
37
37
  },
38
38
  "dependencies": {
39
- "@defra-fish/business-rules-lib": "1.65.0-rc.10",
40
- "@defra-fish/connectors-lib": "1.65.0-rc.10",
39
+ "@defra-fish/business-rules-lib": "1.65.0-rc.11",
40
+ "@defra-fish/connectors-lib": "1.65.0-rc.11",
41
41
  "@defra/hapi-gapi": "2.0.0",
42
42
  "@hapi/boom": "9.1.2",
43
43
  "@hapi/catbox-redis": "6.0.2",
@@ -79,5 +79,5 @@
79
79
  "./gafl-jest-matchers.js"
80
80
  ]
81
81
  },
82
- "gitHead": "a0c3f3c346d5fa6bf8559fa198b3c6db68f4bc99"
82
+ "gitHead": "2510a8ab91d2e52d2440a776b2a435c8ab08d4e2"
83
83
  }
@@ -518,9 +518,5 @@ export default [
518
518
  {
519
519
  current: CANCEL_RP_ALREADY_CANCELLED,
520
520
  backLink: CANCEL_RP_IDENTIFY.uri
521
- },
522
- {
523
- current: CANCEL_RP_LICENCE_NOT_FOUND,
524
- backLink: CANCEL_RP_IDENTIFY.uri
525
521
  }
526
522
  ]