@itwin/ecschema-metadata 3.7.0-dev.2 → 3.7.0-dev.5

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 +13 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/ecschema-metadata
2
2
 
3
- This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
4
+
5
+ ## 3.6.2
6
+ Fri, 17 Mar 2023 17:52:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.6.1
11
+ Fri, 24 Feb 2023 22:00:48 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 3.6.0
6
16
  Wed, 08 Feb 2023 14:58:40 GMT
@@ -856,7 +866,7 @@ Wed, 06 May 2020 13:17:49 GMT
856
866
 
857
867
  - new EC Rule 501 - CustomAttribute schemas must be referenced by the container's schema.
858
868
  - 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.
869
+ - 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
870
  - Undefined display labels should equal empty display labels during schema comparison.
861
871
  - order imports.
862
872
  - Removed unused package dependencies
@@ -982,7 +992,7 @@ Mon, 13 May 2019 15:52:05 GMT
982
992
  - Adds parameter for api-extractor to validate missing release tags
983
993
  - Adds ignoreMissingTags flag
984
994
  - Fix broken links
985
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
995
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
986
996
  - Added ability to suppress rule violations from being reported during schema validation.
987
997
  - Upgrade TypeDoc dependency to 0.14.2
988
998
  - 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": "3.7.0-dev.2",
3
+ "version": "3.7.0-dev.5",
4
4
  "description": "ECObjects core concepts in typescript",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-metadata.js",
@@ -22,10 +22,10 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@bentley/units-schema": "^1.0.5",
25
- "@itwin/build-tools": "3.7.0-dev.2",
26
- "@itwin/core-bentley": "3.7.0-dev.2",
27
- "@itwin/core-quantity": "3.7.0-dev.2",
28
- "@itwin/eslint-plugin": "3.7.0-dev.2",
25
+ "@itwin/build-tools": "3.7.0-dev.5",
26
+ "@itwin/core-bentley": "3.7.0-dev.5",
27
+ "@itwin/core-quantity": "3.7.0-dev.5",
28
+ "@itwin/eslint-plugin": "3.7.0-dev.5",
29
29
  "@types/almost-equal": "1.1.0",
30
30
  "@types/benchmark": "^2.1.0",
31
31
  "@types/chai": "4.3.1",
@@ -46,8 +46,8 @@
46
46
  "typescript": "~4.4.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@itwin/core-bentley": "^3.7.0-dev.2",
50
- "@itwin/core-quantity": "^3.7.0-dev.2"
49
+ "@itwin/core-bentley": "^3.7.0-dev.5",
50
+ "@itwin/core-quantity": "^3.7.0-dev.5"
51
51
  },
52
52
  "dependencies": {
53
53
  "almost-equal": "^1.1.0"