@defra-fish/business-rules-lib 1.64.0-rc.3 → 1.64.0-rc.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defra-fish/business-rules-lib",
|
|
3
|
-
"version": "1.64.0-rc.
|
|
3
|
+
"version": "1.64.0-rc.4",
|
|
4
4
|
"description": "Shared business rules for the rod licensing digital services",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"joi": "
|
|
37
|
-
"moment": "
|
|
38
|
-
"uuid": "
|
|
36
|
+
"joi": "17.6.0",
|
|
37
|
+
"moment": "2.29.1",
|
|
38
|
+
"uuid": "8.3.2"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "76c74f746d5ab23a1f8043f7e1445eeb60bb5a8e"
|
|
41
41
|
}
|