@itwin/core-backend 4.3.0-dev.33 → 4.3.0-dev.34

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 +6 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Mon, 20 Nov 2023 16:16:07 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 30 Nov 2023 17:07:27 GMT and should not be manually modified.
4
4
 
5
5
  ## 4.2.4
6
6
  Mon, 20 Nov 2023 16:14:45 GMT
@@ -185,6 +185,11 @@ Mon, 22 May 2023 15:34:14 GMT
185
185
  - allow passing a custom schema read context to IModelDb.importSchemas
186
186
  - Added test to verify Id serialization to hex for system properties.
187
187
 
188
+ ## 3.7.17
189
+ Mon, 20 Nov 2023 18:24:23 GMT
190
+
191
+ _Version update only_
192
+
188
193
  ## 3.7.16
189
194
  Mon, 16 Oct 2023 12:49:07 GMT
190
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.3.0-dev.33",
3
+ "version": "4.3.0-dev.34",
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.3.0-dev.33",
29
- "@itwin/core-common": "^4.3.0-dev.33",
30
- "@itwin/core-geometry": "^4.3.0-dev.33",
28
+ "@itwin/core-bentley": "^4.3.0-dev.34",
29
+ "@itwin/core-common": "^4.3.0-dev.34",
30
+ "@itwin/core-geometry": "^4.3.0-dev.34",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -69,12 +69,12 @@
69
69
  "ts-node": "^10.8.2",
70
70
  "typescript": "~5.0.2",
71
71
  "webpack": "^5.76.0",
72
- "@itwin/build-tools": "4.3.0-dev.33",
73
- "@itwin/core-bentley": "4.3.0-dev.33",
74
- "@itwin/core-common": "4.3.0-dev.33",
75
- "@itwin/core-geometry": "4.3.0-dev.33",
76
- "@itwin/core-webpack-tools": "4.3.0-dev.33",
77
- "@itwin/ecsql-common": "4.3.0-dev.33",
72
+ "@itwin/build-tools": "4.3.0-dev.34",
73
+ "@itwin/core-bentley": "4.3.0-dev.34",
74
+ "@itwin/core-common": "4.3.0-dev.34",
75
+ "@itwin/core-geometry": "4.3.0-dev.34",
76
+ "@itwin/ecsql-common": "4.3.0-dev.34",
77
+ "@itwin/core-webpack-tools": "4.3.0-dev.34",
78
78
  "internal-tools": "3.0.0-dev.69"
79
79
  },
80
80
  "dependencies": {
@@ -91,7 +91,7 @@
91
91
  "semver": "^7.3.5",
92
92
  "touch": "^3.1.0",
93
93
  "ws": "^7.5.3",
94
- "@itwin/core-telemetry": "4.3.0-dev.33"
94
+ "@itwin/core-telemetry": "4.3.0-dev.34"
95
95
  },
96
96
  "nyc": {
97
97
  "extends": "./node_modules/@itwin/build-tools/.nycrc"