@itwin/ecschema-editing 3.0.0-dev.72 → 3.0.0-dev.73
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 +13 -13
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.73",
|
|
4
4
|
"description": "ECSchema editing and validation API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/ecschema-editing.js",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@itwin/core-bentley": "3.0.0-dev.
|
|
24
|
-
"@itwin/build-tools": "3.0.0-dev.
|
|
25
|
-
"@itwin/eslint-plugin": "3.0.0-dev.
|
|
26
|
-
"@itwin/core-i18n": "3.0.0-dev.
|
|
27
|
-
"@itwin/ecschema-metadata": "3.0.0-dev.
|
|
23
|
+
"@itwin/core-bentley": "3.0.0-dev.73",
|
|
24
|
+
"@itwin/build-tools": "3.0.0-dev.73",
|
|
25
|
+
"@itwin/eslint-plugin": "3.0.0-dev.73",
|
|
26
|
+
"@itwin/core-i18n": "3.0.0-dev.73",
|
|
27
|
+
"@itwin/ecschema-metadata": "3.0.0-dev.73",
|
|
28
28
|
"@bentley/units-schema": "^1.0.5",
|
|
29
29
|
"@types/almost-equal": "1.1.0",
|
|
30
30
|
"@types/benchmark": "^2.1.0",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"xmlhttprequest": "^1.8.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@itwin/core-bentley": "^3.0.0-dev.
|
|
53
|
-
"@itwin/core-i18n": "^3.0.0-dev.
|
|
54
|
-
"@itwin/ecschema-metadata": "^3.0.0-dev.
|
|
52
|
+
"@itwin/core-bentley": "^3.0.0-dev.73",
|
|
53
|
+
"@itwin/core-i18n": "^3.0.0-dev.73",
|
|
54
|
+
"@itwin/ecschema-metadata": "^3.0.0-dev.73"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"almost-equal": "^1.1.0"
|
|
@@ -70,16 +70,16 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
|
-
"compile": "npm run build",
|
|
74
|
-
"build": "tsc 1>&2 && npm run createLocalization && npm run copy:test-assets",
|
|
73
|
+
"compile": "npm run -s build",
|
|
74
|
+
"build": "tsc 1>&2 && npm run -s createLocalization && npm run -s copy:test-assets",
|
|
75
75
|
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
76
76
|
"copy:test-assets": "cpx \"./src/test/assets/**/*\" ./lib/test/assets",
|
|
77
77
|
"extract-api": "betools extract-api --entry=ecschema-editing",
|
|
78
78
|
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
|
|
79
79
|
"test": "mocha",
|
|
80
80
|
"docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/ecschema-editing/file.json --tsIndexFile=./ecschema-editing.ts --onlyJson",
|
|
81
|
-
"cover": "nyc npm test",
|
|
82
|
-
"start": "npm run lint && npm run clean && npm run build && npm run test & npm run cover & npm run docs",
|
|
81
|
+
"cover": "nyc npm -s test",
|
|
82
|
+
"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",
|
|
83
83
|
"createLocalization": "node ./scripts/createLocalization.js"
|
|
84
84
|
}
|
|
85
85
|
}
|