@itwin/ecschema-locaters 5.1.0-dev.40 → 5.1.0-dev.41

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 +16 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @itwin/ecschema-locaters
2
2
 
3
- This log was last generated on Fri, 06 Jun 2025 13:44:02 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jun 2025 15:03:02 GMT and should not be manually modified.
4
+
5
+ ## 5.0.0
6
+ Fri, 13 Jun 2025 20:25:38 GMT
7
+
8
+ ### Updates
9
+
10
+ - Added ESM support
11
+ - Implemented new schema locater PublishedSchemaXmlFileLocater that will locate/load schemas from published schema xml files.
12
+ - applied changes in ecschema-metadatas SchemaLocater interface
13
+ - Change core peer dependencies to strict version.
14
+
15
+ ## 4.11.6
16
+ Mon, 16 Jun 2025 15:00:15 GMT
17
+
18
+ _Version update only_
4
19
 
5
20
  ## 4.11.5
6
21
  Fri, 06 Jun 2025 13:41:18 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-locaters",
3
- "version": "5.1.0-dev.40",
3
+ "version": "5.1.0-dev.41",
4
4
  "description": "EC Schema file locaters",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-locaters.js",
@@ -55,8 +55,8 @@
55
55
  "rimraf": "^6.0.1",
56
56
  "sinon": "^17.0.2",
57
57
  "typescript": "~5.6.2",
58
- "@itwin/build-tools": "5.1.0-dev.40",
59
- "@itwin/ecschema-metadata": "5.1.0-dev.40"
58
+ "@itwin/build-tools": "5.1.0-dev.41",
59
+ "@itwin/ecschema-metadata": "5.1.0-dev.41"
60
60
  },
61
61
  "dependencies": {
62
62
  "glob": "^10.3.12",
@@ -64,7 +64,7 @@
64
64
  "@xmldom/xmldom": "~0.8.10"
65
65
  },
66
66
  "peerDependencies": {
67
- "@itwin/ecschema-metadata": "5.1.0-dev.40"
67
+ "@itwin/ecschema-metadata": "5.1.0-dev.41"
68
68
  },
69
69
  "nyc": {
70
70
  "extends": "./node_modules/@itwin/build-tools/.nycrc",