@itwin/ecschema-editing 5.8.0-dev.6 → 5.8.0-dev.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.
- package/CHANGELOG.md +16 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-editing
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 12 Mar 2026 14:14:32 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.7.2
|
|
6
|
+
Thu, 12 Mar 2026 14:12:44 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.7.1
|
|
11
|
+
Mon, 09 Mar 2026 14:41:48 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 5.7.0
|
|
6
16
|
Tue, 03 Mar 2026 18:21:20 GMT
|
|
@@ -10,6 +20,11 @@ Tue, 03 Mar 2026 18:21:20 GMT
|
|
|
10
20
|
- Added performance metrics to Schema Merge Reporter
|
|
11
21
|
- Updated SchemaMerger to provide a merge report to track which operations merged and which failed the merge operation.
|
|
12
22
|
|
|
23
|
+
## 5.6.3
|
|
24
|
+
Mon, 09 Mar 2026 22:09:11 GMT
|
|
25
|
+
|
|
26
|
+
_Version update only_
|
|
27
|
+
|
|
13
28
|
## 5.6.2
|
|
14
29
|
Thu, 26 Feb 2026 22:14:46 GMT
|
|
15
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-editing",
|
|
3
|
-
"version": "5.8.0-dev.
|
|
3
|
+
"version": "5.8.0-dev.9",
|
|
4
4
|
"description": "ECSchema editing and validation API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-editing.js",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"rimraf": "^6.0.1",
|
|
43
43
|
"sinon": "^17.0.2",
|
|
44
44
|
"typescript": "~5.6.2",
|
|
45
|
-
"@itwin/core-
|
|
46
|
-
"@itwin/build-tools": "5.8.0-dev.
|
|
47
|
-
"@itwin/core-bentley": "5.8.0-dev.
|
|
48
|
-
"@itwin/
|
|
49
|
-
"@itwin/
|
|
45
|
+
"@itwin/core-common": "5.8.0-dev.9",
|
|
46
|
+
"@itwin/build-tools": "5.8.0-dev.9",
|
|
47
|
+
"@itwin/core-bentley": "5.8.0-dev.9",
|
|
48
|
+
"@itwin/core-quantity": "5.8.0-dev.9",
|
|
49
|
+
"@itwin/ecschema-metadata": "5.8.0-dev.9"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@itwin/core-bentley": "5.8.0-dev.
|
|
53
|
-
"@itwin/core-quantity": "5.8.0-dev.
|
|
54
|
-
"@itwin/ecschema-metadata": "5.8.0-dev.
|
|
52
|
+
"@itwin/core-bentley": "5.8.0-dev.9",
|
|
53
|
+
"@itwin/core-quantity": "5.8.0-dev.9",
|
|
54
|
+
"@itwin/ecschema-metadata": "5.8.0-dev.9"
|
|
55
55
|
},
|
|
56
56
|
"nyc": {
|
|
57
57
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|