@hmcts/rpx-xui-node-lib 2.30.15 → 2.30.16-semantic-library-upgrades
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 -5
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.16-semantic-library-upgrades",
|
|
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/connect-redis": "^0.0.23",
|
|
54
57
|
"@types/debug": "^4.1.5",
|
|
55
58
|
"@types/express": "^5.0.0",
|
|
@@ -70,7 +73,7 @@
|
|
|
70
73
|
"jest-mock-axios": "^4.8.0",
|
|
71
74
|
"jest-ts-auto-mock": "^2.1.0",
|
|
72
75
|
"lint-staged": "^10.2.2",
|
|
73
|
-
"semantic-release": "^
|
|
76
|
+
"semantic-release": "^24.2.9",
|
|
74
77
|
"standard-version": "^9.5.0",
|
|
75
78
|
"ts-auto-mock": "^3.7.4",
|
|
76
79
|
"ts-jest": "^29.3.2",
|
|
@@ -85,7 +88,7 @@
|
|
|
85
88
|
},
|
|
86
89
|
"dependencies": {
|
|
87
90
|
"@dr.pogodin/csurf": "^1.14.0",
|
|
88
|
-
"axios": "^1.
|
|
91
|
+
"axios": "^1.16.0",
|
|
89
92
|
"connect-redis": "^4.0.4",
|
|
90
93
|
"debug": "^4.3.7",
|
|
91
94
|
"deepmerge": "^4.2.2",
|
|
@@ -105,7 +108,7 @@
|
|
|
105
108
|
"@babel/traverse": "7.23.2",
|
|
106
109
|
"minimatch": "3.0.5",
|
|
107
110
|
"minimist": "1.2.6",
|
|
108
|
-
"tar": "7.5.
|
|
111
|
+
"tar": "7.5.16"
|
|
109
112
|
},
|
|
110
113
|
"packageManager": "yarn@4.5.1"
|
|
111
114
|
}
|