@itwin/appui-abstract 3.0.0-dev.176 → 3.0.0-dev.180

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.
Files changed (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-abstract",
3
- "version": "3.0.0-dev.176",
3
+ "version": "3.0.0-dev.180",
4
4
  "description": "iTwin.js UI abstractions",
5
5
  "main": "lib/cjs/appui-abstract.js",
6
6
  "module": "lib/esm/appui-abstract.js",
@@ -22,16 +22,16 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^3.0.0-dev.176"
25
+ "@itwin/core-bentley": "^3.0.0-dev.180"
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": "3.0.0-dev.176",
33
- "@itwin/core-bentley": "3.0.0-dev.176",
34
- "@itwin/eslint-plugin": "3.0.0-dev.176",
32
+ "@itwin/build-tools": "3.0.0-dev.180",
33
+ "@itwin/core-bentley": "3.0.0-dev.180",
34
+ "@itwin/eslint-plugin": "3.0.0-dev.180",
35
35
  "@types/chai": "^4.1.4",
36
36
  "@types/chai-as-promised": "^7",
37
37
  "@types/chai-jest-snapshot": "^1.3.0",
@@ -103,5 +103,6 @@
103
103
  "extract-api": "betools extract-api --entry=appui-abstract",
104
104
  "test": "mocha --config ../.mocharc-noreact.json \"./lib/cjs/test/**/*.test.js\"",
105
105
  "test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch"
106
- }
106
+ },
107
+ "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"
107
108
  }