@itwin/ecschema-editing 3.0.0 → 3.1.0-dev.12
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 +1 -15
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-editing
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 3.0.0
|
|
6
|
-
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
-
|
|
8
|
-
### Updates
|
|
9
|
-
|
|
10
|
-
- Added delete class from schema and delete property from class as well as corresponding tests
|
|
11
|
-
- Upgrade target to ES2019
|
|
12
|
-
- Added the setVersion method to the Editor class to allow the update of a Schema version.
|
|
13
|
-
- rename to @itwin/ecschema-editing
|
|
14
|
-
- Replace usage of I18N with generic Localization interface.
|
|
15
|
-
- Removing deprecated editing and validation types from ecschema-metadata.
|
|
16
|
-
- remove ClientRequestContext.current
|
|
17
|
-
- Added CreateElement, CreateElementUniqueAspect and CreateElementMultiAspect to schema editing API.
|
|
3
|
+
This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
|
|
18
4
|
|
|
19
5
|
## 2.19.28
|
|
20
6
|
Wed, 12 Jan 2022 14:52:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-editing",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.1.0-dev.12",
|
|
4
4
|
"description": "ECSchema editing and validation API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-editing.js",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@bentley/units-schema": "^1.0.5",
|
|
25
|
-
"@itwin/build-tools": "3.0.
|
|
26
|
-
"@itwin/core-bentley": "3.0.
|
|
27
|
-
"@itwin/core-common": "3.0.
|
|
28
|
-
"@itwin/ecschema-metadata": "3.0.
|
|
29
|
-
"@itwin/eslint-plugin": "3.0.
|
|
25
|
+
"@itwin/build-tools": "3.1.0-dev.12",
|
|
26
|
+
"@itwin/core-bentley": "3.1.0-dev.12",
|
|
27
|
+
"@itwin/core-common": "3.1.0-dev.12",
|
|
28
|
+
"@itwin/ecschema-metadata": "3.1.0-dev.12",
|
|
29
|
+
"@itwin/eslint-plugin": "3.1.0-dev.12",
|
|
30
30
|
"@types/benchmark": "^2.1.0",
|
|
31
31
|
"@types/chai": "^4.1.4",
|
|
32
32
|
"@types/chai-as-promised": "^7",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"typescript": "~4.4.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@itwin/core-bentley": "^3.0.
|
|
50
|
-
"@itwin/ecschema-metadata": "^3.0.
|
|
49
|
+
"@itwin/core-bentley": "^3.1.0-dev.12",
|
|
50
|
+
"@itwin/ecschema-metadata": "^3.1.0-dev.12"
|
|
51
51
|
},
|
|
52
52
|
"nyc": {
|
|
53
53
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|