@itwin/ecschema-editing 5.2.0-dev.2 → 5.2.0-dev.5
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 +15 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-editing
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 08 Aug 2025 18:10:14 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.1.1
|
|
6
|
+
Fri, 08 Aug 2025 18:06:10 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.1.0
|
|
11
|
+
Fri, 08 Aug 2025 12:51:53 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Treat empty and missing description as equivalent in schema comparison
|
|
16
|
+
- Use the latest released version 1.0.9 of units schema
|
|
17
|
+
- Add support for `stationBaseFactor` in `Format`
|
|
4
18
|
|
|
5
19
|
## 5.0.5
|
|
6
20
|
Wed, 06 Aug 2025 15:34:15 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-editing",
|
|
3
|
-
"version": "5.2.0-dev.
|
|
3
|
+
"version": "5.2.0-dev.5",
|
|
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/
|
|
46
|
-
"@itwin/core-bentley": "5.2.0-dev.
|
|
47
|
-
"@itwin/
|
|
48
|
-
"@itwin/core-common": "5.2.0-dev.
|
|
49
|
-
"@itwin/core-quantity": "5.2.0-dev.
|
|
45
|
+
"@itwin/build-tools": "5.2.0-dev.5",
|
|
46
|
+
"@itwin/core-bentley": "5.2.0-dev.5",
|
|
47
|
+
"@itwin/ecschema-metadata": "5.2.0-dev.5",
|
|
48
|
+
"@itwin/core-common": "5.2.0-dev.5",
|
|
49
|
+
"@itwin/core-quantity": "5.2.0-dev.5"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@itwin/core-bentley": "5.2.0-dev.
|
|
53
|
-
"@itwin/core-quantity": "5.2.0-dev.
|
|
54
|
-
"@itwin/ecschema-metadata": "5.2.0-dev.
|
|
52
|
+
"@itwin/core-bentley": "5.2.0-dev.5",
|
|
53
|
+
"@itwin/core-quantity": "5.2.0-dev.5",
|
|
54
|
+
"@itwin/ecschema-metadata": "5.2.0-dev.5"
|
|
55
55
|
},
|
|
56
56
|
"nyc": {
|
|
57
57
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|