@itwin/ecschema-metadata 4.5.0-dev.9 → 4.5.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.
- package/CHANGELOG.md +59 -1
- package/LICENSE.md +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,54 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 02 Apr 2024 19:06:00 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.5.0
|
|
6
|
+
Tue, 02 Apr 2024 19:06:00 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Units v1.0.8 schema is released which introduces a new unit - Decanewton (daN)
|
|
11
|
+
- Added error handle when trying to create a schema fromJson that has referenced custom attributes and no references defined in the schema.
|
|
12
|
+
|
|
13
|
+
## 4.4.8
|
|
14
|
+
Mon, 25 Mar 2024 22:22:26 GMT
|
|
15
|
+
|
|
16
|
+
_Version update only_
|
|
17
|
+
|
|
18
|
+
## 4.4.7
|
|
19
|
+
Fri, 15 Mar 2024 19:15:14 GMT
|
|
20
|
+
|
|
21
|
+
_Version update only_
|
|
22
|
+
|
|
23
|
+
## 4.4.6
|
|
24
|
+
Fri, 08 Mar 2024 15:57:11 GMT
|
|
25
|
+
|
|
26
|
+
_Version update only_
|
|
27
|
+
|
|
28
|
+
## 4.4.5
|
|
29
|
+
Tue, 05 Mar 2024 20:37:18 GMT
|
|
30
|
+
|
|
31
|
+
_Version update only_
|
|
32
|
+
|
|
33
|
+
## 4.4.4
|
|
34
|
+
Fri, 01 Mar 2024 18:21:01 GMT
|
|
35
|
+
|
|
36
|
+
_Version update only_
|
|
37
|
+
|
|
38
|
+
## 4.4.3
|
|
39
|
+
Fri, 23 Feb 2024 21:26:07 GMT
|
|
40
|
+
|
|
41
|
+
_Version update only_
|
|
42
|
+
|
|
43
|
+
## 4.4.2
|
|
44
|
+
Fri, 16 Feb 2024 14:22:01 GMT
|
|
45
|
+
|
|
46
|
+
_Version update only_
|
|
47
|
+
|
|
48
|
+
## 4.4.1
|
|
49
|
+
Fri, 16 Feb 2024 14:17:48 GMT
|
|
50
|
+
|
|
51
|
+
_Version update only_
|
|
4
52
|
|
|
5
53
|
## 4.4.0
|
|
6
54
|
Mon, 12 Feb 2024 18:15:58 GMT
|
|
@@ -11,6 +59,16 @@ Mon, 12 Feb 2024 18:15:58 GMT
|
|
|
11
59
|
- Added setters for relationship or relationshipconstraint properties
|
|
12
60
|
- Added setter for koq persistenceUnit used in schema merging
|
|
13
61
|
|
|
62
|
+
## 4.3.5
|
|
63
|
+
Mon, 25 Mar 2024 16:54:37 GMT
|
|
64
|
+
|
|
65
|
+
_Version update only_
|
|
66
|
+
|
|
67
|
+
## 4.3.4
|
|
68
|
+
Fri, 22 Mar 2024 13:30:31 GMT
|
|
69
|
+
|
|
70
|
+
_Version update only_
|
|
71
|
+
|
|
14
72
|
## 4.3.3
|
|
15
73
|
Wed, 03 Jan 2024 19:28:38 GMT
|
|
16
74
|
|
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MIT License
|
|
2
2
|
|
|
3
|
-
Copyright © 2017-
|
|
3
|
+
Copyright © 2017-2024 Bentley Systems, Incorporated. All rights reserved.
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "4.5.0
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"description": "ECObjects core concepts in typescript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-metadata.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@bentley/units-schema": "^1.0.
|
|
25
|
+
"@bentley/units-schema": "^1.0.8",
|
|
26
26
|
"@itwin/eslint-plugin": "4.0.0-dev.44",
|
|
27
27
|
"@types/almost-equal": "1.1.0",
|
|
28
28
|
"@types/benchmark": "^2.1.0",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"rimraf": "^3.0.2",
|
|
43
43
|
"sinon": "^17.0.1",
|
|
44
44
|
"typescript": "~5.0.2",
|
|
45
|
-
"@itwin/
|
|
46
|
-
"@itwin/core-bentley": "4.5.0
|
|
47
|
-
"@itwin/
|
|
45
|
+
"@itwin/core-quantity": "4.5.0",
|
|
46
|
+
"@itwin/core-bentley": "4.5.0",
|
|
47
|
+
"@itwin/build-tools": "4.5.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@itwin/core-bentley": "^4.5.0
|
|
51
|
-
"@itwin/core-quantity": "^4.5.0
|
|
50
|
+
"@itwin/core-bentley": "^4.5.0",
|
|
51
|
+
"@itwin/core-quantity": "^4.5.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"almost-equal": "^1.1.0"
|