@hmcts/rpx-xui-node-lib 2.30.22 → 2.30.23
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/README.md +1 -1
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -108,4 +108,4 @@ which the object generated by this Node API can be transfered into.
|
|
|
108
108
|
@see https://github.com/hmcts/rpx-xui-common-lib#timeout-notification-service
|
|
109
109
|
for an example of how to integrate the Timeout Notification Service and Timeout Notification Service Modal.
|
|
110
110
|
|
|
111
|
-
|
|
111
|
+
END
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hmcts/rpx-xui-node-lib",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.23",
|
|
4
4
|
"description": "Common nodejs library components for XUI",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -48,8 +48,11 @@
|
|
|
48
48
|
"@commitlint/config-conventional": "^8.2.0",
|
|
49
49
|
"@golevelup/ts-jest": "^0.6.2",
|
|
50
50
|
"@semantic-release/changelog": "^6.0.3",
|
|
51
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
51
52
|
"@semantic-release/git": "^10.0.1",
|
|
52
|
-
"@semantic-release/github": "^
|
|
53
|
+
"@semantic-release/github": "^11.0.6",
|
|
54
|
+
"@semantic-release/npm": "^12.0.2",
|
|
55
|
+
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
53
56
|
"@types/debug": "^4.1.5",
|
|
54
57
|
"@types/express": "^5.0.0",
|
|
55
58
|
"@types/express-session": "1.17.10",
|
|
@@ -69,7 +72,7 @@
|
|
|
69
72
|
"jest-mock-axios": "^4.8.0",
|
|
70
73
|
"jest-ts-auto-mock": "^2.1.0",
|
|
71
74
|
"lint-staged": "^10.2.2",
|
|
72
|
-
"semantic-release": "^
|
|
75
|
+
"semantic-release": "^24.2.9",
|
|
73
76
|
"standard-version": "^9.5.0",
|
|
74
77
|
"ts-auto-mock": "^3.7.4",
|
|
75
78
|
"ts-jest": "^29.3.2",
|
|
@@ -101,10 +104,11 @@
|
|
|
101
104
|
},
|
|
102
105
|
"resolutions": {
|
|
103
106
|
"@types/express": "5.0.6",
|
|
107
|
+
"@types/express-session": "1.17.10",
|
|
104
108
|
"@babel/traverse": "7.23.2",
|
|
105
109
|
"minimatch": "3.0.5",
|
|
106
110
|
"minimist": "1.2.6",
|
|
107
|
-
"tar": "7.5.
|
|
111
|
+
"tar": "7.5.16"
|
|
108
112
|
},
|
|
109
113
|
"packageManager": "yarn@4.5.1"
|
|
110
114
|
}
|