@itwin/ecschema-metadata 5.3.0-dev.7 → 5.3.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 +11 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 02 Oct 2025 14:56:13 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.2.0
|
|
6
|
+
Wed, 01 Oct 2025 20:22:54 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Added isDynamic property on Schema instances to indicate if the schema instance represents a dynamic schema.
|
|
11
|
+
- Add optional 'description' property to FormatSet
|
|
12
|
+
- Add FormatSetFormatsProvider
|
|
13
|
+
- Add required UnitSystem field to FormatSet interface
|
|
4
14
|
|
|
5
15
|
## 5.1.9
|
|
6
16
|
Wed, 24 Sep 2025 17:38:08 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "5.3.0-dev.
|
|
3
|
+
"version": "5.3.0-dev.9",
|
|
4
4
|
"description": "ECObjects core concepts in typescript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-metadata.js",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"rimraf": "^6.0.1",
|
|
49
49
|
"sinon": "^17.0.2",
|
|
50
50
|
"typescript": "~5.6.2",
|
|
51
|
-
"@itwin/build-tools": "5.3.0-dev.
|
|
52
|
-
"@itwin/core-quantity": "5.3.0-dev.
|
|
53
|
-
"@itwin/core-bentley": "5.3.0-dev.
|
|
51
|
+
"@itwin/build-tools": "5.3.0-dev.9",
|
|
52
|
+
"@itwin/core-quantity": "5.3.0-dev.9",
|
|
53
|
+
"@itwin/core-bentley": "5.3.0-dev.9"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@itwin/core-bentley": "5.3.0-dev.
|
|
57
|
-
"@itwin/core-quantity": "5.3.0-dev.
|
|
56
|
+
"@itwin/core-bentley": "5.3.0-dev.9",
|
|
57
|
+
"@itwin/core-quantity": "5.3.0-dev.9"
|
|
58
58
|
},
|
|
59
59
|
"nyc": {
|
|
60
60
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|