@itwin/core-backend 3.2.6 → 3.2.9

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 +18 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Fri, 15 Jul 2022 19:04:43 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Aug 2022 14:21:40 GMT and should not be manually modified.
4
+
5
+ ## 3.2.9
6
+ Fri, 26 Aug 2022 14:21:40 GMT
7
+
8
+ ### Updates
9
+
10
+ - Update to @bentley/imodeljs-native@3.2.15
11
+
12
+ ## 3.2.8
13
+ Tue, 09 Aug 2022 15:52:41 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 3.2.7
18
+ Mon, 01 Aug 2022 13:36:56 GMT
19
+
20
+ _Version update only_
4
21
 
5
22
  ## 3.2.6
6
23
  Fri, 15 Jul 2022 19:04:43 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "3.2.6",
3
+ "version": "3.2.9",
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.2.6",
28
- "@itwin/core-common": "^3.2.6",
29
- "@itwin/core-geometry": "^3.2.6",
30
- "@itwin/ecschema-metadata": "^3.2.6"
27
+ "@itwin/core-bentley": "^3.2.9",
28
+ "@itwin/core-common": "^3.2.9",
29
+ "@itwin/core-geometry": "^3.2.9",
30
+ "@itwin/ecschema-metadata": "^3.2.9"
31
31
  },
32
32
  "peerDependenciesMeta": {
33
33
  "@itwin/ecschema-metadata": {
@@ -39,13 +39,13 @@
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.2.6",
43
- "@itwin/core-bentley": "3.2.6",
44
- "@itwin/core-common": "3.2.6",
45
- "@itwin/core-geometry": "3.2.6",
46
- "@itwin/core-webpack-tools": "3.2.6",
47
- "@itwin/ecschema-metadata": "3.2.6",
48
- "@itwin/eslint-plugin": "3.2.6",
42
+ "@itwin/build-tools": "3.2.9",
43
+ "@itwin/core-bentley": "3.2.9",
44
+ "@itwin/core-common": "3.2.9",
45
+ "@itwin/core-geometry": "3.2.9",
46
+ "@itwin/core-webpack-tools": "3.2.9",
47
+ "@itwin/ecschema-metadata": "3.2.9",
48
+ "@itwin/eslint-plugin": "3.2.9",
49
49
  "@types/chai": "^4.1.4",
50
50
  "@types/chai-as-promised": "^7",
51
51
  "@types/fs-extra": "^4.0.7",
@@ -74,8 +74,8 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@azure/storage-blob": "^12.7.0",
77
- "@bentley/imodeljs-native": "3.2.14",
78
- "@itwin/core-telemetry": "3.2.6",
77
+ "@bentley/imodeljs-native": "3.2.15",
78
+ "@itwin/core-telemetry": "3.2.9",
79
79
  "form-data": "^2.3.2",
80
80
  "fs-extra": "^8.1.0",
81
81
  "json5": "^2.2.0",