@pax2pay/model-banking 0.1.400 → 0.1.402

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.
@@ -15,7 +15,7 @@ jobs:
15
15
  - name: "Setup Node"
16
16
  uses: "actions/setup-node@v3"
17
17
  with:
18
- node-version: current
18
+ node-version: 18.20.4
19
19
  cache: 'npm'
20
20
  - uses: actions/cache@v3
21
21
  with:
@@ -27,7 +27,7 @@ jobs:
27
27
  run: npm run build
28
28
  - name: Publish
29
29
  run: |
30
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
30
+ echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
31
31
  npm publish --access public
32
32
  shell: bash
33
33
  env:
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
1
  # Pax2Pay Model Banking
2
- Typescript library containing data models and functions for the Pax2Pay Banking API.
2
+ Typescript library containing data models and functions for the Pax2Pay Pays API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.400",
3
+ "version": "0.1.402",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",