@itwin/core-backend 4.10.0-dev.6 → 4.10.0-dev.7

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Fri, 13 Sep 2024 15:12:41 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 25 Sep 2024 20:12:30 GMT and should not be manually modified.
4
+
5
+ ## 4.9.1
6
+ Wed, 25 Sep 2024 20:10:58 GMT
7
+
8
+ ### Updates
9
+
10
+ - Removed added tests for boolean exps in select statement
11
+
12
+ ## 4.9.0
13
+ Mon, 23 Sep 2024 13:44:01 GMT
14
+
15
+ ### Updates
16
+
17
+ - Added tests cases as we now support boolean exps in select statements
18
+ - Added support for CTE in subquery for the command "PRAGMA parseTree"
19
+ - Added support for CTE without columns and also for insert statement to use ONLY keyword
20
+ - Add openGroup() and writeToFile to sqliteChagnesetReader
21
+ - Exposing a new function `computeGraphemeOffsets` that calculates the grapheme offsets for a RunLayoutResult.
22
+ - set LogMask to ALl if CloudSqlite LoggerCatetory is Trace
23
+ - Optional base uri added to TokenProps interface
24
+ - base uri added to BlobContainer.TokenProps interface
25
+ - Newly created WorkspaceDbs will have version 0.0.0. All prerelease (0.x.x or x.x.x-identifier) WorkspaceDbs can be edited.
4
26
 
5
27
  ## 4.8.7
6
28
  Fri, 13 Sep 2024 15:11:17 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.10.0-dev.6",
3
+ "version": "4.10.0-dev.7",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "typings": "lib/cjs/core-backend",
@@ -25,9 +25,9 @@
25
25
  "url": "http://www.bentley.com"
26
26
  },
27
27
  "peerDependencies": {
28
- "@itwin/core-bentley": "^4.10.0-dev.6",
29
- "@itwin/core-common": "^4.10.0-dev.6",
30
- "@itwin/core-geometry": "^4.10.0-dev.6",
28
+ "@itwin/core-bentley": "^4.10.0-dev.7",
29
+ "@itwin/core-common": "^4.10.0-dev.7",
30
+ "@itwin/core-geometry": "^4.10.0-dev.7",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -69,16 +69,16 @@
69
69
  "ts-node": "^10.8.2",
70
70
  "typescript": "~5.3.3",
71
71
  "webpack": "^5.76.0",
72
- "@itwin/build-tools": "4.10.0-dev.6",
73
- "@itwin/core-bentley": "4.10.0-dev.6",
74
- "@itwin/core-geometry": "4.10.0-dev.6",
75
- "@itwin/core-common": "4.10.0-dev.6",
76
- "@itwin/core-webpack-tools": "4.10.0-dev.6",
72
+ "@itwin/core-bentley": "4.10.0-dev.7",
73
+ "@itwin/build-tools": "4.10.0-dev.7",
74
+ "@itwin/core-common": "4.10.0-dev.7",
75
+ "@itwin/core-geometry": "4.10.0-dev.7",
76
+ "@itwin/core-webpack-tools": "4.10.0-dev.7",
77
77
  "internal-tools": "3.0.0-dev.69",
78
- "@itwin/ecsql-common": "4.10.0-dev.6"
78
+ "@itwin/ecsql-common": "4.10.0-dev.7"
79
79
  },
80
80
  "dependencies": {
81
- "@bentley/imodeljs-native": "4.10.3",
81
+ "@bentley/imodeljs-native": "4.10.4",
82
82
  "@itwin/cloud-agnostic-core": "^2.2.4",
83
83
  "@itwin/object-storage-azure": "^2.2.5",
84
84
  "@itwin/object-storage-core": "^2.2.5",
@@ -92,7 +92,7 @@
92
92
  "semver": "^7.5.2",
93
93
  "touch": "^3.1.0",
94
94
  "ws": "^7.5.10",
95
- "@itwin/core-telemetry": "4.10.0-dev.6"
95
+ "@itwin/core-telemetry": "4.10.0-dev.7"
96
96
  },
97
97
  "nyc": {
98
98
  "extends": "./node_modules/@itwin/build-tools/.nycrc"