@itwin/core-backend 4.1.0-dev.63 → 4.1.0-dev.66

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Mon, 03 Jul 2023 15:28:41 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 17 Jul 2023 19:31:25 GMT and should not be manually modified.
4
+
5
+ ## 4.0.4
6
+ Wed, 12 Jul 2023 15:50:01 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.0.3
6
11
  Mon, 03 Jul 2023 15:28:41 GMT
@@ -45,6 +50,16 @@ Mon, 22 May 2023 15:34:14 GMT
45
50
  - allow passing a custom schema read context to IModelDb.importSchemas
46
51
  - Added test to verify Id serialization to hex for system properties.
47
52
 
53
+ ## 3.7.11
54
+ Tue, 11 Jul 2023 17:17:21 GMT
55
+
56
+ _Version update only_
57
+
58
+ ## 3.7.10
59
+ Wed, 05 Jul 2023 13:41:21 GMT
60
+
61
+ _Version update only_
62
+
48
63
  ## 3.7.9
49
64
  Tue, 20 Jun 2023 12:51:02 GMT
50
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.1.0-dev.63",
3
+ "version": "4.1.0-dev.66",
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.0-dev.63",
29
- "@itwin/core-common": "^4.1.0-dev.63",
30
- "@itwin/core-geometry": "^4.1.0-dev.63",
28
+ "@itwin/core-bentley": "^4.1.0-dev.66",
29
+ "@itwin/core-common": "^4.1.0-dev.66",
30
+ "@itwin/core-geometry": "^4.1.0-dev.66",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -66,11 +66,11 @@
66
66
  "source-map-loader": "^4.0.0",
67
67
  "typescript": "~5.0.2",
68
68
  "webpack": "^5.76.0",
69
- "@itwin/build-tools": "4.1.0-dev.63",
70
- "@itwin/core-common": "4.1.0-dev.63",
71
- "@itwin/core-bentley": "4.1.0-dev.63",
72
- "@itwin/core-geometry": "4.1.0-dev.63",
73
- "@itwin/core-webpack-tools": "4.1.0-dev.63",
69
+ "@itwin/build-tools": "4.1.0-dev.66",
70
+ "@itwin/core-common": "4.1.0-dev.66",
71
+ "@itwin/core-bentley": "4.1.0-dev.66",
72
+ "@itwin/core-geometry": "4.1.0-dev.66",
73
+ "@itwin/core-webpack-tools": "4.1.0-dev.66",
74
74
  "internal-tools": "3.0.0-dev.69"
75
75
  },
76
76
  "dependencies": {
@@ -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.0-dev.63"
89
+ "@itwin/core-telemetry": "4.1.0-dev.66"
90
90
  },
91
91
  "nyc": {
92
92
  "extends": "./node_modules/@itwin/build-tools/.nycrc"