@itwin/ecschema-locaters 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 (2) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # Change Log - @itwin/ecschema-locaters
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
+ - Use units schema 01.00.10
11
+
12
+ ## 5.9.5
13
+ Mon, 01 Jun 2026 17:34:00 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 5.9.4
18
+ Tue, 19 May 2026 19:45:27 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 5.9.3
23
+ Fri, 15 May 2026 11:25:54 GMT
24
+
25
+ _Version update only_
4
26
 
5
27
  ## 5.9.2
6
28
  Fri, 08 May 2026 20:36:41 GMT
@@ -17,6 +39,11 @@ Mon, 04 May 2026 16:32:08 GMT
17
39
 
18
40
  _Version update only_
19
41
 
42
+ ## 5.8.5
43
+ Thu, 14 May 2026 19:12:21 GMT
44
+
45
+ _Version update only_
46
+
20
47
  ## 5.8.4
21
48
  Thu, 23 Apr 2026 18:05:14 GMT
22
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-locaters",
3
- "version": "5.10.0-dev.9",
3
+ "version": "5.10.0",
4
4
  "description": "EC Schema file locaters",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-locaters.js",
@@ -37,7 +37,7 @@
37
37
  "@bentley/quantity-takeoffs-aspects-schema": "^1.0.1",
38
38
  "@bentley/spatial-composition-schema": "^1.0.1",
39
39
  "@bentley/structural-physical-schema": "^1.0.1",
40
- "@bentley/units-schema": "^1.0.9",
40
+ "@bentley/units-schema": "^1.0.10",
41
41
  "@itwin/eslint-plugin": "^6.0.0",
42
42
  "@types/chai": "4.3.1",
43
43
  "@types/chai-as-promised": "^7",
@@ -54,8 +54,8 @@
54
54
  "rimraf": "^6.0.1",
55
55
  "sinon": "^17.0.2",
56
56
  "typescript": "~5.6.2",
57
- "@itwin/build-tools": "5.10.0-dev.9",
58
- "@itwin/ecschema-metadata": "5.10.0-dev.9"
57
+ "@itwin/build-tools": "5.10.0",
58
+ "@itwin/ecschema-metadata": "5.10.0"
59
59
  },
60
60
  "dependencies": {
61
61
  "glob": "^10.5.0",
@@ -63,7 +63,7 @@
63
63
  "@xmldom/xmldom": "~0.8.13"
64
64
  },
65
65
  "peerDependencies": {
66
- "@itwin/ecschema-metadata": "5.10.0-dev.9"
66
+ "@itwin/ecschema-metadata": "5.10.0"
67
67
  },
68
68
  "nyc": {
69
69
  "extends": "./node_modules/@itwin/build-tools/.nycrc",