@itwin/appui-abstract 4.0.0-dev.61 → 4.0.0-dev.63
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/appui-abstract",
|
3
|
-
"version": "4.0.0-dev.
|
3
|
+
"version": "4.0.0-dev.63",
|
4
4
|
"description": "iTwin.js UI abstractions",
|
5
5
|
"main": "lib/cjs/appui-abstract.js",
|
6
6
|
"module": "lib/esm/appui-abstract.js",
|
@@ -8,7 +8,8 @@
|
|
8
8
|
"license": "MIT",
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
|
-
"url": "https://github.com/iTwin/itwinjs-core
|
11
|
+
"url": "https://github.com/iTwin/itwinjs-core.git",
|
12
|
+
"directory": "ui/appui-abstract"
|
12
13
|
},
|
13
14
|
"keywords": [
|
14
15
|
"Bentley",
|
@@ -21,15 +22,15 @@
|
|
21
22
|
"url": "http://www.bentley.com"
|
22
23
|
},
|
23
24
|
"peerDependencies": {
|
24
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
25
|
+
"@itwin/core-bentley": "^4.0.0-dev.63"
|
25
26
|
},
|
26
27
|
"//devDependencies": [
|
27
28
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
28
29
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
29
30
|
],
|
30
31
|
"devDependencies": {
|
31
|
-
"@itwin/build-tools": "4.0.0-dev.
|
32
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
32
|
+
"@itwin/build-tools": "4.0.0-dev.63",
|
33
|
+
"@itwin/core-bentley": "4.0.0-dev.63",
|
33
34
|
"@itwin/eslint-plugin": "^4.0.0-dev.32",
|
34
35
|
"@types/chai": "4.3.1",
|
35
36
|
"@types/chai-as-promised": "^7",
|
@@ -102,8 +103,7 @@
|
|
102
103
|
]
|
103
104
|
},
|
104
105
|
"scripts": {
|
105
|
-
"build": "npm run -s build:cjs",
|
106
|
-
"build:ci": "npm run -s build && npm run -s build:esm",
|
106
|
+
"build": "npm run -s build:cjs && npm run -s build:esm",
|
107
107
|
"build:cjs": "tsc 1>&2 --outDir lib/cjs",
|
108
108
|
"build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm",
|
109
109
|
"copy:locale": "cpx \"./public/**/*\" ./lib/public",
|