@itwin/core-backend 4.2.0-dev.30 → 4.2.0-dev.31
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.
- package/CHANGELOG.md +11 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 29 Sep 2023 18:24:48 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.1.7
|
|
6
|
+
Thu, 28 Sep 2023 21:41:33 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 4.1.6
|
|
6
11
|
Tue, 12 Sep 2023 15:38:52 GMT
|
|
@@ -127,6 +132,11 @@ Mon, 22 May 2023 15:34:14 GMT
|
|
|
127
132
|
- allow passing a custom schema read context to IModelDb.importSchemas
|
|
128
133
|
- Added test to verify Id serialization to hex for system properties.
|
|
129
134
|
|
|
135
|
+
## 3.7.14
|
|
136
|
+
Fri, 29 Sep 2023 16:57:16 GMT
|
|
137
|
+
|
|
138
|
+
_Version update only_
|
|
139
|
+
|
|
130
140
|
## 3.7.13
|
|
131
141
|
Tue, 08 Aug 2023 19:49:18 GMT
|
|
132
142
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "4.2.0-dev.
|
|
3
|
+
"version": "4.2.0-dev.31",
|
|
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.2.0-dev.
|
|
29
|
-
"@itwin/core-common": "^4.2.0-dev.
|
|
30
|
-
"@itwin/core-geometry": "^4.2.0-dev.
|
|
28
|
+
"@itwin/core-bentley": "^4.2.0-dev.31",
|
|
29
|
+
"@itwin/core-common": "^4.2.0-dev.31",
|
|
30
|
+
"@itwin/core-geometry": "^4.2.0-dev.31",
|
|
31
31
|
"@opentelemetry/api": "^1.0.4"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@types/sinon": "^10.0.15",
|
|
53
53
|
"@types/touch": "^3.1.2",
|
|
54
54
|
"@types/ws": "^7.0.0",
|
|
55
|
-
"chai": "^4.
|
|
55
|
+
"chai": "^4.3.10",
|
|
56
56
|
"chai-as-promised": "^7",
|
|
57
57
|
"cpx2": "^3.0.0",
|
|
58
58
|
"dotenv": "^10.0.0",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"source-map-loader": "^4.0.0",
|
|
68
68
|
"typescript": "~5.0.2",
|
|
69
69
|
"webpack": "^5.76.0",
|
|
70
|
-
"@itwin/
|
|
71
|
-
"@itwin/core-bentley": "4.2.0-dev.
|
|
72
|
-
"@itwin/
|
|
73
|
-
"@itwin/core-common": "4.2.0-dev.
|
|
74
|
-
"@itwin/
|
|
75
|
-
"@itwin/
|
|
70
|
+
"@itwin/build-tools": "4.2.0-dev.31",
|
|
71
|
+
"@itwin/core-bentley": "4.2.0-dev.31",
|
|
72
|
+
"@itwin/core-geometry": "4.2.0-dev.31",
|
|
73
|
+
"@itwin/core-common": "4.2.0-dev.31",
|
|
74
|
+
"@itwin/core-webpack-tools": "4.2.0-dev.31",
|
|
75
|
+
"@itwin/ecsql-common": "4.2.0-dev.31",
|
|
76
76
|
"internal-tools": "3.0.0-dev.69"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"semver": "^7.3.5",
|
|
90
90
|
"touch": "^3.1.0",
|
|
91
91
|
"ws": "^7.5.3",
|
|
92
|
-
"@itwin/core-telemetry": "4.2.0-dev.
|
|
92
|
+
"@itwin/core-telemetry": "4.2.0-dev.31"
|
|
93
93
|
},
|
|
94
94
|
"nyc": {
|
|
95
95
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|