@itwin/ecschema-metadata 3.2.0-dev.3 → 3.2.0-dev.30
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 +24 -1
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 31 Mar 2022 15:55:48 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.1.1
|
|
6
|
+
Thu, 31 Mar 2022 15:55:48 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.1.0
|
|
11
|
+
Tue, 29 Mar 2022 20:53:47 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Now consuming format type definitions from @itwin/core-quantity. Implementation of the SchemaUnitProvider class to retrieve Units from EC schemas.
|
|
16
|
+
- Simplifying the initialization of the SchemaUnitProvider by allowing a ISchemaLocater to be passed in during construction.
|
|
17
|
+
|
|
18
|
+
## 3.0.3
|
|
19
|
+
Fri, 25 Mar 2022 15:10:02 GMT
|
|
20
|
+
|
|
21
|
+
_Version update only_
|
|
22
|
+
|
|
23
|
+
## 3.0.2
|
|
24
|
+
Thu, 10 Mar 2022 21:18:13 GMT
|
|
25
|
+
|
|
26
|
+
_Version update only_
|
|
4
27
|
|
|
5
28
|
## 3.0.1
|
|
6
29
|
Thu, 24 Feb 2022 15:26:55 GMT
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "3.2.0-dev.
|
|
3
|
+
"version": "3.2.0-dev.30",
|
|
4
4
|
"description": "ECObjects core concepts in typescript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-metadata.js",
|
|
7
7
|
"typings": "lib/cjs/ecschema-metadata",
|
|
8
|
-
"imodeljsSharedLibrary": true,
|
|
9
8
|
"repository": {
|
|
10
9
|
"type": "git",
|
|
11
10
|
"url": "https://github.com/iTwin/itwinjs-core/tree/master/core/ecschema-metadata"
|
|
@@ -23,10 +22,10 @@
|
|
|
23
22
|
},
|
|
24
23
|
"devDependencies": {
|
|
25
24
|
"@bentley/units-schema": "^1.0.5",
|
|
26
|
-
"@itwin/build-tools": "3.2.0-dev.
|
|
27
|
-
"@itwin/core-bentley": "3.2.0-dev.
|
|
28
|
-
"@itwin/core-quantity": "3.2.0-dev.
|
|
29
|
-
"@itwin/eslint-plugin": "3.2.0-dev.
|
|
25
|
+
"@itwin/build-tools": "3.2.0-dev.30",
|
|
26
|
+
"@itwin/core-bentley": "3.2.0-dev.30",
|
|
27
|
+
"@itwin/core-quantity": "3.2.0-dev.30",
|
|
28
|
+
"@itwin/eslint-plugin": "3.2.0-dev.30",
|
|
30
29
|
"@types/almost-equal": "1.1.0",
|
|
31
30
|
"@types/benchmark": "^2.1.0",
|
|
32
31
|
"@types/chai": "^4.1.4",
|
|
@@ -47,8 +46,8 @@
|
|
|
47
46
|
"typescript": "~4.4.0"
|
|
48
47
|
},
|
|
49
48
|
"peerDependencies": {
|
|
50
|
-
"@itwin/core-bentley": "^3.2.0-dev.
|
|
51
|
-
"@itwin/core-quantity": "^3.2.0-dev.
|
|
49
|
+
"@itwin/core-bentley": "^3.2.0-dev.30",
|
|
50
|
+
"@itwin/core-quantity": "^3.2.0-dev.30"
|
|
52
51
|
},
|
|
53
52
|
"dependencies": {
|
|
54
53
|
"almost-equal": "^1.1.0"
|