@mojaloop/sdk-scheme-adapter 24.4.0 → 24.5.0-snapshot.0
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/.yarn/cache/@types-express-npm-5.0.1-b3469c8935-189dd07867.zip +0 -0
- package/.yarn/cache/{@typescript-eslint-eslint-plugin-npm-8.26.1-1c840523d3-633a37d9e6.zip → @typescript-eslint-eslint-plugin-npm-8.27.0-a14dc5e23e-43a621b9ce.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-parser-npm-8.26.1-69088fa315-98daa1652b.zip → @typescript-eslint-parser-npm-8.27.0-1840c7fec3-42506d8840.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-scope-manager-npm-8.26.1-e95481198a-e854c2c6b8.zip → @typescript-eslint-scope-manager-npm-8.27.0-2f4609ad61-298e66204f.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-type-utils-npm-8.26.1-cb25d3d453-7513b2dbb2.zip → @typescript-eslint-type-utils-npm-8.27.0-f656ad756d-3ddbf21c0b.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-types-npm-8.26.1-b7d54af192-11c5e80786.zip → @typescript-eslint-types-npm-8.27.0-937f976830-b14b90bb94.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-typescript-estree-npm-8.26.1-23f980f4b7-71adb8e06e.zip → @typescript-eslint-typescript-estree-npm-8.27.0-d91ae020e3-b118ac9d3d.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-utils-npm-8.26.1-33138d7104-a7037f94b1.zip → @typescript-eslint-utils-npm-8.27.0-02f4cb8861-f88d2130f4.zip} +0 -0
- package/.yarn/cache/{@typescript-eslint-visitor-keys-npm-8.26.1-74d45343c6-fbb06a2158.zip → @typescript-eslint-visitor-keys-npm-8.27.0-c9cf563957-d422c66db7.zip} +0 -0
- package/.yarn/install-state.gz +0 -0
- package/modules/api-svc/package.json +2 -2
- package/modules/outbound-command-event-handler/package.json +4 -4
- package/modules/outbound-domain-event-handler/package.json +4 -4
- package/modules/private-shared-lib/package.json +3 -3
- package/package.json +3 -3
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter-api-svc",
|
|
3
|
-
"version": "21.0.0-snapshot.
|
|
3
|
+
"version": "21.0.0-snapshot.30",
|
|
4
4
|
"description": "An adapter for connecting to Mojaloop API enabled switches.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
|
|
76
76
|
"@mojaloop/sdk-standard-components": "19.11.0",
|
|
77
77
|
"ajv": "8.17.1",
|
|
78
|
-
"axios": "1.8.
|
|
78
|
+
"axios": "1.8.4",
|
|
79
79
|
"body-parser": "1.20.3",
|
|
80
80
|
"co-body": "6.2.0",
|
|
81
81
|
"dotenv": "16.4.7",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler",
|
|
3
|
-
"version": "0.3.0-snapshot.
|
|
3
|
+
"version": "0.3.0-snapshot.28",
|
|
4
4
|
"description": "Mojaloop sdk scheme adapter command event handler",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
|
|
@@ -57,15 +57,15 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@eslint/compat": "1.2.7",
|
|
59
59
|
"@types/convict": "6.1.6",
|
|
60
|
-
"@types/express": "5.0.
|
|
60
|
+
"@types/express": "5.0.1",
|
|
61
61
|
"@types/jest": "29.5.14",
|
|
62
62
|
"@types/node": "22.13.10",
|
|
63
63
|
"@types/node-cache": "4.2.5",
|
|
64
64
|
"@types/supertest": "6.0.2",
|
|
65
65
|
"@types/swagger-ui-express": "4.1.8",
|
|
66
66
|
"@types/yamljs": "0.2.34",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
68
|
-
"@typescript-eslint/parser": "8.
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "8.27.0",
|
|
68
|
+
"@typescript-eslint/parser": "8.27.0",
|
|
69
69
|
"copyfiles": "2.4.1",
|
|
70
70
|
"eslint": "9.15.0",
|
|
71
71
|
"jest": "29.7.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter-outbound-domain-event-handler",
|
|
3
|
-
"version": "0.3.0-snapshot.
|
|
3
|
+
"version": "0.3.0-snapshot.28",
|
|
4
4
|
"description": "mojaloop sdk scheme adapter outbound domain event handler",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/convict": "6.1.6",
|
|
57
|
-
"@types/express": "5.0.
|
|
57
|
+
"@types/express": "5.0.1",
|
|
58
58
|
"@types/jest": "29.5.14",
|
|
59
59
|
"@types/node": "22.13.10",
|
|
60
60
|
"@types/node-cache": "4.2.5",
|
|
61
61
|
"@types/supertest": "6.0.2",
|
|
62
62
|
"@types/swagger-ui-express": "4.1.8",
|
|
63
63
|
"@types/yamljs": "0.2.34",
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
65
|
-
"@typescript-eslint/parser": "8.
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "8.27.0",
|
|
65
|
+
"@typescript-eslint/parser": "8.27.0",
|
|
66
66
|
"copyfiles": "2.4.1",
|
|
67
67
|
"eslint": "9.15.0",
|
|
68
68
|
"jest": "29.7.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
|
|
3
|
-
"version": "0.4.0-snapshot.
|
|
3
|
+
"version": "0.4.0-snapshot.28",
|
|
4
4
|
"description": "SDK Scheme Adapter private shared library.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/accounts-and-balances-bc/tree/main/modules/private-types",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@eslint/compat": "1.2.7",
|
|
43
43
|
"@types/node": "22.13.10",
|
|
44
44
|
"@types/uuid": "10.0.0",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
46
|
-
"@typescript-eslint/parser": "8.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "8.27.0",
|
|
46
|
+
"@typescript-eslint/parser": "8.27.0",
|
|
47
47
|
"eslint": "9.15.0",
|
|
48
48
|
"jest": "29.7.0",
|
|
49
49
|
"npm-check-updates": "16.7.10",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/sdk-scheme-adapter",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.5.0-snapshot.0",
|
|
4
4
|
"description": "mojaloop sdk-scheme-adapter",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/mojaloop/sdk-scheme-adapter",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"@types/jest": "29.5.14",
|
|
85
85
|
"@types/node": "22.13.10",
|
|
86
86
|
"@types/node-cache": "4.2.5",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
88
|
-
"@typescript-eslint/parser": "8.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "8.27.0",
|
|
88
|
+
"@typescript-eslint/parser": "8.27.0",
|
|
89
89
|
"audit-ci": "7.1.0",
|
|
90
90
|
"eslint": "9.15.0",
|
|
91
91
|
"eslint-config-airbnb-typescript": "18.0.0",
|