@natlibfi/melinda-record-matching 5.0.0 → 5.0.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,7 +20,7 @@ jobs:
20
20
 
21
21
  steps:
22
22
  - name: Checkout the code
23
- uses: actions/checkout@v5
23
+ uses: actions/checkout@v6
24
24
  - name: Use Node.js ${{ matrix.node-version }}
25
25
  uses: actions/setup-node@v6
26
26
  with:
@@ -40,7 +40,7 @@ jobs:
40
40
 
41
41
  steps:
42
42
  - name: Checkout the code
43
- uses: actions/checkout@v5
43
+ uses: actions/checkout@v6
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:22
54
54
 
55
55
  steps:
56
- - uses: actions/checkout@v5
56
+ - uses: actions/checkout@v6
57
57
  - uses: mikaelvesavuori/license-compliance-action@v1
58
58
  with:
59
59
  exclude_pattern: /^@natlibfi/
@@ -64,7 +64,7 @@ jobs:
64
64
  if: contains(github.ref, 'refs/tags/')
65
65
 
66
66
  steps:
67
- - uses: actions/checkout@v5
67
+ - uses: actions/checkout@v6
68
68
  # Setup .npmrc file to publish to npm
69
69
  - uses: actions/setup-node@v6
70
70
  with:
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ## License and copyright
4
4
 
5
- Copyright (c) 2020-2025 **University Of Helsinki (The National Library Of Finland)**
5
+ Copyright (c) 2020-2026 **University Of Helsinki (The National Library Of Finland)**
6
6
 
7
7
  This project's source code is licensed under the terms of **MIT** or any later version.
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.0.0",
16
+ "version": "5.0.1",
17
17
  "type": "module",
18
18
  "main": "./dist/index.js",
19
19
  "bin": "./dist/cli.js",
@@ -37,12 +37,12 @@
37
37
  "dev:debug": "cross-env LOG_LEVEL=debug DEBUG=@natlibfi/* NODE_ENV=test npm run watch:test"
38
38
  },
39
39
  "dependencies": {
40
- "@natlibfi/marc-record": "^10.0.0",
41
- "@natlibfi/marc-record-serializers": "^11.0.0",
42
- "@natlibfi/melinda-commons": "^14.0.0",
43
- "@natlibfi/sru-client": "^7.0.0",
40
+ "@natlibfi/marc-record": "^10.0.1",
41
+ "@natlibfi/marc-record-serializers": "^11.0.1",
42
+ "@natlibfi/melinda-commons": "^14.0.2",
43
+ "@natlibfi/sru-client": "^7.0.1",
44
44
  "debug": "^4.4.3",
45
- "isbn3": "^2.0.0",
45
+ "isbn3": "^2.0.2",
46
46
  "moment": "^2.30.1",
47
47
  "natural": "^8.1.0",
48
48
  "uuid": "^13.0.0",
@@ -50,10 +50,10 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@natlibfi/fixugen": "^3.0.0",
53
- "@natlibfi/fixugen-http-client": "^4.0.0",
53
+ "@natlibfi/fixugen-http-client": "^4.0.1",
54
54
  "@natlibfi/fixura": "^4.0.0",
55
55
  "cross-env": "^10.1.0",
56
- "esbuild": "^0.27.0",
57
- "eslint": "^9.39.1"
56
+ "esbuild": "^0.27.2",
57
+ "eslint": "^9.39.2"
58
58
  }
59
59
  }