@itwin/ecschema-metadata 5.4.0-dev.10 → 5.4.0-dev.12
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 +21 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 13 Nov 2025 23:24:40 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_
|
|
4
9
|
|
|
5
10
|
## 5.3.1
|
|
6
11
|
Thu, 06 Nov 2025 20:29:06 GMT
|
|
@@ -14,6 +19,16 @@ Mon, 03 Nov 2025 19:02:35 GMT
|
|
|
14
19
|
|
|
15
20
|
- Update `FormatSet` interface, `FormatSetFormatsProvider` to support format referencing
|
|
16
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
|
+
|
|
17
32
|
## 5.2.4
|
|
18
33
|
Fri, 24 Oct 2025 16:20:38 GMT
|
|
19
34
|
|
|
@@ -151,6 +166,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
|
|
|
151
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.
|
|
152
167
|
- Change core peer dependencies to strict version.
|
|
153
168
|
|
|
169
|
+
## 4.11.7
|
|
170
|
+
Thu, 13 Nov 2025 20:49:33 GMT
|
|
171
|
+
|
|
172
|
+
_Version update only_
|
|
173
|
+
|
|
154
174
|
## 4.11.6
|
|
155
175
|
Mon, 16 Jun 2025 15:00:15 GMT
|
|
156
176
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "5.4.0-dev.
|
|
3
|
+
"version": "5.4.0-dev.12",
|
|
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.4.0-dev.
|
|
52
|
-
"@itwin/core-
|
|
53
|
-
"@itwin/core-
|
|
51
|
+
"@itwin/build-tools": "5.4.0-dev.12",
|
|
52
|
+
"@itwin/core-bentley": "5.4.0-dev.12",
|
|
53
|
+
"@itwin/core-quantity": "5.4.0-dev.12"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@itwin/core-bentley": "5.4.0-dev.
|
|
57
|
-
"@itwin/core-quantity": "5.4.0-dev.
|
|
56
|
+
"@itwin/core-bentley": "5.4.0-dev.12",
|
|
57
|
+
"@itwin/core-quantity": "5.4.0-dev.12"
|
|
58
58
|
},
|
|
59
59
|
"nyc": {
|
|
60
60
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|