@mojaloop/sdk-scheme-adapter 18.0.2-snapshot.2 → 18.0.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 CHANGED
@@ -1,5 +1,7 @@
1
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
2
  reject: [
3
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"
4
+ "ws",
5
+ ## TODO: This will need to be removed, and upgraded once this PR https://github.com/mojaloop/sdk-scheme-adapter/pull/340 has been merged
6
+ "@mojaloop/api-snippets"
5
7
  ]
package/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
1
  # Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
2
+ ### [18.0.2](https://github.com/mojaloop/sdk-scheme-adapter/compare/v18.0.1...v18.0.2) (2022-07-27)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * ws-connection-issue ([#339](https://github.com/mojaloop/sdk-scheme-adapter/issues/339)) ([e29e158](https://github.com/mojaloop/sdk-scheme-adapter/commit/e29e158807d1c758e18418752339b8b10d42377b))
8
+
9
+
10
+ ### Chore
11
+
12
+ * updates to readme for header badges [skip ci] ([#334](https://github.com/mojaloop/sdk-scheme-adapter/issues/334)) ([415bb33](https://github.com/mojaloop/sdk-scheme-adapter/commit/415bb3380a17cfd35841095bb9b2f399e969f5c6))
13
+
2
14
  ### [18.0.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v18.0.0...v18.0.1) (2022-07-12)
3
15
 
4
16
 
package/CODEOWNERS CHANGED
@@ -1,2 +1,32 @@
1
- * james.bush@modusbox.com
1
+ # This is a comment.
2
+ # Each line is a file pattern followed by one or more owners.
3
+ ## These owners will be the default owners for everything in
4
+ ## the repo. Unless a later match takes precedence,
5
+ ## @global-owner1 and @global-owner2 will be requested for
6
+ ## review when someone opens a pull request.
7
+ #* @global-owner1 @global-owner2
2
8
  * yevhen.kyriukha@modusbox.com
9
+ * @mdebarros @elnyry-sam-k @vijayg10 @kleyow
10
+ ## Order is important; the last matching pattern takes the most
11
+ ## precedence. When someone opens a pull request that only
12
+ ## modifies JS files, only @js-owner and not the global
13
+ ## owner(s) will be requested for a review.
14
+ # *.js @js-owner
15
+ ## You can also use email addresses if you prefer. They'll be
16
+ ## used to look up users just like we do for commit author
17
+ ## emails.
18
+ #*.go docs@example.com
19
+ # In this example, @doctocat owns any files in the build/logs
20
+ # directory at the root of the repository and any of its
21
+ # subdirectories.
22
+ # /build/logs/ @doctocat
23
+ ## The `docs/*` pattern will match files like
24
+ ## `docs/getting-started.md` but not further nested files like
25
+ ## `docs/build-app/troubleshooting.md`.
26
+ # docs/* docs@example.com
27
+ ## In this example, @octocat owns any file in an apps directory
28
+ ## anywhere in your repository.
29
+ #apps/ @octocat
30
+ ## In this example, @doctocat owns any file in the `/docs`
31
+ ## directory in the root of your repository.
32
+ #/docs/ @doctocat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "18.0.2-snapshot.2",
3
+ "version": "18.0.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",