@itwin/ecschema-metadata 4.5.0-dev.7 → 4.5.0-dev.9

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 +10 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # Change Log - @itwin/ecschema-metadata
2
2
 
3
- This log was last generated on Wed, 03 Jan 2024 19:29:41 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 12 Feb 2024 19:26:22 GMT and should not be manually modified.
4
+
5
+ ## 4.4.0
6
+ Mon, 12 Feb 2024 18:15:58 GMT
7
+
8
+ ### Updates
9
+
10
+ - Added setters for property attribute values used in schema merging
11
+ - Added setters for relationship or relationshipconstraint properties
12
+ - Added setter for koq persistenceUnit used in schema merging
4
13
 
5
14
  ## 4.3.3
6
15
  Wed, 03 Jan 2024 19:28:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-metadata",
3
- "version": "4.5.0-dev.7",
3
+ "version": "4.5.0-dev.9",
4
4
  "description": "ECObjects core concepts in typescript",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-metadata.js",
@@ -42,13 +42,13 @@
42
42
  "rimraf": "^3.0.2",
43
43
  "sinon": "^17.0.1",
44
44
  "typescript": "~5.0.2",
45
- "@itwin/build-tools": "4.5.0-dev.7",
46
- "@itwin/core-bentley": "4.5.0-dev.7",
47
- "@itwin/core-quantity": "4.5.0-dev.7"
45
+ "@itwin/build-tools": "4.5.0-dev.9",
46
+ "@itwin/core-bentley": "4.5.0-dev.9",
47
+ "@itwin/core-quantity": "4.5.0-dev.9"
48
48
  },
49
49
  "peerDependencies": {
50
- "@itwin/core-bentley": "^4.5.0-dev.7",
51
- "@itwin/core-quantity": "^4.5.0-dev.7"
50
+ "@itwin/core-bentley": "^4.5.0-dev.9",
51
+ "@itwin/core-quantity": "^4.5.0-dev.9"
52
52
  },
53
53
  "dependencies": {
54
54
  "almost-equal": "^1.1.0"