@itwin/express-server 4.3.0-dev.9 → 4.3.1

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/CHANGELOG.md +48 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,43 @@
1
1
  # Change Log - @itwin/express-server
2
2
 
3
- This log was last generated on Mon, 16 Oct 2023 12:52:11 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 13 Dec 2023 17:25:55 GMT and should not be manually modified.
4
+
5
+ ## 4.3.1
6
+ Wed, 13 Dec 2023 17:25:55 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.3.0
11
+ Thu, 07 Dec 2023 17:43:09 GMT
12
+
13
+ ### Updates
14
+
15
+ - Add support for Node 20.
16
+
17
+ ## 4.2.4
18
+ Mon, 20 Nov 2023 16:14:45 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 4.2.3
23
+ Mon, 06 Nov 2023 14:01:52 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 4.2.2
28
+ Thu, 02 Nov 2023 15:36:21 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 4.2.1
33
+ Tue, 24 Oct 2023 15:09:13 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 4.2.0
38
+ Tue, 17 Oct 2023 15:14:32 GMT
39
+
40
+ _Version update only_
4
41
 
5
42
  ## 4.1.9
6
43
  Tue, 10 Oct 2023 18:48:12 GMT
@@ -99,6 +136,16 @@ Mon, 22 May 2023 15:34:14 GMT
99
136
  - Drop Node 12 and Node 14.
100
137
  - Drop Node 16 support.
101
138
 
139
+ ## 3.8.0
140
+ Fri, 08 Dec 2023 15:23:59 GMT
141
+
142
+ _Version update only_
143
+
144
+ ## 3.7.17
145
+ Mon, 20 Nov 2023 18:24:23 GMT
146
+
147
+ _Version update only_
148
+
102
149
  ## 3.7.16
103
150
  Mon, 16 Oct 2023 12:49:08 GMT
104
151
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@itwin/express-server",
3
- "version": "4.3.0-dev.9",
3
+ "version": "4.3.1",
4
4
  "description": "iTwin.js express utilities",
5
5
  "main": "lib/cjs/ExpressServer.js",
6
6
  "typings": "lib/cjs/ExpressServer",
7
7
  "license": "MIT",
8
8
  "engines": {
9
- "node": "^18.0.0"
9
+ "node": "^18.0.0 || ^20.0.0"
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  "@types/chai": "4.3.1",
31
31
  "@types/express": "^4.16.1",
32
32
  "@types/mocha": "^8.2.2",
33
- "@types/node": "18.16.1",
33
+ "@types/node": "~18.16.20",
34
34
  "@types/sinon": "^10.0.15",
35
35
  "@types/supertest": "^2.0.4",
36
36
  "@types/express-ws": "^3.0.1",
@@ -42,12 +42,12 @@
42
42
  "sinon": "^15.0.4",
43
43
  "supertest": "^3.0.0",
44
44
  "typescript": "~5.0.2",
45
- "@itwin/build-tools": "4.3.0-dev.9",
46
- "@itwin/core-common": "4.3.0-dev.9",
47
- "@itwin/core-backend": "4.3.0-dev.9"
45
+ "@itwin/build-tools": "4.3.1",
46
+ "@itwin/core-common": "4.3.1",
47
+ "@itwin/core-backend": "4.3.1"
48
48
  },
49
49
  "peerDependencies": {
50
- "@itwin/core-backend": "4.3.0-dev.9"
50
+ "@itwin/core-backend": "4.3.1"
51
51
  },
52
52
  "dependencies": {
53
53
  "express": "^4.16.3",