@pax2pay/model-banking 0.1.626 → 0.1.628
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/.github/workflows/ci.yml
CHANGED
|
@@ -11,7 +11,7 @@ jobs:
|
|
|
11
11
|
- uses: actions/checkout@v3
|
|
12
12
|
- uses: actions/setup-node@v3
|
|
13
13
|
with:
|
|
14
|
-
node-version:
|
|
14
|
+
node-version: 24
|
|
15
15
|
cache: 'npm'
|
|
16
16
|
- uses: actions/cache@v3
|
|
17
17
|
with:
|
|
@@ -26,7 +26,7 @@ jobs:
|
|
|
26
26
|
- uses: actions/checkout@v3
|
|
27
27
|
- uses: actions/setup-node@v3
|
|
28
28
|
with:
|
|
29
|
-
node-version:
|
|
29
|
+
node-version: 24
|
|
30
30
|
cache: 'npm'
|
|
31
31
|
- uses: actions/cache@v3
|
|
32
32
|
with:
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
41
41
|
- uses: actions/checkout@v3
|
|
42
42
|
- uses: actions/setup-node@v3
|
|
43
43
|
with:
|
|
44
|
-
node-version:
|
|
44
|
+
node-version: 24
|
|
45
45
|
cache: 'npm'
|
|
46
46
|
- uses: actions/cache@v3
|
|
47
47
|
with:
|
|
@@ -56,6 +56,6 @@ jobs:
|
|
|
56
56
|
- uses: actions/checkout@v3
|
|
57
57
|
- uses: actions/setup-node@v3
|
|
58
58
|
with:
|
|
59
|
-
node-version:
|
|
59
|
+
node-version: 24
|
|
60
60
|
cache: 'npm'
|
|
61
61
|
- run: npm audit --omit=dev
|
package/.ncurc.json
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pax2pay/model-banking",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.628",
|
|
4
4
|
"description": "Library containing data model types and functions for the Pax2Pay Banking API.",
|
|
5
5
|
"author": "Pax2Pay Ltd",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,6 +40,10 @@
|
|
|
40
40
|
"prepare": "npm run build",
|
|
41
41
|
"clean": "rimraf dist node_modules coverage"
|
|
42
42
|
},
|
|
43
|
+
"engines": {
|
|
44
|
+
"node": ">=24.0.0",
|
|
45
|
+
"npm": ">=11.10.0"
|
|
46
|
+
},
|
|
43
47
|
"devDependencies": {
|
|
44
48
|
"@cloudflare/workers-types": "^4.20260405.1",
|
|
45
49
|
"@typescript-eslint/eslint-plugin": "8.44.1",
|