@itwin/ecschema-metadata 3.7.0-dev.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 +7 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
7
7
 
8
8
  _Version update only_
9
9
 
10
+ ## 3.5.6
11
+ Fri, 24 Feb 2023 16:02:47 GMT
12
+
13
+ _Version update only_
14
+
10
15
  ## 3.5.5
11
16
  Thu, 26 Jan 2023 22:53:27 GMT
12
17
 
@@ -851,7 +856,7 @@ Wed, 06 May 2020 13:17:49 GMT
851
856
 
852
857
  - new EC Rule 501 - CustomAttribute schemas must be referenced by the container's schema.
853
858
  - Removing deprecated API. Please see NextVersion.md under the heading 'ecschema-metadata Package' for details.
854
- - 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.
855
860
  - Undefined display labels should equal empty display labels during schema comparison.
856
861
  - order imports.
857
862
  - Removed unused package dependencies
@@ -977,7 +982,7 @@ Mon, 13 May 2019 15:52:05 GMT
977
982
  - Adds parameter for api-extractor to validate missing release tags
978
983
  - Adds ignoreMissingTags flag
979
984
  - Fix broken links
980
- - 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.
981
986
  - Added ability to suppress rule violations from being reported during schema validation.
982
987
  - Upgrade TypeDoc dependency to 0.14.2
983
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.7.0-dev.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.7.0-dev.1",
26
- "@itwin/core-bentley": "3.7.0-dev.1",
27
- "@itwin/core-quantity": "3.7.0-dev.1",
28
- "@itwin/eslint-plugin": "3.7.0-dev.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.7.0-dev.1",
50
- "@itwin/core-quantity": "^3.7.0-dev.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"