@itwin/ecschema-editing 3.0.0-dev.174 → 3.0.0-dev.178
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/package.json +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-editing",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.178",
|
|
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.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "3.0.0-dev.
|
|
27
|
-
"@itwin/core-common": "3.0.0-dev.
|
|
28
|
-
"@itwin/ecschema-metadata": "3.0.0-dev.
|
|
29
|
-
"@itwin/eslint-plugin": "3.0.0-dev.
|
|
25
|
+
"@itwin/build-tools": "3.0.0-dev.178",
|
|
26
|
+
"@itwin/core-bentley": "3.0.0-dev.178",
|
|
27
|
+
"@itwin/core-common": "3.0.0-dev.178",
|
|
28
|
+
"@itwin/ecschema-metadata": "3.0.0-dev.178",
|
|
29
|
+
"@itwin/eslint-plugin": "3.0.0-dev.178",
|
|
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.0-dev.
|
|
50
|
-
"@itwin/ecschema-metadata": "^3.0.0-dev.
|
|
49
|
+
"@itwin/core-bentley": "^3.0.0-dev.178",
|
|
50
|
+
"@itwin/ecschema-metadata": "^3.0.0-dev.178"
|
|
51
51
|
},
|
|
52
52
|
"nyc": {
|
|
53
53
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|
|
@@ -75,5 +75,6 @@
|
|
|
75
75
|
"cover": "nyc npm -s test",
|
|
76
76
|
"start": "npm run -s lint && npm run -s clean && npm run -s build && npm run -s test & npm run -s cover & npm run -s docs",
|
|
77
77
|
"createLocalization": "node ./scripts/createLocalization.js && cpx \"./public/locales/**/*\" ./lib/public"
|
|
78
|
-
}
|
|
78
|
+
},
|
|
79
|
+
"readme": "# @itwin/ecschema-editing\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe __@itwin/ecschema-editing__ package contains classes for editing and validating ECSchemas. This package is a work in progress consider everything in alpha.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
79
80
|
}
|