@natlibfi/marc-record-merge 7.0.8 → 7.0.9

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.
@@ -52,7 +52,7 @@ jobs:
52
52
  # Setup .npmrc file to publish to npm
53
53
  - uses: actions/setup-node@v4
54
54
  with:
55
- node-version: '18.x'
55
+ node-version: '20.x'
56
56
  registry-url: 'https://registry.npmjs.org'
57
57
  - run: npm ci
58
58
  - run: npm publish
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "url": "git@github.com:natlibfi/marc-record-merge-js.git"
15
15
  },
16
16
  "license": "MIT",
17
- "version": "7.0.8",
17
+ "version": "7.0.9",
18
18
  "main": "./dist/index.js",
19
19
  "engines": {
20
20
  "node": ">=18"
@@ -39,24 +39,24 @@
39
39
  "dev:debug": "cross-env LOG_LEVEL=debug DEBUG=@natlibfi/* NODE_ENV=test nodemon"
40
40
  },
41
41
  "dependencies": {
42
- "@natlibfi/marc-record": "^9.1.2",
42
+ "@natlibfi/marc-record": "^9.1.4",
43
43
  "debug": "^4.4.0",
44
44
  "normalize-diacritics": "^2.14.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@babel/cli": "^7.26.4",
48
- "@babel/core": "^7.26.0",
49
- "@babel/preset-env": "^7.26.0",
47
+ "@babel/cli": "^7.27.0",
48
+ "@babel/core": "^7.26.10",
49
+ "@babel/preset-env": "^7.26.9",
50
50
  "@babel/register": "^7.25.9",
51
51
  "@natlibfi/eslint-config-melinda-backend": "^3.0.5",
52
- "@natlibfi/fixugen": "^2.0.12",
53
- "@natlibfi/fixura": "^3.0.11",
52
+ "@natlibfi/fixugen": "^2.0.13",
53
+ "@natlibfi/fixura": "^3.0.12",
54
54
  "babel-plugin-istanbul": "^7.0.0",
55
55
  "babel-plugin-rewire": "^1.2.0",
56
56
  "chai": "^4.5.0",
57
57
  "cross-env": "^7.0.3",
58
58
  "eslint": "^8.57.1",
59
- "mocha": "^11.0.1",
59
+ "mocha": "^11.1.0",
60
60
  "nodemon": "^3.1.9",
61
61
  "nyc": "^17.1.0"
62
62
  },