@itwin/ecschema-metadata 5.0.0 → 5.0.1
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,11 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 17 Jun 2025 18:33:52 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.0.1
|
|
6
|
+
Tue, 17 Jun 2025 18:33:52 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 5.0.0
|
|
6
11
|
Fri, 13 Jun 2025 20:25:38 GMT
|
|
@@ -25,6 +30,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
|
|
|
25
30
|
- 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.
|
|
26
31
|
- Change core peer dependencies to strict version.
|
|
27
32
|
|
|
33
|
+
## 4.11.6
|
|
34
|
+
Mon, 16 Jun 2025 15:00:15 GMT
|
|
35
|
+
|
|
36
|
+
_Version update only_
|
|
37
|
+
|
|
28
38
|
## 4.11.5
|
|
29
39
|
Fri, 06 Jun 2025 13:41:18 GMT
|
|
30
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
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.0.
|
|
52
|
-
"@itwin/core-quantity": "5.0.
|
|
53
|
-
"@itwin/core-bentley": "5.0.
|
|
51
|
+
"@itwin/build-tools": "5.0.1",
|
|
52
|
+
"@itwin/core-quantity": "5.0.1",
|
|
53
|
+
"@itwin/core-bentley": "5.0.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@itwin/core-bentley": "5.0.
|
|
57
|
-
"@itwin/core-quantity": "5.0.
|
|
56
|
+
"@itwin/core-bentley": "5.0.1",
|
|
57
|
+
"@itwin/core-quantity": "5.0.1"
|
|
58
58
|
},
|
|
59
59
|
"nyc": {
|
|
60
60
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|