@itwin/ecschema-metadata 5.10.0-dev.9 → 5.10.0

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 +31 -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,31 @@
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 Wed, 03 Jun 2026 20:19:46 GMT and should not be manually modified.
4
+
5
+ ## 5.10.0
6
+ Wed, 03 Jun 2026 20:19:46 GMT
7
+
8
+ ### Updates
9
+
10
+ - 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.
11
+ - Use units schema 01.00.10
12
+ - Add a SchemaView layer
13
+ - Document the units schema update for volume-per-length conversion metadata.
14
+
15
+ ## 5.9.5
16
+ Mon, 01 Jun 2026 17:34:00 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.9.4
21
+ Tue, 19 May 2026 19:45:27 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 5.9.3
26
+ Fri, 15 May 2026 11:25:54 GMT
27
+
28
+ _Version update only_
4
29
 
5
30
  ## 5.9.2
6
31
  Fri, 08 May 2026 20:36:41 GMT
@@ -20,6 +45,11 @@ Mon, 04 May 2026 16:32:08 GMT
20
45
  - 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
46
  - Promoted ECSpecVersion interface to beta.
22
47
 
48
+ ## 5.8.5
49
+ Thu, 14 May 2026 19:12:21 GMT
50
+
51
+ _Version update only_
52
+
23
53
  ## 5.8.4
24
54
  Thu, 23 Apr 2026 18:05:14 GMT
25
55