@itwin/core-geometry 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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-geometry",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.73",
|
|
4
4
|
"description": "iTwin.js Core Geometry library",
|
|
5
5
|
"main": "lib/core-geometry.js",
|
|
6
6
|
"typings": "lib/core-geometry",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "http://www.bentley.com"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@itwin/core-bentley": "^3.0.0-dev.
|
|
22
|
+
"@itwin/core-bentley": "^3.0.0-dev.73"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@itwin/core-bentley": "3.0.0-dev.
|
|
26
|
-
"@itwin/build-tools": "3.0.0-dev.
|
|
27
|
-
"@itwin/eslint-plugin": "3.0.0-dev.
|
|
25
|
+
"@itwin/core-bentley": "3.0.0-dev.73",
|
|
26
|
+
"@itwin/build-tools": "3.0.0-dev.73",
|
|
27
|
+
"@itwin/eslint-plugin": "3.0.0-dev.73",
|
|
28
28
|
"@types/chai": "^4.1.4",
|
|
29
29
|
"@types/flatbuffers": "~1.10.0",
|
|
30
30
|
"@types/mocha": "^8.2.2",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
|
-
"compile": "npm run build",
|
|
62
|
+
"compile": "npm run -s build",
|
|
63
63
|
"build": "tsc 1>&2",
|
|
64
64
|
"clean": "rimraf lib .rush/temp/package-deps*.json ./src/test/output",
|
|
65
65
|
"watch": "tsc --watch",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"extract-api": "betools extract-api --entry=core-geometry",
|
|
68
68
|
"extract-api-test": "betools extract-api --entry=core-geometry",
|
|
69
69
|
"docs": "betools docs --tsIndexFile=./core-geometry.ts --json=../../generated-docs/core/core-geometry/file.json --onlyJson",
|
|
70
|
-
"cover": "nyc npm test",
|
|
70
|
+
"cover": "nyc npm -s test",
|
|
71
71
|
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2"
|
|
72
72
|
}
|
|
73
73
|
}
|