@itwin/core-backend 3.6.0 → 3.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
4
+
5
+ ## 3.6.2
6
+ Fri, 17 Mar 2023 17:52:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.6.1
11
+ Fri, 24 Feb 2023 22:00:48 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 3.6.0
6
16
  Wed, 08 Feb 2023 14:58:39 GMT
@@ -19,6 +29,11 @@ Wed, 08 Feb 2023 14:58:39 GMT
19
29
  - Element.toJSON should not include undefined values for userLabel or federationGuid
20
30
  - allow passing a custom schema read context to IModelDb.importSchemas
21
31
 
32
+ ## 3.5.6
33
+ Fri, 24 Feb 2023 16:02:47 GMT
34
+
35
+ _Version update only_
36
+
22
37
  ## 3.5.5
23
38
  Thu, 26 Jan 2023 22:53:27 GMT
24
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "typings": "lib/cjs/core-backend",
@@ -24,9 +24,9 @@
24
24
  "url": "http://www.bentley.com"
25
25
  },
26
26
  "peerDependencies": {
27
- "@itwin/core-bentley": "^3.6.0",
28
- "@itwin/core-common": "^3.6.0",
29
- "@itwin/core-geometry": "^3.6.0",
27
+ "@itwin/core-bentley": "^3.6.2",
28
+ "@itwin/core-common": "^3.6.2",
29
+ "@itwin/core-geometry": "^3.6.2",
30
30
  "@opentelemetry/api": "^1.0.4"
31
31
  },
32
32
  "peerDependenciesMeta": {
@@ -39,12 +39,12 @@
39
39
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
40
40
  ],
41
41
  "devDependencies": {
42
- "@itwin/build-tools": "3.6.0",
43
- "@itwin/core-bentley": "3.6.0",
44
- "@itwin/core-common": "3.6.0",
45
- "@itwin/core-geometry": "3.6.0",
46
- "@itwin/core-webpack-tools": "3.6.0",
47
- "@itwin/eslint-plugin": "3.6.0",
42
+ "@itwin/build-tools": "3.6.2",
43
+ "@itwin/core-bentley": "3.6.2",
44
+ "@itwin/core-common": "3.6.2",
45
+ "@itwin/core-geometry": "3.6.2",
46
+ "@itwin/core-webpack-tools": "3.6.2",
47
+ "@itwin/eslint-plugin": "3.6.2",
48
48
  "@opentelemetry/api": "1.0.4",
49
49
  "@types/chai": "4.3.1",
50
50
  "@types/chai-as-promised": "^7",
@@ -70,15 +70,15 @@
70
70
  "sinon": "^9.0.2",
71
71
  "source-map-loader": "^4.0.0",
72
72
  "typescript": "~4.4.0",
73
- "webpack": "^5.64.4"
73
+ "webpack": "^5.76.0"
74
74
  },
75
75
  "dependencies": {
76
76
  "@azure/storage-blob": "^12.7.0",
77
- "@bentley/imodeljs-native": "3.6.7",
77
+ "@bentley/imodeljs-native": "3.6.9",
78
78
  "@itwin/object-storage-azure": "~1.4.0",
79
79
  "@itwin/cloud-agnostic-core": "~1.4.0",
80
80
  "@itwin/object-storage-core": "~1.4.0",
81
- "@itwin/core-telemetry": "3.6.0",
81
+ "@itwin/core-telemetry": "3.6.2",
82
82
  "form-data": "^2.3.2",
83
83
  "fs-extra": "^8.1.0",
84
84
  "inversify": "~5.0.1",