@itwin/imodel-components-react 3.0.0-dev.173 → 3.0.0-dev.177

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 (2) hide show
  1. package/LICENSE.md +1 -1
  2. package/package.json +21 -20
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2021 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2022 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "3.0.0-dev.173",
3
+ "version": "3.0.0-dev.177",
4
4
  "description": "iTwin.js UI IModel Components",
5
5
  "main": "lib/cjs/imodel-components-react.js",
6
6
  "module": "lib/esm/imodel-components-react.js",
@@ -21,14 +21,14 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/appui-abstract": "^3.0.0-dev.173",
25
- "@itwin/components-react": "^3.0.0-dev.173",
26
- "@itwin/core-bentley": "^3.0.0-dev.173",
27
- "@itwin/core-common": "^3.0.0-dev.173",
28
- "@itwin/core-frontend": "^3.0.0-dev.173",
29
- "@itwin/core-geometry": "^3.0.0-dev.173",
30
- "@itwin/core-quantity": "^3.0.0-dev.173",
31
- "@itwin/core-react": "^3.0.0-dev.173",
24
+ "@itwin/appui-abstract": "^3.0.0-dev.177",
25
+ "@itwin/components-react": "^3.0.0-dev.177",
26
+ "@itwin/core-bentley": "^3.0.0-dev.177",
27
+ "@itwin/core-common": "^3.0.0-dev.177",
28
+ "@itwin/core-frontend": "^3.0.0-dev.177",
29
+ "@itwin/core-geometry": "^3.0.0-dev.177",
30
+ "@itwin/core-quantity": "^3.0.0-dev.177",
31
+ "@itwin/core-react": "^3.0.0-dev.177",
32
32
  "react": "^17.0.0",
33
33
  "react-dom": "^17.0.0"
34
34
  },
@@ -37,16 +37,16 @@
37
37
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
38
38
  ],
39
39
  "devDependencies": {
40
- "@itwin/appui-abstract": "3.0.0-dev.173",
41
- "@itwin/build-tools": "3.0.0-dev.173",
42
- "@itwin/components-react": "3.0.0-dev.173",
43
- "@itwin/core-bentley": "3.0.0-dev.173",
44
- "@itwin/core-common": "3.0.0-dev.173",
45
- "@itwin/core-frontend": "3.0.0-dev.173",
46
- "@itwin/core-geometry": "3.0.0-dev.173",
47
- "@itwin/core-quantity": "3.0.0-dev.173",
48
- "@itwin/core-react": "3.0.0-dev.173",
49
- "@itwin/eslint-plugin": "3.0.0-dev.173",
40
+ "@itwin/appui-abstract": "3.0.0-dev.177",
41
+ "@itwin/build-tools": "3.0.0-dev.177",
42
+ "@itwin/components-react": "3.0.0-dev.177",
43
+ "@itwin/core-bentley": "3.0.0-dev.177",
44
+ "@itwin/core-common": "3.0.0-dev.177",
45
+ "@itwin/core-frontend": "3.0.0-dev.177",
46
+ "@itwin/core-geometry": "3.0.0-dev.177",
47
+ "@itwin/core-quantity": "3.0.0-dev.177",
48
+ "@itwin/core-react": "3.0.0-dev.177",
49
+ "@itwin/eslint-plugin": "3.0.0-dev.177",
50
50
  "@testing-library/react": "^12.0.0",
51
51
  "@testing-library/react-hooks": "^7.0.2",
52
52
  "@testing-library/user-event": "^13.2.1",
@@ -145,5 +145,6 @@
145
145
  "extract-api": "betools extract-api --entry=imodel-components-react",
146
146
  "test": "mocha --config ../.mocharc.json \"./lib/cjs/test/**/*.test.js\"",
147
147
  "test:watch": "npm -s test -- --reporter min --watch-extensions ts,tsx --watch"
148
- }
148
+ },
149
+ "readme": "# @itwin/imodel-components-react\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/imodel-components-react__ package contains React components that depend on the imodeljs-frontend, imodeljs-common or imodeljs-quantity packages.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
149
150
  }