@hmcts/rpx-xui-node-lib 2.30.21-semantic-library-upgrades → 2.30.21
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 +4 -8
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
|
+
END2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hmcts/rpx-xui-node-lib",
|
|
3
|
-
"version": "2.30.21
|
|
3
|
+
"version": "2.30.21",
|
|
4
4
|
"description": "Common nodejs library components for XUI",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -48,11 +48,8 @@
|
|
|
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",
|
|
52
51
|
"@semantic-release/git": "^10.0.1",
|
|
53
|
-
"@semantic-release/github": "^
|
|
54
|
-
"@semantic-release/npm": "^12.0.2",
|
|
55
|
-
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
52
|
+
"@semantic-release/github": "^8.1.0",
|
|
56
53
|
"@types/connect-redis": "^0.0.23",
|
|
57
54
|
"@types/debug": "^4.1.5",
|
|
58
55
|
"@types/express": "^5.0.0",
|
|
@@ -73,7 +70,7 @@
|
|
|
73
70
|
"jest-mock-axios": "^4.8.0",
|
|
74
71
|
"jest-ts-auto-mock": "^2.1.0",
|
|
75
72
|
"lint-staged": "^10.2.2",
|
|
76
|
-
"semantic-release": "^
|
|
73
|
+
"semantic-release": "^19.0.2",
|
|
77
74
|
"standard-version": "^9.5.0",
|
|
78
75
|
"ts-auto-mock": "^3.7.4",
|
|
79
76
|
"ts-jest": "^29.3.2",
|
|
@@ -105,11 +102,10 @@
|
|
|
105
102
|
},
|
|
106
103
|
"resolutions": {
|
|
107
104
|
"@types/express": "5.0.6",
|
|
108
|
-
"@types/express-session": "1.17.10",
|
|
109
105
|
"@babel/traverse": "7.23.2",
|
|
110
106
|
"minimatch": "3.0.5",
|
|
111
107
|
"minimist": "1.2.6",
|
|
112
|
-
"tar": "7.5.
|
|
108
|
+
"tar": "7.5.9"
|
|
113
109
|
},
|
|
114
110
|
"packageManager": "yarn@4.5.1"
|
|
115
111
|
}
|