@itwin/ecschema-metadata 4.0.0-dev.70 → 4.0.0-dev.73
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 +33 -3
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.2
|
|
6
|
+
Wed, 12 Apr 2023 13:12:42 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.7.1
|
|
11
|
+
Mon, 03 Apr 2023 15:15:37 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.7.0
|
|
16
|
+
Wed, 29 Mar 2023 15:02:27 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 3.6.3
|
|
21
|
+
Mon, 27 Mar 2023 16:26:47 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
24
|
+
|
|
25
|
+
## 3.6.2
|
|
26
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
|
27
|
+
|
|
28
|
+
_Version update only_
|
|
29
|
+
|
|
30
|
+
## 3.6.1
|
|
31
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
|
32
|
+
|
|
33
|
+
_Version update only_
|
|
4
34
|
|
|
5
35
|
## 3.6.0
|
|
6
36
|
Wed, 08 Feb 2023 14:58:40 GMT
|
|
@@ -856,7 +886,7 @@ Wed, 06 May 2020 13:17:49 GMT
|
|
|
856
886
|
|
|
857
887
|
- new EC Rule 501 - CustomAttribute schemas must be referenced by the container's schema.
|
|
858
888
|
- Removing deprecated API. Please see NextVersion.md under the heading 'ecschema-metadata Package' for details.
|
|
859
|
-
- Deprecating schema classes' method 'toJson' and replacing it with the JSON.stringify supported method 'toJSON'. Also deprecating the 'deserialize' method and replacing it with 'fromJSON' for naming consistency.
|
|
889
|
+
- Deprecating schema classes' method 'toJson' and replacing it with the JSON.stringify supported method 'toJSON'. Also deprecating the 'deserialize' method and replacing it with 'fromJSON' for naming consistency.
|
|
860
890
|
- Undefined display labels should equal empty display labels during schema comparison.
|
|
861
891
|
- order imports.
|
|
862
892
|
- Removed unused package dependencies
|
|
@@ -982,7 +1012,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
982
1012
|
- Adds parameter for api-extractor to validate missing release tags
|
|
983
1013
|
- Adds ignoreMissingTags flag
|
|
984
1014
|
- Fix broken links
|
|
985
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
1015
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
986
1016
|
- Added ability to suppress rule violations from being reported during schema validation.
|
|
987
1017
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
988
1018
|
- Updated BIS and EC schema validation documentation and adjusted diagnostic codes to match documentation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.73",
|
|
4
4
|
"description": "ECObjects core concepts in typescript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-metadata.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@bentley/units-schema": "^1.0.5",
|
|
26
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
27
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
28
|
-
"@itwin/core-quantity": "4.0.0-dev.
|
|
29
|
-
"@itwin/eslint-plugin": "^4.0.0-dev.
|
|
26
|
+
"@itwin/build-tools": "4.0.0-dev.73",
|
|
27
|
+
"@itwin/core-bentley": "4.0.0-dev.73",
|
|
28
|
+
"@itwin/core-quantity": "4.0.0-dev.73",
|
|
29
|
+
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
30
30
|
"@types/almost-equal": "1.1.0",
|
|
31
31
|
"@types/benchmark": "^2.1.0",
|
|
32
32
|
"@types/chai": "4.3.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"chai": "^4.1.2",
|
|
40
40
|
"chai-as-promised": "^7",
|
|
41
41
|
"cpx2": "^3.0.0",
|
|
42
|
-
"eslint": "^
|
|
42
|
+
"eslint": "^8.36.0",
|
|
43
43
|
"mocha": "^10.0.0",
|
|
44
44
|
"nyc": "^15.1.0",
|
|
45
45
|
"rimraf": "^3.0.2",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"typescript": "~5.0.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
51
|
-
"@itwin/core-quantity": "^4.0.0-dev.
|
|
50
|
+
"@itwin/core-bentley": "^4.0.0-dev.73",
|
|
51
|
+
"@itwin/core-quantity": "^4.0.0-dev.73"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"almost-equal": "^1.1.0"
|