@itwin/express-server 3.6.0-dev.8 → 3.6.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,48 @@
1
1
  # Change Log - @itwin/express-server
2
2
 
3
- This log was last generated on Wed, 07 Dec 2022 19:12:37 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 24 Feb 2023 22:00:48 GMT and should not be manually modified.
4
+
5
+ ## 3.6.1
6
+ Fri, 24 Feb 2023 22:00:48 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.6.0
11
+ Wed, 08 Feb 2023 14:58:40 GMT
12
+
13
+ ### Updates
14
+
15
+ - React to RPC deprecations.
16
+
17
+ ## 3.5.6
18
+ Fri, 24 Feb 2023 16:02:47 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 3.5.5
23
+ Thu, 26 Jan 2023 22:53:27 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 3.5.4
28
+ Wed, 18 Jan 2023 15:27:15 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 3.5.3
33
+ Fri, 13 Jan 2023 17:23:07 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 3.5.2
38
+ Wed, 11 Jan 2023 16:46:30 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 3.5.1
43
+ Thu, 15 Dec 2022 16:38:29 GMT
44
+
45
+ _Version update only_
4
46
 
5
47
  ## 3.5.0
6
48
  Wed, 07 Dec 2022 19:12:37 GMT
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2022 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2023 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/express-server",
3
- "version": "3.6.0-dev.8",
3
+ "version": "3.6.1",
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": "3.6.0-dev.8",
28
- "@itwin/core-common": "3.6.0-dev.8",
29
- "@itwin/core-backend": "3.6.0-dev.8",
30
- "@itwin/eslint-plugin": "3.6.0-dev.8",
27
+ "@itwin/build-tools": "3.6.1",
28
+ "@itwin/core-common": "3.6.1",
29
+ "@itwin/core-backend": "3.6.1",
30
+ "@itwin/eslint-plugin": "3.6.1",
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": "3.6.0-dev.8"
49
+ "@itwin/core-backend": "3.6.1"
50
50
  },
51
51
  "dependencies": {
52
52
  "express": "^4.16.3",