@itwin/ecschema-metadata 5.13.0-dev.4 → 5.13.0-dev.6
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 +9 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 03 Aug 2026 12:28:16 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.12.0
|
|
6
|
+
Mon, 03 Aug 2026 12:25:49 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Update pre-existing bearing test expectation to match the new ANGLE-phenomenon convention (see #9465).
|
|
11
|
+
- Add performance improvements for SchemaView. Filtering by schema, incremental loading, and a common lifetime manager class for invalidation.
|
|
4
12
|
|
|
5
13
|
## 5.11.3
|
|
6
14
|
Wed, 15 Jul 2026 19:40:44 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "5.13.0-dev.
|
|
3
|
+
"version": "5.13.0-dev.6",
|
|
4
4
|
"description": "ECObjects core concepts in typescript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-metadata.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@bentley/core-custom-attributes-schema": "^1.0.4",
|
|
30
30
|
"@bentley/formats-schema": "^1.0.0",
|
|
31
31
|
"@bentley/road-rail-units-schema": "^1.0.3",
|
|
32
|
-
"@bentley/units-schema": "^1.0.
|
|
32
|
+
"@bentley/units-schema": "^1.0.11",
|
|
33
33
|
"@itwin/eslint-plugin": "^6.0.0",
|
|
34
34
|
"@types/benchmark": "^2.1.0",
|
|
35
35
|
"@types/node": "~20.17.0",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"rimraf": "^6.0.1",
|
|
42
42
|
"typescript": "~5.6.2",
|
|
43
43
|
"vitest": "^4.1.10",
|
|
44
|
-
"@itwin/
|
|
45
|
-
"@itwin/core-
|
|
46
|
-
"@itwin/
|
|
44
|
+
"@itwin/core-bentley": "5.13.0-dev.6",
|
|
45
|
+
"@itwin/core-quantity": "5.13.0-dev.6",
|
|
46
|
+
"@itwin/build-tools": "5.13.0-dev.6"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@itwin/core-bentley": "5.13.0-dev.
|
|
50
|
-
"@itwin/core-quantity": "5.13.0-dev.
|
|
49
|
+
"@itwin/core-bentley": "5.13.0-dev.6",
|
|
50
|
+
"@itwin/core-quantity": "5.13.0-dev.6"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|