@ikonintegration/ikapi 5.0.15 → 5.1.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.
@@ -1,11 +1,11 @@
1
1
  name: NPM Publish
2
2
  on:
3
- push:
4
- branches: [ "master" ]
3
+ push:
4
+ branches: ['master']
5
5
 
6
6
  jobs:
7
7
  Publish:
8
8
  uses: ikon-integration/tools-github-workflows/.github/workflows/npm-publish.yml@master
9
9
  secrets: inherit
10
10
  with:
11
- NODE_VERSION: "20.x"
11
+ NODE_VERSION: '20.x'
@@ -9,4 +9,4 @@ jobs:
9
9
  uses: ikon-integration/tools-github-workflows/.github/workflows/prs-check.yml@master
10
10
  secrets: inherit
11
11
  with:
12
- NODE_VERSION: "20.x"
12
+ NODE_VERSION: '20.x'
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # IKApi ![Node.js Package](https://github.com/ikon-integration/IKApi/workflows/Node.js%20Package/badge.svg)
2
+
2
3
  Ikon nodejs API foundation
3
4
 
4
5
  [Docs](https://ikon-integration.github.io/ikapi/)
@@ -9,7 +10,6 @@ Ikon nodejs API foundation
9
10
  - ![GitHub commit activity](http://sprice.redirectme.net:8555/github/commit-activity/m/ikon-integration/ikapi)
10
11
  - ![GitHub last commit](http://sprice.redirectme.net:8555/github/last-commit/ikon-integration/ikapi)
11
12
 
12
-
13
13
  #### Samples
14
14
 
15
15
  - Router
@@ -60,7 +60,6 @@ export default class HealthCheck implements GetHealthRoute {
60
60
  }
61
61
  ```
62
62
 
63
-
64
63
  - Transaction
65
64
 
66
65
  ```