@natlibfi/melinda-record-matching 4.3.3 → 4.3.4
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.
- package/dist/candidate-search/candidate-search-utils.js +1 -1
- package/dist/candidate-search/candidate-search-utils.js.map +1 -1
- package/dist/candidate-search/choose-queries.js +1 -1
- package/dist/candidate-search/choose-queries.js.map +1 -1
- package/dist/candidate-search/index.js +1 -1
- package/dist/candidate-search/index.js.map +1 -1
- package/dist/candidate-search/index.spec.js +1 -1
- package/dist/candidate-search/index.spec.js.map +1 -1
- package/dist/candidate-search/query-list/bib.js +1 -1
- package/dist/candidate-search/query-list/bib.js.map +1 -1
- package/dist/candidate-search/query-list/bib.spec.js +1 -1
- package/dist/candidate-search/query-list/bib.spec.js.map +1 -1
- package/dist/candidate-search/query-list/index.js +1 -1
- package/dist/candidate-search/query-list/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.spec.js +1 -1
- package/dist/index.spec.js.map +1 -1
- package/dist/match-detection/features/bib/all-source-ids.js +1 -1
- package/dist/match-detection/features/bib/all-source-ids.js.map +1 -1
- package/dist/match-detection/features/bib/index.js +1 -1
- package/dist/match-detection/features/bib/index.js.map +1 -1
- package/dist/match-detection/features/bib/index.spec.js +1 -1
- package/dist/match-detection/features/bib/index.spec.js.map +1 -1
- package/dist/match-detection/features/bib/isbn.js +1 -1
- package/dist/match-detection/features/bib/isbn.js.map +1 -1
- package/dist/match-detection/features/bib/issn.js +1 -1
- package/dist/match-detection/features/bib/issn.js.map +1 -1
- package/dist/match-detection/features/bib/language.js +1 -1
- package/dist/match-detection/features/bib/language.js.map +1 -1
- package/dist/match-detection/features/bib/media-type.js +1 -1
- package/dist/match-detection/features/bib/media-type.js.map +1 -1
- package/dist/match-detection/features/bib/melinda-id.js +1 -1
- package/dist/match-detection/features/bib/melinda-id.js.map +1 -1
- package/dist/match-detection/features/bib/melinda-identifier-factory.js +1 -1
- package/dist/match-detection/features/bib/melinda-identifier-factory.js.map +1 -1
- package/dist/match-detection/features/bib/other-standard-identifier.js +1 -1
- package/dist/match-detection/features/bib/other-standard-identifier.js.map +1 -1
- package/dist/match-detection/features/bib/publication-time-allow-cons-years-multi.js +1 -1
- package/dist/match-detection/features/bib/publication-time-allow-cons-years-multi.js.map +1 -1
- package/dist/match-detection/features/bib/publication-time-allow-cons-years.js +1 -1
- package/dist/match-detection/features/bib/publication-time-allow-cons-years.js.map +1 -1
- package/dist/match-detection/features/bib/standard-identifier-factory.js +1 -1
- package/dist/match-detection/features/bib/standard-identifier-factory.js.map +1 -1
- package/dist/match-detection/features/bib/title-version-original.js +1 -1
- package/dist/match-detection/features/bib/title-version-original.js.map +1 -1
- package/dist/match-detection/features/bib/title.js +1 -1
- package/dist/match-detection/features/bib/title.js.map +1 -1
- package/dist/match-detection/index.js +1 -1
- package/dist/match-detection/index.js.map +1 -1
- package/dist/match-detection/index.spec.js +1 -1
- package/dist/match-detection/index.spec.js.map +1 -1
- package/dist/matching-utils.js +1 -1
- package/dist/matching-utils.js.map +1 -1
- package/package.json +24 -24
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.
|
|
17
|
+
"version": "4.3.4",
|
|
18
18
|
"main": "./dist/index.js",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=18"
|
|
@@ -38,36 +38,36 @@
|
|
|
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": "^
|
|
42
|
-
"@natlibfi/marc-record-serializers": "^10.1.
|
|
43
|
-
"@natlibfi/melinda-commons": "^13.0.
|
|
44
|
-
"@natlibfi/sru-client": "^6.0.
|
|
45
|
-
"debug": "^4.3.
|
|
46
|
-
"isbn3": "^1.
|
|
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",
|
|
47
47
|
"moment": "^2.30.1",
|
|
48
|
-
"natural": "^
|
|
49
|
-
"uuid": "^
|
|
50
|
-
"winston": "^3.
|
|
48
|
+
"natural": "^8.0.1",
|
|
49
|
+
"uuid": "^11.0.3",
|
|
50
|
+
"winston": "^3.17.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@babel/cli": "^7.
|
|
54
|
-
"@babel/core": "^7.
|
|
55
|
-
"@babel/node": "^7.
|
|
56
|
-
"@babel/preset-env": "^7.
|
|
57
|
-
"@babel/register": "^7.
|
|
53
|
+
"@babel/cli": "^7.25.9",
|
|
54
|
+
"@babel/core": "^7.26.0",
|
|
55
|
+
"@babel/node": "^7.26.0",
|
|
56
|
+
"@babel/preset-env": "^7.26.0",
|
|
57
|
+
"@babel/register": "^7.25.9",
|
|
58
58
|
"@natlibfi/eslint-config-melinda-backend": "^3.0.5",
|
|
59
|
-
"@natlibfi/fixugen": "^2.0.
|
|
60
|
-
"@natlibfi/fixugen-http-client": "^3.0.
|
|
61
|
-
"@natlibfi/fixura": "^3.0.
|
|
59
|
+
"@natlibfi/fixugen": "^2.0.12",
|
|
60
|
+
"@natlibfi/fixugen-http-client": "^3.0.10",
|
|
61
|
+
"@natlibfi/fixura": "^3.0.11",
|
|
62
62
|
"babel-plugin-istanbul": "^6.1.1",
|
|
63
63
|
"babel-plugin-rewire": "^1.2.0",
|
|
64
|
-
"chai": "^4.
|
|
65
|
-
"chai-as-promised": "^7.1.
|
|
64
|
+
"chai": "^4.5.0",
|
|
65
|
+
"chai-as-promised": "^7.1.2",
|
|
66
66
|
"cross-env": "^7.0.3",
|
|
67
|
-
"eslint": "^8.57.
|
|
68
|
-
"mocha": "^
|
|
69
|
-
"nodemon": "^3.1.
|
|
70
|
-
"nyc": "^
|
|
67
|
+
"eslint": "^8.57.1",
|
|
68
|
+
"mocha": "^11.0.1",
|
|
69
|
+
"nodemon": "^3.1.7",
|
|
70
|
+
"nyc": "^17.1.0"
|
|
71
71
|
},
|
|
72
72
|
"eslintConfig": {
|
|
73
73
|
"extends": "@natlibfi/melinda-backend"
|