@itwin/appui-abstract 4.0.0-dev.90 → 4.0.0-dev.91
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 +6 -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.91",
|
4
4
|
"description": "iTwin.js UI abstractions",
|
5
5
|
"main": "lib/cjs/appui-abstract.js",
|
6
6
|
"module": "lib/esm/appui-abstract.js",
|
@@ -22,15 +22,13 @@
|
|
22
22
|
"url": "http://www.bentley.com"
|
23
23
|
},
|
24
24
|
"peerDependencies": {
|
25
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
25
|
+
"@itwin/core-bentley": "^4.0.0-dev.91"
|
26
26
|
},
|
27
27
|
"//devDependencies": [
|
28
28
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
29
29
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
30
30
|
],
|
31
31
|
"devDependencies": {
|
32
|
-
"@itwin/build-tools": "4.0.0-dev.90",
|
33
|
-
"@itwin/core-bentley": "4.0.0-dev.90",
|
34
32
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
35
33
|
"@types/chai": "4.3.1",
|
36
34
|
"@types/chai-as-promised": "^7",
|
@@ -57,7 +55,9 @@
|
|
57
55
|
"sinon-chai": "^3.2.0",
|
58
56
|
"ts-node": "^10.8.2",
|
59
57
|
"typescript": "~5.0.2",
|
60
|
-
"xmlhttprequest": "^1.8.0"
|
58
|
+
"xmlhttprequest": "^1.8.0",
|
59
|
+
"@itwin/build-tools": "4.0.0-dev.91",
|
60
|
+
"@itwin/core-bentley": "4.0.0-dev.91"
|
61
61
|
},
|
62
62
|
"//dependencies": [
|
63
63
|
"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
|
@@ -115,6 +115,5 @@
|
|
115
115
|
"extract-api": "betools extract-api --entry=appui-abstract",
|
116
116
|
"test": "mocha --config ../.mocharc-noreact.json \"./lib/cjs/test/**/*.test.js\"",
|
117
117
|
"test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch"
|
118
|
-
}
|
119
|
-
"readme": "# @itwin/appui-abstract\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/appui-abstract__ package contains abstractions for UI controls, such as toolbars, buttons and menus.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
118
|
+
}
|
120
119
|
}
|