@natlibfi/melinda-record-matching 4.3.4 → 4.3.5-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.
@@ -11,7 +11,7 @@ jobs:
11
11
 
12
12
  strategy:
13
13
  matrix:
14
- node-version: [16.x, 18.x, 20.x, 21.x, 22.x]
14
+ node-version: [18.x, 20.x, 21.x, 22.x, 23.x]
15
15
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16
16
 
17
17
  steps:
@@ -62,7 +62,7 @@ jobs:
62
62
  # Setup .npmrc file to publish to npm
63
63
  - uses: actions/setup-node@v4
64
64
  with:
65
- node-version: '18.x'
65
+ node-version: '20.x'
66
66
  registry-url: 'https://registry.npmjs.org'
67
67
  - run: npm ci
68
68
  - run: npm publish
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ## License and copyright
4
4
 
5
- Copyright (c) 2020-2024 **University Of Helsinki (The National Library Of Finland)**
5
+ Copyright (c) 2020-2025 **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
@@ -14,7 +14,7 @@
14
14
  "url": "git@github.com:natlibfi/melinda-record-matching-js.git"
15
15
  },
16
16
  "license": "MIT",
17
- "version": "4.3.4",
17
+ "version": "4.3.5-alpha.1",
18
18
  "main": "./dist/index.js",
19
19
  "engines": {
20
20
  "node": ">=18"
@@ -38,35 +38,35 @@
38
38
  "watch:test": "cross-env DEBUG=1 NODE_ENV=test nodemon -w src -w test-fixtures --exec 'npm run test:dev'"
39
39
  },
40
40
  "dependencies": {
41
- "@natlibfi/marc-record": "^9.1.1",
42
- "@natlibfi/marc-record-serializers": "^10.1.4",
43
- "@natlibfi/melinda-commons": "^13.0.18",
44
- "@natlibfi/sru-client": "^6.0.16",
45
- "debug": "^4.3.7",
46
- "isbn3": "^1.2.4",
41
+ "@natlibfi/marc-record": "^9.1.4",
42
+ "@natlibfi/marc-record-serializers": "^10.1.5",
43
+ "@natlibfi/melinda-commons": "^13.0.19",
44
+ "@natlibfi/sru-client": "^6.0.18",
45
+ "debug": "^4.4.0",
46
+ "isbn3": "^1.2.9",
47
47
  "moment": "^2.30.1",
48
48
  "natural": "^8.0.1",
49
- "uuid": "^11.0.3",
49
+ "uuid": "^11.1.0",
50
50
  "winston": "^3.17.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@babel/cli": "^7.25.9",
54
- "@babel/core": "^7.26.0",
53
+ "@babel/cli": "^7.27.0",
54
+ "@babel/core": "^7.26.10",
55
55
  "@babel/node": "^7.26.0",
56
- "@babel/preset-env": "^7.26.0",
56
+ "@babel/preset-env": "^7.26.9",
57
57
  "@babel/register": "^7.25.9",
58
58
  "@natlibfi/eslint-config-melinda-backend": "^3.0.5",
59
- "@natlibfi/fixugen": "^2.0.12",
59
+ "@natlibfi/fixugen": "^2.0.13",
60
60
  "@natlibfi/fixugen-http-client": "^3.0.10",
61
- "@natlibfi/fixura": "^3.0.11",
61
+ "@natlibfi/fixura": "^3.0.12",
62
62
  "babel-plugin-istanbul": "^6.1.1",
63
63
  "babel-plugin-rewire": "^1.2.0",
64
64
  "chai": "^4.5.0",
65
65
  "chai-as-promised": "^7.1.2",
66
66
  "cross-env": "^7.0.3",
67
67
  "eslint": "^8.57.1",
68
- "mocha": "^11.0.1",
69
- "nodemon": "^3.1.7",
68
+ "mocha": "^11.1.0",
69
+ "nodemon": "^3.1.9",
70
70
  "nyc": "^17.1.0"
71
71
  },
72
72
  "eslintConfig": {