@itwin/express-server 4.0.0-dev.23 → 4.0.0-dev.28

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 +5 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -9,6 +9,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
9
9
 
10
10
  - React to RPC deprecations.
11
11
 
12
+ ## 3.5.6
13
+ Fri, 24 Feb 2023 16:02:47 GMT
14
+
15
+ _Version update only_
16
+
12
17
  ## 3.5.5
13
18
  Thu, 26 Jan 2023 22:53:27 GMT
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/express-server",
3
- "version": "4.0.0-dev.23",
3
+ "version": "4.0.0-dev.28",
4
4
  "description": "iTwin.js express utilities",
5
5
  "main": "lib/cjs/ExpressServer.js",
6
6
  "typings": "lib/cjs/ExpressServer",
@@ -24,10 +24,10 @@
24
24
  "url": "http://www.bentley.com"
25
25
  },
26
26
  "devDependencies": {
27
- "@itwin/build-tools": "4.0.0-dev.23",
28
- "@itwin/core-common": "4.0.0-dev.23",
29
- "@itwin/core-backend": "4.0.0-dev.23",
30
- "@itwin/eslint-plugin": "4.0.0-dev.23",
27
+ "@itwin/build-tools": "4.0.0-dev.28",
28
+ "@itwin/core-common": "4.0.0-dev.28",
29
+ "@itwin/core-backend": "4.0.0-dev.28",
30
+ "@itwin/eslint-plugin": "4.0.0-dev.28",
31
31
  "@types/body-parser": "^1.17.0",
32
32
  "@types/chai": "4.3.1",
33
33
  "@types/express": "^4.16.1",
@@ -46,7 +46,7 @@
46
46
  "typescript": "~4.4.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@itwin/core-backend": "4.0.0-dev.23"
49
+ "@itwin/core-backend": "4.0.0-dev.28"
50
50
  },
51
51
  "dependencies": {
52
52
  "express": "^4.16.3",