@itwin/ecschema-metadata 5.10.0-dev.9 → 5.10.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.
Files changed (34) hide show
  1. package/CHANGELOG.md +36 -1
  2. package/lib/cjs/SchemaView.d.ts +653 -0
  3. package/lib/cjs/SchemaView.d.ts.map +1 -0
  4. package/lib/cjs/SchemaView.js +1204 -0
  5. package/lib/cjs/SchemaView.js.map +1 -0
  6. package/lib/cjs/SchemaViewBinaryReader.d.ts +16 -0
  7. package/lib/cjs/SchemaViewBinaryReader.d.ts.map +1 -0
  8. package/lib/cjs/SchemaViewBinaryReader.js +610 -0
  9. package/lib/cjs/SchemaViewBinaryReader.js.map +1 -0
  10. package/lib/cjs/SchemaViewInterfaces.d.ts +220 -0
  11. package/lib/cjs/SchemaViewInterfaces.d.ts.map +1 -0
  12. package/lib/cjs/SchemaViewInterfaces.js +69 -0
  13. package/lib/cjs/SchemaViewInterfaces.js.map +1 -0
  14. package/lib/cjs/ecschema-metadata.d.ts +3 -0
  15. package/lib/cjs/ecschema-metadata.d.ts.map +1 -1
  16. package/lib/cjs/ecschema-metadata.js +3 -0
  17. package/lib/cjs/ecschema-metadata.js.map +1 -1
  18. package/lib/esm/SchemaView.d.ts +653 -0
  19. package/lib/esm/SchemaView.d.ts.map +1 -0
  20. package/lib/esm/SchemaView.js +1199 -0
  21. package/lib/esm/SchemaView.js.map +1 -0
  22. package/lib/esm/SchemaViewBinaryReader.d.ts +16 -0
  23. package/lib/esm/SchemaViewBinaryReader.d.ts.map +1 -0
  24. package/lib/esm/SchemaViewBinaryReader.js +607 -0
  25. package/lib/esm/SchemaViewBinaryReader.js.map +1 -0
  26. package/lib/esm/SchemaViewInterfaces.d.ts +220 -0
  27. package/lib/esm/SchemaViewInterfaces.d.ts.map +1 -0
  28. package/lib/esm/SchemaViewInterfaces.js +66 -0
  29. package/lib/esm/SchemaViewInterfaces.js.map +1 -0
  30. package/lib/esm/ecschema-metadata.d.ts +3 -0
  31. package/lib/esm/ecschema-metadata.d.ts.map +1 -1
  32. package/lib/esm/ecschema-metadata.js +3 -0
  33. package/lib/esm/ecschema-metadata.js.map +1 -1
  34. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  # Change Log - @itwin/ecschema-metadata
2
2
 
3
- This log was last generated on Fri, 08 May 2026 20:37:55 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 08 Jun 2026 18:45:58 GMT and should not be manually modified.
4
+
5
+ ## 5.10.1
6
+ Mon, 08 Jun 2026 18:45:58 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.10.0
11
+ Wed, 03 Jun 2026 20:19:46 GMT
12
+
13
+ ### Updates
14
+
15
+ - UnitConversion, parseDefinition, and Graph now re-exported from @itwin/core-quantity. UnitConversion.from() signature uses UnitConversionSource interface (structural typing — no consumer changes needed). No public API changes.
16
+ - Use units schema 01.00.10
17
+ - Add a SchemaView layer
18
+ - Document the units schema update for volume-per-length conversion metadata.
19
+
20
+ ## 5.9.5
21
+ Mon, 01 Jun 2026 17:34:00 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 5.9.4
26
+ Tue, 19 May 2026 19:45:27 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 5.9.3
31
+ Fri, 15 May 2026 11:25:54 GMT
32
+
33
+ _Version update only_
4
34
 
5
35
  ## 5.9.2
6
36
  Fri, 08 May 2026 20:36:41 GMT
@@ -20,6 +50,11 @@ Mon, 04 May 2026 16:32:08 GMT
20
50
  - UnitConversion, parseDefinition, and Graph now re-exported from @itwin/core-quantity. UnitConversion.from() signature uses UnitConversionSource interface (structural typing — no consumer changes needed). No public API changes.
21
51
  - Promoted ECSpecVersion interface to beta.
22
52
 
53
+ ## 5.8.5
54
+ Thu, 14 May 2026 19:12:21 GMT
55
+
56
+ _Version update only_
57
+
23
58
  ## 5.8.4
24
59
  Thu, 23 Apr 2026 18:05:14 GMT
25
60