@itwin/ecschema-metadata 4.5.0-dev.37 → 4.5.0-dev.38
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.
- package/CHANGELOG.md +6 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 22 Mar 2024 13:32:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
## 4.4.7
|
|
6
6
|
Fri, 15 Mar 2024 19:15:14 GMT
|
|
@@ -46,6 +46,11 @@ Mon, 12 Feb 2024 18:15:58 GMT
|
|
|
46
46
|
- Added setters for relationship or relationshipconstraint properties
|
|
47
47
|
- Added setter for koq persistenceUnit used in schema merging
|
|
48
48
|
|
|
49
|
+
## 4.3.4
|
|
50
|
+
Fri, 22 Mar 2024 13:30:31 GMT
|
|
51
|
+
|
|
52
|
+
_Version update only_
|
|
53
|
+
|
|
49
54
|
## 4.3.3
|
|
50
55
|
Wed, 03 Jan 2024 19:28:38 GMT
|
|
51
56
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "4.5.0-dev.
|
|
3
|
+
"version": "4.5.0-dev.38",
|
|
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/core-bentley": "4.5.0-dev.
|
|
46
|
-
"@itwin/
|
|
47
|
-
"@itwin/
|
|
45
|
+
"@itwin/core-bentley": "4.5.0-dev.38",
|
|
46
|
+
"@itwin/core-quantity": "4.5.0-dev.38",
|
|
47
|
+
"@itwin/build-tools": "4.5.0-dev.38"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@itwin/core-bentley": "^4.5.0-dev.
|
|
51
|
-
"@itwin/core-quantity": "^4.5.0-dev.
|
|
50
|
+
"@itwin/core-bentley": "^4.5.0-dev.38",
|
|
51
|
+
"@itwin/core-quantity": "^4.5.0-dev.38"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"almost-equal": "^1.1.0"
|