@natlibfi/fixugen-http-server 1.1.17 → 1.1.18-alpha.2

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.
@@ -11,7 +11,7 @@ jobs:
11
11
 
12
12
  strategy:
13
13
  matrix:
14
- node-version: [18.x, 20.x, 22.x]
14
+ node-version: [18.x, 20.x, 22.x, 23.x]
15
15
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16
16
 
17
17
  steps:
@@ -62,7 +62,7 @@ jobs:
62
62
  # Setup .npmrc file to publish to npm
63
63
  - uses: actions/setup-node@v4
64
64
  with:
65
- node-version: '18.x'
65
+ node-version: '22.x'
66
66
  registry-url: 'https://registry.npmjs.org'
67
67
  - run: npm ci
68
68
  - run: npm publish
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-2024 **University Of Helsinki (The National Library Of Finland)**
54
+ Copyright (c) 2020, 2022-2025 **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.17",
17
+ "version": "1.1.18-alpha.2",
18
18
  "main": "dist/index.js",
19
19
  "engines": {
20
20
  "node": ">=18"
@@ -36,24 +36,24 @@
36
36
  "dev:debug": "cross-env LOG_LEVEL=debug DEBUG=@natlibfi/* NODE_ENV=test nodemon"
37
37
  },
38
38
  "dependencies": {
39
- "@natlibfi/fixugen": "^2.0.12",
40
- "@natlibfi/fixura": "^3.0.11",
39
+ "@natlibfi/fixugen": "^2.0.13",
40
+ "@natlibfi/fixura": "^3.0.12",
41
41
  "chai-http": "^4.4.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@babel/cli": "^7.25.9",
45
- "@babel/core": "^7.26.0",
44
+ "@babel/cli": "^7.26.4",
45
+ "@babel/core": "^7.26.10",
46
46
  "@babel/node": "^7.26.0",
47
- "@babel/preset-env": "^7.26.0",
47
+ "@babel/preset-env": "^7.26.9",
48
48
  "@babel/register": "^7.25.9",
49
49
  "@natlibfi/eslint-config-melinda-backend": "^3.0.5",
50
50
  "babel-plugin-istanbul": "^7.0.0",
51
51
  "chai": "^4.5.0",
52
52
  "cross-env": "^7.0.3",
53
53
  "eslint": "^8.57.1",
54
- "express": "^4.21.1",
55
- "mocha": "^10.8.2",
56
- "nodemon": "^3.1.7",
54
+ "express": "^4.21.2",
55
+ "mocha": "^11.1.0",
56
+ "nodemon": "^3.1.9",
57
57
  "nyc": "^17.1.0"
58
58
  },
59
59
  "eslintConfig": {