@mojaloop/ml-testing-toolkit-client-lib 1.0.0-snapshot.2 → 1.0.0-snapshot.3
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/.ncurc.js +1 -7
- package/package.json +2 -3
package/.ncurc.js
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
// Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
|
|
3
|
-
reject: [
|
|
4
|
-
// TODO: Upgrading ws is causing incompatibility issues with old versions of ws servers. Need to investigate the cause.
|
|
5
|
-
"ws",
|
|
6
|
-
// TODO: Upgrading socket.io-client is causing incompatibility issues with old versions of socket.io servers. Need to investigate the cause.
|
|
7
|
-
"socket.io-client",
|
|
8
|
-
"@types/socket.io"
|
|
9
|
-
]
|
|
3
|
+
reject: []
|
|
10
4
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/ml-testing-toolkit-client-lib",
|
|
3
3
|
"description": "Testing Toolkit Client Library",
|
|
4
|
-
"version": "1.0.0-snapshot.
|
|
4
|
+
"version": "1.0.0-snapshot.3",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Vijaya Kumar Guthi, ModusBox Inc. ",
|
|
7
7
|
"contributors": [
|
|
@@ -81,8 +81,7 @@
|
|
|
81
81
|
"rc": "1.2.8",
|
|
82
82
|
"request": "^2.88.2",
|
|
83
83
|
"request-promise-native": "1.0.8",
|
|
84
|
-
"socket.io-client": "^
|
|
85
|
-
"ws": "^7.5.5"
|
|
84
|
+
"socket.io-client": "^4.5.1"
|
|
86
85
|
},
|
|
87
86
|
"devDependencies": {
|
|
88
87
|
"audit-ci": "^6.3.0",
|