|
13 | 13 | "type": "git",
|
14 | 14 | "url": "[email protected]:NatLibFi/melinda-rest-api-validator.git"
|
15 | 15 | },
|
16 |
| - "license": "AGPL-3.0+", |
17 |
| - "version": "3.6.2", |
| 16 | + "license": "MIT", |
| 17 | + "version": "3.6.3-alpha.1", |
18 | 18 | "main": "./dist/index.js",
|
19 | 19 | "engines": {
|
20 | 20 | "node": ">=18"
|
|
35 | 35 | },
|
36 | 36 | "dependencies": {
|
37 | 37 | "@babel/runtime": "^7.25.0",
|
38 |
| - "@natlibfi/marc-record": "^9.0.0", |
39 |
| - "@natlibfi/marc-record-merge": "^7.0.3", |
| 38 | + "@natlibfi/marc-record": "^9.0.1", |
| 39 | + "@natlibfi/marc-record-merge": "^7.0.5", |
40 | 40 | "@natlibfi/marc-record-serializers": "^10.1.2",
|
41 |
| - "@natlibfi/marc-record-validate": "^8.0.6", |
42 |
| - "@natlibfi/marc-record-validators-melinda": "^11.3.1", |
43 |
| - "@natlibfi/melinda-backend-commons": "^2.2.6", |
44 |
| - "@natlibfi/melinda-commons": "^13.0.15", |
| 41 | + "@natlibfi/melinda-backend-commons": "^2.3.1", |
| 42 | + "@natlibfi/melinda-commons": "^13.0.16", |
45 | 43 | "@natlibfi/melinda-marc-record-merge-reducers": "^2.2.5",
|
46 |
| - "@natlibfi/melinda-record-match-validator": "^2.2.2", |
| 44 | + "@natlibfi/melinda-record-match-validator": "^2.2.3", |
47 | 45 | "@natlibfi/melinda-record-matching": "^4.3.3",
|
48 |
| - "@natlibfi/melinda-rest-api-commons": "^4.1.7", |
49 |
| - "@natlibfi/sru-client": "^6.0.12", |
50 |
| - "deep-eql": "^4.1.3", |
| 46 | + "@natlibfi/melinda-rest-api-commons": "^4.1.8", |
| 47 | + "@natlibfi/sru-client": "^6.0.13", |
| 48 | + "debug": "^4.3.6", |
| 49 | + "deep-eql": "^4.1.4", |
51 | 50 | "deep-object-diff": "^1.1.9",
|
52 |
| - "http-status": "^1.7.4", |
53 |
| - "moment": "^2.30.1" |
| 51 | + "http-status": "^1.7.4" |
54 | 52 | },
|
55 | 53 | "devDependencies": {
|
56 |
| - "@babel/cli": "^7.23.9", |
57 |
| - "@babel/core": "^7.24.0", |
58 |
| - "@babel/node": "^7.23.9", |
59 |
| - "@babel/plugin-transform-runtime": "^7.24.0", |
60 |
| - "@babel/preset-env": "^7.24.0", |
61 |
| - "@babel/register": "^7.23.7", |
62 |
| - "@natlibfi/eslint-config-melinda-backend": "^3.0.4", |
63 |
| - "@natlibfi/fixugen-http-server": "^1.1.9", |
64 |
| - "@natlibfi/fixura": "^3.0.4", |
65 |
| - "babel-plugin-istanbul": "^6.1.1", |
| 54 | + "@babel/cli": "^7.24.8", |
| 55 | + "@babel/core": "^7.25.2", |
| 56 | + "@babel/node": "^7.25.0", |
| 57 | + "@babel/plugin-transform-runtime": "^7.24.7", |
| 58 | + "@babel/preset-env": "^7.25.3", |
| 59 | + "@babel/register": "^7.24.6", |
| 60 | + "@natlibfi/eslint-config-melinda-backend": "^3.0.5", |
| 61 | + "@natlibfi/fixugen": "^2.0.9", |
| 62 | + "@natlibfi/fixura": "^3.0.8", |
| 63 | + "babel-plugin-istanbul": "^7.0.0", |
66 | 64 | "babel-plugin-rewire": "^1.2.0",
|
67 |
| - "chai": "^4.4.1", |
68 |
| - "chai-http": "^4.4.0", |
| 65 | + "chai": "^4.5.0", |
69 | 66 | "cross-env": "^7.0.3",
|
70 | 67 | "eslint": "^8.57.0",
|
71 |
| - "mocha": "^10.3.0", |
72 |
| - "mock-fs": "^5.2.0", |
73 |
| - "nodemon": "^3.1.0", |
74 |
| - "nyc": "^15.1.0" |
| 68 | + "mocha": "^10.7.3", |
| 69 | + "nodemon": "^3.1.4", |
| 70 | + "nyc": "^17.0.0" |
75 | 71 | },
|
76 | 72 | "eslintConfig": {
|
77 | 73 | "extends": "@natlibfi/melinda-backend"
|
|
0 commit comments