@natlibfi/fixugen-http-server 1.1.13 → 1.1.14

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -51,6 +51,6 @@ Where `[0-9]+` denotes the index number of the fixture (Requests and responses a
51
51
 
52
52
  ## License and copyright
53
53
 
54
- Copyright (c) 2020, 2022-2023 **University Of Helsinki (The National Library Of Finland)**
54
+ Copyright (c) 2020, 2022-2024 **University Of Helsinki (The National Library Of Finland)**
55
55
 
56
56
  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/fixugen-http-server-js.git"
15
15
  },
16
16
  "license": "MIT",
17
- "version": "1.1.13",
17
+ "version": "1.1.14",
18
18
  "main": "dist/index.js",
19
19
  "engines": {
20
20
  "node": ">=18"
@@ -53,7 +53,6 @@
53
53
  "eslint": "^8.57.0",
54
54
  "express": "^4.19.2",
55
55
  "mocha": "^10.7.3",
56
- "node-fetch": "^2.7.0",
57
56
  "nodemon": "^3.1.4",
58
57
  "nyc": "^17.0.0"
59
58
  },