@itwin/ecschema-metadata 5.3.0 → 5.3.2
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 +26 -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, 13 Nov 2025 23:23:23 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.3.2
|
|
6
|
+
Thu, 13 Nov 2025 23:23:23 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.3.1
|
|
11
|
+
Thu, 06 Nov 2025 20:29:06 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 5.3.0
|
|
6
16
|
Mon, 03 Nov 2025 19:02:35 GMT
|
|
@@ -9,6 +19,16 @@ Mon, 03 Nov 2025 19:02:35 GMT
|
|
|
9
19
|
|
|
10
20
|
- Update `FormatSet` interface, `FormatSetFormatsProvider` to support format referencing
|
|
11
21
|
|
|
22
|
+
## 5.2.6
|
|
23
|
+
Thu, 13 Nov 2025 21:13:51 GMT
|
|
24
|
+
|
|
25
|
+
_Version update only_
|
|
26
|
+
|
|
27
|
+
## 5.2.5
|
|
28
|
+
Thu, 13 Nov 2025 07:45:14 GMT
|
|
29
|
+
|
|
30
|
+
_Version update only_
|
|
31
|
+
|
|
12
32
|
## 5.2.4
|
|
13
33
|
Fri, 24 Oct 2025 16:20:38 GMT
|
|
14
34
|
|
|
@@ -146,6 +166,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
|
|
|
146
166
|
- EC Schemas getItems was using a generic to specify the type of item to be removed, the items were never validated though if the schema items really match the given type. With this change, callers can make sure that if they use the overload with the item type (analog to getItem) only items of that type get's returned.
|
|
147
167
|
- Change core peer dependencies to strict version.
|
|
148
168
|
|
|
169
|
+
## 4.11.7
|
|
170
|
+
Thu, 13 Nov 2025 20:49:33 GMT
|
|
171
|
+
|
|
172
|
+
_Version update only_
|
|
173
|
+
|
|
149
174
|
## 4.11.6
|
|
150
175
|
Mon, 16 Jun 2025 15:00:15 GMT
|
|
151
176
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
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.
|
|
52
|
-
"@itwin/core-
|
|
53
|
-
"@itwin/core-
|
|
51
|
+
"@itwin/build-tools": "5.3.2",
|
|
52
|
+
"@itwin/core-bentley": "5.3.2",
|
|
53
|
+
"@itwin/core-quantity": "5.3.2"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@itwin/core-bentley": "5.3.
|
|
57
|
-
"@itwin/core-quantity": "5.3.
|
|
56
|
+
"@itwin/core-bentley": "5.3.2",
|
|
57
|
+
"@itwin/core-quantity": "5.3.2"
|
|
58
58
|
},
|
|
59
59
|
"nyc": {
|
|
60
60
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|