@natlibfi/marc-record-merge 7.0.7 → 7.0.8
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/README.md
CHANGED
|
@@ -126,6 +126,6 @@ More info can be read here: https://github.com/NatLibFi/marc-record-js
|
|
|
126
126
|
|
|
127
127
|
## License and copyright
|
|
128
128
|
|
|
129
|
-
Copyright (c) 2020-
|
|
129
|
+
Copyright (c) 2020-2025 **University Of Helsinki (The National Library Of Finland)**
|
|
130
130
|
|
|
131
131
|
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/marc-record-merge-js.git"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
|
-
"version": "7.0.
|
|
17
|
+
"version": "7.0.8",
|
|
18
18
|
"main": "./dist/index.js",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=18"
|
|
@@ -39,12 +39,12 @@
|
|
|
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.
|
|
43
|
-
"debug": "^4.
|
|
42
|
+
"@natlibfi/marc-record": "^9.1.2",
|
|
43
|
+
"debug": "^4.4.0",
|
|
44
44
|
"normalize-diacritics": "^2.14.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@babel/cli": "^7.
|
|
47
|
+
"@babel/cli": "^7.26.4",
|
|
48
48
|
"@babel/core": "^7.26.0",
|
|
49
49
|
"@babel/preset-env": "^7.26.0",
|
|
50
50
|
"@babel/register": "^7.25.9",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"chai": "^4.5.0",
|
|
57
57
|
"cross-env": "^7.0.3",
|
|
58
58
|
"eslint": "^8.57.1",
|
|
59
|
-
"mocha": "^
|
|
60
|
-
"nodemon": "^3.1.
|
|
59
|
+
"mocha": "^11.0.1",
|
|
60
|
+
"nodemon": "^3.1.9",
|
|
61
61
|
"nyc": "^17.1.0"
|
|
62
62
|
},
|
|
63
63
|
"eslintConfig": {
|