@itwin/core-backend 3.4.0-dev.23 → 3.4.0-dev.24

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 +13 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Thu, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.1
6
+ Fri, 26 Aug 2022 15:40:02 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.3.0
6
11
  Thu, 18 Aug 2022 19:08:02 GMT
@@ -23,6 +28,13 @@ Thu, 18 Aug 2022 19:08:02 GMT
23
28
  - deprecate collectPredecessorIds and getPredecessorIds in favor of collectReferenceIds and getReferenceIds
24
29
  - added SQLiteDb.withOpenDb
25
30
 
31
+ ## 3.2.9
32
+ Fri, 26 Aug 2022 14:21:40 GMT
33
+
34
+ ### Updates
35
+
36
+ - Update to @bentley/imodeljs-native@3.2.15
37
+
26
38
  ## 3.2.8
27
39
  Tue, 09 Aug 2022 15:52:41 GMT
28
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "3.4.0-dev.23",
3
+ "version": "3.4.0-dev.24",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "typings": "lib/cjs/core-backend",
@@ -24,10 +24,10 @@
24
24
  "url": "http://www.bentley.com"
25
25
  },
26
26
  "peerDependencies": {
27
- "@itwin/core-bentley": "^3.4.0-dev.23",
28
- "@itwin/core-common": "^3.4.0-dev.23",
29
- "@itwin/core-geometry": "^3.4.0-dev.23",
30
- "@itwin/ecschema-metadata": "^3.4.0-dev.23",
27
+ "@itwin/core-bentley": "^3.4.0-dev.24",
28
+ "@itwin/core-common": "^3.4.0-dev.24",
29
+ "@itwin/core-geometry": "^3.4.0-dev.24",
30
+ "@itwin/ecschema-metadata": "^3.4.0-dev.24",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -43,13 +43,13 @@
43
43
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
44
44
  ],
45
45
  "devDependencies": {
46
- "@itwin/build-tools": "3.4.0-dev.23",
47
- "@itwin/core-bentley": "3.4.0-dev.23",
48
- "@itwin/core-common": "3.4.0-dev.23",
49
- "@itwin/core-geometry": "3.4.0-dev.23",
50
- "@itwin/core-webpack-tools": "3.4.0-dev.23",
51
- "@itwin/ecschema-metadata": "3.4.0-dev.23",
52
- "@itwin/eslint-plugin": "3.4.0-dev.23",
46
+ "@itwin/build-tools": "3.4.0-dev.24",
47
+ "@itwin/core-bentley": "3.4.0-dev.24",
48
+ "@itwin/core-common": "3.4.0-dev.24",
49
+ "@itwin/core-geometry": "3.4.0-dev.24",
50
+ "@itwin/core-webpack-tools": "3.4.0-dev.24",
51
+ "@itwin/ecschema-metadata": "3.4.0-dev.24",
52
+ "@itwin/eslint-plugin": "3.4.0-dev.24",
53
53
  "@opentelemetry/api": "^1.0.4",
54
54
  "@types/chai": "4.3.1",
55
55
  "@types/chai-as-promised": "^7",
@@ -80,7 +80,7 @@
80
80
  "dependencies": {
81
81
  "@azure/storage-blob": "^12.7.0",
82
82
  "@bentley/imodeljs-native": "3.4.9",
83
- "@itwin/core-telemetry": "3.4.0-dev.23",
83
+ "@itwin/core-telemetry": "3.4.0-dev.24",
84
84
  "form-data": "^2.3.2",
85
85
  "fs-extra": "^8.1.0",
86
86
  "json5": "^2.2.0",