@itwin/core-backend 4.1.6 → 4.1.8

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Tue, 12 Sep 2023 15:38:52 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 06 Oct 2023 04:00:18 GMT and should not be manually modified.
4
+
5
+ ## 4.1.8
6
+ Fri, 06 Oct 2023 04:00:18 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.1.7
11
+ Thu, 28 Sep 2023 21:41:33 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 4.1.6
6
16
  Tue, 12 Sep 2023 15:38:52 GMT
@@ -127,6 +137,11 @@ Mon, 22 May 2023 15:34:14 GMT
127
137
  - allow passing a custom schema read context to IModelDb.importSchemas
128
138
  - Added test to verify Id serialization to hex for system properties.
129
139
 
140
+ ## 3.7.14
141
+ Fri, 29 Sep 2023 16:57:16 GMT
142
+
143
+ _Version update only_
144
+
130
145
  ## 3.7.13
131
146
  Tue, 08 Aug 2023 19:49:18 GMT
132
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.1.6",
3
+ "version": "4.1.8",
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.1.6",
29
- "@itwin/core-common": "^4.1.6",
30
- "@itwin/core-geometry": "^4.1.6",
28
+ "@itwin/core-bentley": "^4.1.8",
29
+ "@itwin/core-common": "^4.1.8",
30
+ "@itwin/core-geometry": "^4.1.8",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -51,7 +51,7 @@
51
51
  "@types/semver": "7.3.10",
52
52
  "@types/sinon": "^10.0.15",
53
53
  "@types/ws": "^7.0.0",
54
- "chai": "^4.1.2",
54
+ "chai": "^4.3.10",
55
55
  "chai-as-promised": "^7",
56
56
  "cpx2": "^3.0.0",
57
57
  "dotenv": "^10.0.0",
@@ -66,15 +66,15 @@
66
66
  "source-map-loader": "^4.0.0",
67
67
  "typescript": "~5.0.2",
68
68
  "webpack": "^5.76.0",
69
- "@itwin/core-common": "4.1.6",
70
- "@itwin/core-webpack-tools": "4.1.6",
71
- "@itwin/core-bentley": "4.1.6",
72
- "@itwin/build-tools": "4.1.6",
73
- "@itwin/core-geometry": "4.1.6",
69
+ "@itwin/build-tools": "4.1.8",
70
+ "@itwin/core-common": "4.1.8",
71
+ "@itwin/core-bentley": "4.1.8",
72
+ "@itwin/core-geometry": "4.1.8",
73
+ "@itwin/core-webpack-tools": "4.1.8",
74
74
  "internal-tools": "3.0.0-dev.69"
75
75
  },
76
76
  "dependencies": {
77
- "@bentley/imodeljs-native": "4.1.11",
77
+ "@bentley/imodeljs-native": "4.1.14",
78
78
  "@itwin/cloud-agnostic-core": "^2.1.0",
79
79
  "@itwin/object-storage-azure": "^2.1.0",
80
80
  "@itwin/object-storage-core": "^2.1.0",
@@ -86,7 +86,7 @@
86
86
  "reflect-metadata": "^0.1.13",
87
87
  "semver": "^7.3.5",
88
88
  "ws": "^7.5.3",
89
- "@itwin/core-telemetry": "4.1.6"
89
+ "@itwin/core-telemetry": "4.1.8"
90
90
  },
91
91
  "nyc": {
92
92
  "extends": "./node_modules/@itwin/build-tools/.nycrc"