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

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 +3 -8
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,11 +1,6 @@
1
1
  # Change Log - @itwin/ecschema-metadata
2
2
 
3
- This log was last generated on Fri, 24 Feb 2023 22:00:48 GMT and should not be manually modified.
4
-
5
- ## 3.6.1
6
- Fri, 24 Feb 2023 22:00:48 GMT
7
-
8
- _Version update only_
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
9
4
 
10
5
  ## 3.6.0
11
6
  Wed, 08 Feb 2023 14:58:40 GMT
@@ -861,7 +856,7 @@ Wed, 06 May 2020 13:17:49 GMT
861
856
 
862
857
  - new EC Rule 501 - CustomAttribute schemas must be referenced by the container's schema.
863
858
  - Removing deprecated API. Please see NextVersion.md under the heading 'ecschema-metadata Package' for details.
864
- - 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.
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.
865
860
  - Undefined display labels should equal empty display labels during schema comparison.
866
861
  - order imports.
867
862
  - Removed unused package dependencies
@@ -987,7 +982,7 @@ Mon, 13 May 2019 15:52:05 GMT
987
982
  - Adds parameter for api-extractor to validate missing release tags
988
983
  - Adds ignoreMissingTags flag
989
984
  - Fix broken links
990
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
985
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
991
986
  - Added ability to suppress rule violations from being reported during schema validation.
992
987
  - Upgrade TypeDoc dependency to 0.14.2
993
988
  - 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.6.1",
3
+ "version": "3.7.0-dev.2",
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.6.1",
26
- "@itwin/core-bentley": "3.6.1",
27
- "@itwin/core-quantity": "3.6.1",
28
- "@itwin/eslint-plugin": "3.6.1",
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",
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.6.1",
50
- "@itwin/core-quantity": "^3.6.1"
49
+ "@itwin/core-bentley": "^3.7.0-dev.2",
50
+ "@itwin/core-quantity": "^3.7.0-dev.2"
51
51
  },
52
52
  "dependencies": {
53
53
  "almost-equal": "^1.1.0"