@itwin/express-server 4.3.0-dev.8 → 4.3.0

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 +43 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,38 @@
1
1
  # Change Log - @itwin/express-server
2
2
 
3
- This log was last generated on Tue, 10 Oct 2023 20:02:00 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 07 Dec 2023 17:43:09 GMT and should not be manually modified.
4
+
5
+ ## 4.3.0
6
+ Thu, 07 Dec 2023 17:43:09 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add support for Node 20.
11
+
12
+ ## 4.2.4
13
+ Mon, 20 Nov 2023 16:14:45 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 4.2.3
18
+ Mon, 06 Nov 2023 14:01:52 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 4.2.2
23
+ Thu, 02 Nov 2023 15:36:21 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 4.2.1
28
+ Tue, 24 Oct 2023 15:09:13 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 4.2.0
33
+ Tue, 17 Oct 2023 15:14:32 GMT
34
+
35
+ _Version update only_
4
36
 
5
37
  ## 4.1.9
6
38
  Tue, 10 Oct 2023 18:48:12 GMT
@@ -99,6 +131,16 @@ Mon, 22 May 2023 15:34:14 GMT
99
131
  - Drop Node 12 and Node 14.
100
132
  - Drop Node 16 support.
101
133
 
134
+ ## 3.7.17
135
+ Mon, 20 Nov 2023 18:24:23 GMT
136
+
137
+ _Version update only_
138
+
139
+ ## 3.7.16
140
+ Mon, 16 Oct 2023 12:49:08 GMT
141
+
142
+ _Version update only_
143
+
102
144
  ## 3.7.15
103
145
  Tue, 10 Oct 2023 19:58:35 GMT
104
146
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@itwin/express-server",
3
- "version": "4.3.0-dev.8",
3
+ "version": "4.3.0",
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.8",
46
- "@itwin/core-common": "4.3.0-dev.8",
47
- "@itwin/core-backend": "4.3.0-dev.8"
45
+ "@itwin/build-tools": "4.3.0",
46
+ "@itwin/core-common": "4.3.0",
47
+ "@itwin/core-backend": "4.3.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "@itwin/core-backend": "4.3.0-dev.8"
50
+ "@itwin/core-backend": "4.3.0"
51
51
  },
52
52
  "dependencies": {
53
53
  "express": "^4.16.3",