@mojaloop/sdk-scheme-adapter 17.0.2-snapshot.10 → 17.0.2-snapshot.11

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.
@@ -23,7 +23,6 @@ services:
23
23
  depends_on:
24
24
  - redis
25
25
  command: sh -c "/tmp/wait4/wait4.js sdk-scheme-adapter && npm run start"
26
- # command: sh -c "/tmp/wait4/wait4.js sdk-scheme-adapter && sleep 999999"
27
26
  volumes:
28
27
  - ./docker/wait4:/tmp/wait4
29
28
  - ./secrets:/opt/app/secrets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "17.0.2-snapshot.10",
3
+ "version": "17.0.2-snapshot.11",
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",