@itwin/core-backend 3.5.0-dev.13 → 3.5.0-dev.14

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 +23 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.
4
+
5
+ ## 3.3.5
6
+ Tue, 27 Sep 2022 11:50:59 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add some logging in CustomViewState3dCreator.
11
+ - time getmodelextents per modelid
12
+
13
+ ## 3.3.4
14
+ Thu, 08 Sep 2022 19:00:04 GMT
15
+
16
+ ### Updates
17
+
18
+ - call container.checkForChanges before attempting to open a v2 checkpoint
19
+
20
+ ## 3.3.3
21
+ Tue, 06 Sep 2022 20:54:19 GMT
22
+
23
+ ### Updates
24
+
25
+ - Chunk traversal options for ChangedElementsDb
4
26
 
5
27
  ## 3.3.2
6
28
  Thu, 01 Sep 2022 14:37:22 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "3.5.0-dev.13",
3
+ "version": "3.5.0-dev.14",
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.5.0-dev.13",
28
- "@itwin/core-common": "^3.5.0-dev.13",
29
- "@itwin/core-geometry": "^3.5.0-dev.13",
27
+ "@itwin/core-bentley": "^3.5.0-dev.14",
28
+ "@itwin/core-common": "^3.5.0-dev.14",
29
+ "@itwin/core-geometry": "^3.5.0-dev.14",
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.5.0-dev.13",
43
- "@itwin/core-bentley": "3.5.0-dev.13",
44
- "@itwin/core-common": "3.5.0-dev.13",
45
- "@itwin/core-geometry": "3.5.0-dev.13",
46
- "@itwin/core-webpack-tools": "3.5.0-dev.13",
47
- "@itwin/eslint-plugin": "3.5.0-dev.13",
42
+ "@itwin/build-tools": "3.5.0-dev.14",
43
+ "@itwin/core-bentley": "3.5.0-dev.14",
44
+ "@itwin/core-common": "3.5.0-dev.14",
45
+ "@itwin/core-geometry": "3.5.0-dev.14",
46
+ "@itwin/core-webpack-tools": "3.5.0-dev.14",
47
+ "@itwin/eslint-plugin": "3.5.0-dev.14",
48
48
  "@opentelemetry/api": "1.0.4",
49
49
  "@types/chai": "4.3.1",
50
50
  "@types/chai-as-promised": "^7",
@@ -78,7 +78,7 @@
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.5.0-dev.13",
81
+ "@itwin/core-telemetry": "3.5.0-dev.14",
82
82
  "form-data": "^2.3.2",
83
83
  "fs-extra": "^8.1.0",
84
84
  "inversify": "~5.0.1",