@mojaloop/sdk-scheme-adapter 18.0.1 → 18.0.2-snapshot.2

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.yaml ADDED
@@ -0,0 +1,5 @@
1
+ ## 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).
2
+ reject: [
3
+ ## TODO: Breaking changes to ws lib dependency will need to be addressed in a future story. ref https://github.com/websockets/ws/releases/tag/8.0.0.
4
+ "ws"
5
+ ]
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  [![Git Commit](https://img.shields.io/github/last-commit/mojaloop/sdk-scheme-adapter.svg?style=flat)](https://github.com/mojaloop/sdk-scheme-adapter/commits/master)
2
2
  [![Git Releases](https://img.shields.io/github/release/mojaloop/sdk-scheme-adapter.svg?style=flat)](https://github.com/mojaloop/sdk-scheme-adapter/releases)
3
+ [![Docker pulls](https://img.shields.io/docker/pulls/mojaloop/sdk-scheme-adapter.svg?style=flat)](https://hub.docker.com/r/mojaloop/sdk-scheme-adapter)
3
4
  [![Npm Version](https://img.shields.io/npm/v/@mojaloop/sdk-scheme-adapter.svg?style=flat)](https://www.npmjs.com/package/@mojaloop/sdk-scheme-adapter)
4
5
  [![NPM Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@mojaloop/sdk-scheme-adapter.svg?style=flat)](https://www.npmjs.com/package/@mojaloop/sdk-scheme-adapter)
5
6
  [![CircleCI](https://circleci.com/gh/mojaloop/sdk-scheme-adapter.svg?style=svg)](https://circleci.com/gh/mojaloop/sdk-scheme-adapter)
@@ -64,6 +64,36 @@
64
64
  "decision": "ignore",
65
65
  "madeAt": 1657621042651,
66
66
  "expiresAt": 1660213039412
67
+ },
68
+ "1081761|@mojaloop/central-services-shared>@mojaloop/event-sdk>grpc>protobufjs>moment": {
69
+ "decision": "ignore",
70
+ "madeAt": 1658860721215,
71
+ "expiresAt": 1661452716888
72
+ },
73
+ "1070030|@mojaloop/central-services-shared>@mojaloop/event-sdk>grpc>protobufjs>moment>widdershins>markdown-it": {
74
+ "decision": "ignore",
75
+ "madeAt": 1658860722876,
76
+ "expiresAt": 1661452716888
77
+ },
78
+ "1070030|shins>markdown-it": {
79
+ "decision": "ignore",
80
+ "madeAt": 1658860722876,
81
+ "expiresAt": 1661452716888
82
+ },
83
+ "1068310|@mojaloop/central-services-shared>@mojaloop/event-sdk>grpc>protobufjs>moment>widdershins>markdown-it>yargs>yargs-parser": {
84
+ "decision": "ignore",
85
+ "madeAt": 1658860723959,
86
+ "expiresAt": 1661452716888
87
+ },
88
+ "1068155|shins>markdown-it>sanitize-html": {
89
+ "decision": "ignore",
90
+ "madeAt": 1658860724884,
91
+ "expiresAt": 1661452716888
92
+ },
93
+ "1070260|shins>markdown-it>sanitize-html": {
94
+ "decision": "ignore",
95
+ "madeAt": 1658860725792,
96
+ "expiresAt": 1661452716888
67
97
  }
68
98
  },
69
99
  "rules": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "18.0.1",
3
+ "version": "18.0.2-snapshot.2",
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",
@@ -81,24 +81,24 @@
81
81
  "random-word-slugs": "^0.1.6",
82
82
  "redis": "^4.2.0",
83
83
  "uuidv4": "^6.2.13",
84
- "ws": "^8.8.0"
84
+ "ws": "^7.5.5"
85
85
  },
86
86
  "devDependencies": {
87
- "@babel/core": "^7.18.6",
88
- "@babel/preset-env": "^7.18.6",
89
- "@mojaloop/api-snippets": "^14.0.0",
87
+ "@babel/core": "^7.18.9",
88
+ "@babel/preset-env": "^7.18.9",
89
+ "@mojaloop/api-snippets": "^14.2.0",
90
90
  "@redocly/openapi-cli": "^1.0.0-beta.94",
91
- "@types/jest": "^28.1.4",
92
- "babel-jest": "^28.1.2",
93
- "eslint": "^8.19.0",
91
+ "@types/jest": "^28.1.6",
92
+ "babel-jest": "^28.1.3",
93
+ "eslint": "^8.20.0",
94
94
  "eslint-config-airbnb-base": "^15.0.0",
95
95
  "eslint-plugin-import": "^2.26.0",
96
- "eslint-plugin-jest": "^26.5.3",
97
- "jest": "^28.1.2",
96
+ "eslint-plugin-jest": "^26.6.0",
97
+ "jest": "^28.1.3",
98
98
  "jest-junit": "^14.0.0",
99
- "nock": "^13.2.8",
99
+ "nock": "^13.2.9",
100
100
  "npm-audit-resolver": "^3.0.0-7",
101
- "npm-check-updates": "^15.2.6",
101
+ "npm-check-updates": "^16.0.1",
102
102
  "openapi-response-validator": "^12.0.0",
103
103
  "openapi-typescript": "^5.4.1",
104
104
  "redis-mock": "^0.56.3",