@natlibfi/melinda-record-matching 5.1.7-alpha.2 → 6.0.0-alpha.1

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.
@@ -20,9 +20,9 @@ jobs:
20
20
 
21
21
  steps:
22
22
  - name: Checkout the code
23
- uses: actions/checkout@v6
23
+ uses: actions/checkout@v7
24
24
  - name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v6
25
+ uses: actions/setup-node@v7
26
26
  with:
27
27
  node-version: ${{ matrix.node-version }}
28
28
  cache: 'npm'
@@ -40,7 +40,7 @@ jobs:
40
40
 
41
41
  steps:
42
42
  - name: Checkout the code
43
- uses: actions/checkout@v6
43
+ uses: actions/checkout@v7
44
44
  - name: nodejsscan scan
45
45
  id: njsscan
46
46
  uses: ajinabraham/njsscan-action@master
@@ -53,7 +53,7 @@ jobs:
53
53
  container: node:24
54
54
 
55
55
  steps:
56
- - uses: actions/checkout@v6
56
+ - uses: actions/checkout@v7
57
57
  - uses: mikaelvesavuori/license-compliance-action@v1
58
58
  with:
59
59
  exclude_pattern: /^@natlibfi/
@@ -65,9 +65,9 @@ jobs:
65
65
  if: contains(github.ref, 'refs/tags/')
66
66
 
67
67
  steps:
68
- - uses: actions/checkout@v6
68
+ - uses: actions/checkout@v7
69
69
  # Setup .npmrc file to publish to npm
70
- - uses: actions/setup-node@v6
70
+ - uses: actions/setup-node@v7
71
71
  with:
72
72
  node-version: '24.x'
73
73
  registry-url: 'https://registry.npmjs.org'
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "url": "https://github.com/NatLibFi/melinda-record-matching-js"
14
14
  },
15
15
  "license": "MIT",
16
- "version": "5.1.7-alpha.2",
16
+ "version": "6.0.0-alpha.1",
17
17
  "type": "module",
18
18
  "main": "./dist/index.js",
19
19
  "bin": "./dist/cli.js",