Skip to content

Commit

Permalink
Imodel02 merge master (iTwin#786)
Browse files Browse the repository at this point in the history
* 2.13.0-dev.10

* Disable restart connection test (iTwin#760)

* Make the export methods of IModelExporter and the process methods of IModelTransformer async. (iTwin#744)

* Fix iOS multiple viewport update issue (iTwin#756)

* Add workaround for iOS when adding a WebGL canvas to a div.

* Problem understood better; changing fix.

* rush change

* remove MobileUtils.ts and clarify documentation for ProcessDetector

* ProcessDetector.isIOSBrowser should return true for iPad

* add isIPhoneBrowser

* Use ProcessDetector.

* 'rush change', 'rush extract-api'

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Keith Bentley <[email protected]>

* Update how custom quantity types are defined and registered and Provide UI controls for defining format. (iTwin#724)

* Add use of quantityTypeRegistry to allow the registration of standard and custom quantity types. The allows quantity type to provide display label for the quantity type and explicitly define its unique key.

* Remove support for FormatSpecProvider that only used internally and did not provide all the capabilities as new registry.

* Add test custom quantity type "Bearing" in ui-test-app. This test type also define custom props that controls its formatting.

* Allow FormatProps to hold 'custom' entry for custom quantity types.

* Add QuantityFormatPanel that can be used to display and edit FormatProps.

* First round of cleanup to have better type safety for CustomQuantityTypes

* Add test to exercise custom quantity formatter and parser

* Misc QuantityFormatter API cleanup

* Deprecate outdated QuantityFormatter methods

* Remove unused and unimplemented QuantityFormatter methods that specified a KOQ name.  For now all KOQ formatting is limited to backend.

* Separate out Units Provider from QuantityFormatter into its own BasicUnitsProvider class.

* Fix ContextMenuitem so `hideIconContainer` prop is not passed down to div.

* Add breaking QuantityFormatter changes to NextVersion.

* Fix processing 'trailZeros'  formatTraits and add new unit test to valid fix.

* Undo redo shortcuts (iTwin#761)

* Undo/Redo shortcuts

* PrimitiveTool needs restart after undo/redo even when suspended.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Vignette effect (iTwin#762)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* 2.13.0-dev.11

* 2.13.0-dev.12

* ElementSetTool class documentation. (iTwin#772)

* 2.13.0-dev.13

* Split imagery providers in their own file. (iTwin#768)

* Fix Viewport.requestRedraw (iTwin#776)

* Compute frustum depth from view attachments. (iTwin#777)

Regression causing most 'pseudo-3d' view attachments to be severely clipped.

Introduced in iTwin#491.

* Fix use of version variable in version bump job (iTwin#773)

* Fix api-extractor issues due to missing typescript feature (iTwin#767)

* Fix api-extractor issues due to missing typescript feature

* Fix tool that clears hide/isolate/emphasize widget in UI 1.0 (iTwin#771)

* Fix stateFunction for clear hide/isolate/emphasize that is used in UI 1.0.

* Code value trim (iTwin#764)

* Trim leading and trailing whitespace from Code.value
* Deprecate Code.getValue in favor of Code.value, implement whitespace trimming in setter
* React to Code.getValue being deprecated
* Add Code.toJSON

* Edl parity region bug (iTwin#766)

* Correct behavior of frustum animation.
Instead of "interpolate the eyepoint and orientation, recompute target",
 do "interpolate the target and orientation, recompute eyepoint"
 This makes the eyepoint swing around the target.

* Correct behavior of frustum animation.
    Instead of "interpolate the eyepoint and orientation, recompute target",
     do "interpolate the target and orientation, recompute eyepoint"
     This makes the eyepoint swing around the target.

* .only

* .only

* Data files and read-to-unit test for apparent parity bug

* Read test files for Daumantas problem with bad facets on LinearSweeps with holes.
Tests replicate behavior depends on loop orientation with respect to sweep vector.

* Revise earcut algorithm to be more aggressive about finding and reporting overlapping loops.

* api

* Do segment-intersect-ear tests with toleranced planes

* it.only and api

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* @bentley/imodeljs-native 2.13.1

* Begin renaming project from iModel.js to iTwin.js (iTwin#770)

* begin renaming project from iModel.js to iTwin.js

* renames

* fix documentation

* rush change

* change references to blog to itwinjs

* update NextVersion.md

* cleanup

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* add utility to display-test-app to set a briefcase to be standalone for testing (iTwin#783)

* add utility to set a briefcase to be a standalone for testing

* call saveChanges beforee closing

* documentation

* Fix docs links.

* captureClicks prop for ColorPickerPopup (iTwin#740)

* Add captureClicks prop on ColorPickerPopup to stop click event propagation.

* Rush change and update API doc.

* Add popup testing to the captureClicks prop.

* Fix time zone issue with solar timeline (iTwin#785)

* Fix time sent to display style from being UTC time to being time at project location as defined in iModel or by specified lat/long.

* Add a method setDateAndTime that lets project time be set using actual project time or by projecting the user current time to the project location.

Co-authored-by: imodeljs-admin <[email protected]>
Co-authored-by: Caleb Shafer <[email protected]>
Co-authored-by: scsewall <[email protected]>
Co-authored-by: markschlosseratbentley <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Keith Bentley <[email protected]>
Co-authored-by: bsteinbk <[email protected]>
Co-authored-by: bbastings <[email protected]>
Co-authored-by: Paul Connelly <[email protected]>
Co-authored-by: Michel D'Astous <[email protected]>
Co-authored-by: EarlinLutz <[email protected]>
Co-authored-by: NancyMcCallB <[email protected]>
  • Loading branch information
13 people authored Feb 17, 2021
2 parents 25782af + db17ee9 commit 2e7c14d
Show file tree
Hide file tree
Showing 512 changed files with 11,962 additions and 4,387 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Install/update VS Code extension "Remote - Containers".

## How to use the container

Open your iModel.js repo in VS Code, click the green area in the status bar, and select VS Code command 'Remote-Containers: Reopen Folder in Container'. Once connected, the green section of the status bar should say something like "Dev Container: imodeljs-linux".
Open your iTwin.js repo in VS Code, click the green area in the status bar, and select VS Code command 'Remote-Containers: Reopen Folder in Container'. Once connected, the green section of the status bar should say something like "Dev Container: imodeljs-linux".

The *first time* you "open" the container, you must clone the source code into the working directory, e.g. in VS Code's Terminal, `git clone URL /workspace/imodeljs`. If you use a custom NPM package source, you must also configure that (e.g. `npm config set ...`).

As with any copy of the code, you must build iModel.js inside the container. Use VS Code's Terminal to perform normal build commands such as `rush install`, `rush rebuild`, and `rush test`. You should also have access to the same launch profiles in VS Code for debugging.
As with any copy of the code, you must build iTwin.js inside the container. Use VS Code's Terminal to perform normal build commands such as `rush install`, `rush rebuild`, and `rush test`. You should also have access to the same launch profiles in VS Code for debugging.

When you are done, click the green area in the status bar, and select 'Remote-Containers: Reopen Folder Locally' to switch back to a local view on your host.

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ""
---

<!--
Thanks for helping us improve iModel.js! Please describe what the expected behavior is vs what actually happens.
Thanks for helping us improve iTwin.js! Please describe what the expected behavior is vs what actually happens.
-->

**Describe the bug**
Expand All @@ -32,7 +32,7 @@ If applicable, add screenshots to help explain your problem.
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- iModel.js Version [e.g. 2.5.3]
- iTwin.js Version [e.g. 2.5.3]

**Additional context**
Add any other context about the problem here.
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Request a feature
about: New ideas & improvements to iModel.js are always welcome.
about: New ideas & improvements to iTwin.js are always welcome.
title: ""
labels: ""
assignees: ""
---

<!--
Thanks for helping make iModel.js better!
Thanks for helping make iTwin.js better!
When suggesting an idea, give examples of the intended use case. Features that benefit the wider community are more likely to be prioritized.
The best way to get your ideas into iModel.js is to help us! We love contributions and are always happy to be provide feedback and advice. Check out the contributor guide to get started:
The best way to get your ideas into iTwin.js is to help us! We love contributions and are always happy to be provide feedback and advice. Check out the contributor guide to get started:
https://github.com/imodeljs/imodeljs/blob/master/CONTRIBUTING.md
-->
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Ask a question
about: Please use the community forum (https://github.com/imodeljs/imodeljs/discussions) for general questions about using iModel.js.
about: Please use the community forum (https://github.com/imodeljs/imodeljs/discussions) for general questions about using iTwin.js.
title: ""
labels: ""
assignees: ""
---

:exclamation: Please use the [community forum](https://github.com/imodeljs/imodeljs/discussions) for asking questions about how to use iModel.js and best practices. The core iModel.js team actively monitors the forum and we love seeing what people are working on! :exclamation:
:exclamation: Please use the [community forum](https://github.com/imodeljs/imodeljs/discussions) for asking questions about how to use iTwin.js and best practices. The core iTwin.js team actively monitors the forum and we love seeing what people are working on! :exclamation:
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to iModel.js
# Contributing to iTwin.js

Welcome, and thank you for your interest in contributing to iModel.js!
Welcome, and thank you for your interest in contributing to iTwin.js!

There are many ways to contribute.
The goal of this document is to provide a high-level overview of how you can get involved.
Expand All @@ -18,7 +18,7 @@ Your comments and feedback are welcome. For general comments or discussion pleas

## Reporting Issues

Have you identified a reproducible problem in iModel.js?
Have you identified a reproducible problem in iTwin.js?
Have a feature request?
We want to hear about it!
Here's how you can make reporting your issue as effective as possible.
Expand Down Expand Up @@ -48,7 +48,7 @@ The more information you can provide, the more likely someone will be successful
Please include the following with each issue:

- A short description of the issue that becomes the title
- Versions of relevant iModel.js packages
- Versions of relevant iTwin.js packages
- Minimal steps to reproduce the issue or a code snippet that demonstrates the issue
- What you expected to see, versus what you actually saw
- Images that help explain the issue
Expand All @@ -65,7 +65,7 @@ You may be asked to clarify things or try different approaches, so please follow

## Contributions

We'd love to accept your contributions to iModel.js.
We'd love to accept your contributions to iTwin.js.
There are just a few guidelines you need to follow.

### Contributor License Agreement (CLA)
Expand All @@ -92,4 +92,4 @@ We welcome contributions, large or small, including:
- Example code snippets
- Sample data

Thank you for taking the time to contribute to open source and making great projects like iModel.js possible!
Thank you for taking the time to contribute to open source and making great projects like iTwin.js possible!
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# iModel.js
# iTwin.js

Copyright © Bentley Systems, Incorporated. All rights reserved. See [LICENSE.md](./LICENSE.md) for license terms and full copyright notice.

[iModel.js](http://imodeljs.org) is an open source platform for creating, querying, modifying, and displaying Infrastructure Digital Twins.
[iTwin.js](http://www.itwinjs.org) is an open source platform for creating, querying, modifying, and displaying Infrastructure Digital Twins.

If you have questions, or wish to contribute to iModel.js, see our [Contributing guide](./CONTRIBUTING.md).
If you have questions, or wish to contribute to iTwin.js, see our [Contributing guide](./CONTRIBUTING.md).

## About this Repository

[![Build status](https://dev.azure.com/imodeljs/imodeljs/_apis/build/status/iModel.js)](https://dev.azure.com/imodeljs/imodeljs/_build/latest?definitionId=12)

This repository is a [monorepo](https://en.wikipedia.org/wiki/Monorepo) that holds the source code to multiple iModel.js npm packages. It is built using [Rush](http://rushjs.io/).
This repository is a [monorepo](https://en.wikipedia.org/wiki/Monorepo) that holds the source code to multiple iTwin.js npm packages. It is built using [Rush](http://rushjs.io/).

See [rush.json](./rush.json) for the complete list of packages.

Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Reporting Security Issues

The iModel.js team takes security bugs in the iModel.js library seriously. We appreciate your efforts to responsibly disclose your findings and will make every effort to acknowledge your contributions.
The iTwin.js team takes security bugs in the iTwin.js library seriously. We appreciate your efforts to responsibly disclose your findings and will make every effort to acknowledge your contributions.

To report a security issue, email [[email protected]](mailto:[email protected]?subject=[SECURITY]%20iModel.js), and include the words **SECURITY** and **iModel.js** in the subject line.
To report a security issue, email [[email protected]](mailto:[email protected]?subject=[SECURITY]%20iTwin.js), and include the words **SECURITY** and **iTwin.js** in the subject line.

The iModel.js team will send back a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement. We may ask for additional information or guidance.
The iTwin.js team will send back a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement. We may ask for additional information or guidance.

Report security concerns in third-party modules to the person or team maintaining that module.

Expand Down
4 changes: 2 additions & 2 deletions clients/backend-application-insights/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# @bentley/backend-application-insights-client

Copyright © Bentley Systems, Incorporated. All rights reserved.
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

## Description

The __@bentley/backend-application-insights-client__ package contains client wrappers around Microsoft Application Insights for reporting telemetry data. These classes only work on the backend.

## Documentation

See the [iModel.js](https://www.imodeljs.org) documentation for more information.
See the [iTwin.js](https://www.itwinjs.org) documentation for more information.
18 changes: 9 additions & 9 deletions clients/backend-application-insights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentley/backend-application-insights-client",
"version": "2.13.0-dev.9",
"version": "2.13.0-dev.13",
"description": "iModel.js Backend Application Insights Client",
"main": "lib/backend-application-insights-client.js",
"typings": "lib/backend-application-insights-client",
Expand Down Expand Up @@ -30,19 +30,19 @@
"url": "http://www.bentley.com"
},
"dependencies": {
"@bentley/backend-itwin-client": "2.13.0-dev.9",
"@bentley/bentleyjs-core": "2.13.0-dev.9",
"@bentley/backend-itwin-client": "2.13.0-dev.13",
"@bentley/bentleyjs-core": "2.13.0-dev.13",
"applicationinsights": "^1.7.5"
},
"peerDependencies": {
"@bentley/itwin-client": "^2.13.0-dev.9"
"@bentley/itwin-client": "^2.13.0-dev.13"
},
"devDependencies": {
"@bentley/build-tools": "2.13.0-dev.9",
"@bentley/certa": "2.13.0-dev.9",
"@bentley/config-loader": "2.13.0-dev.9",
"@bentley/eslint-plugin": "2.13.0-dev.9",
"@bentley/itwin-client": "2.13.0-dev.9",
"@bentley/build-tools": "2.13.0-dev.13",
"@bentley/certa": "2.13.0-dev.13",
"@bentley/config-loader": "2.13.0-dev.13",
"@bentley/eslint-plugin": "2.13.0-dev.13",
"@bentley/itwin-client": "2.13.0-dev.13",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "10.14.1",
Expand Down
4 changes: 2 additions & 2 deletions clients/context-registry/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @bentley/context-registry-client

Copyright © Bentley Systems, Incorporated. All rights reserved.
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

## Description

Expand All @@ -9,4 +9,4 @@ These classes work on both the frontend and backend.

## Documentation

See the [iModel.js](https://www.imodeljs.org) documentation for more information.
See the [iTwin.js](https://www.itwinjs.org) documentation for more information.
18 changes: 9 additions & 9 deletions clients/context-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentley/context-registry-client",
"version": "2.13.0-dev.9",
"version": "2.13.0-dev.13",
"description": "iModel.js Context Registry Client",
"main": "lib/context-registry-client.js",
"typings": "lib/context-registry-client",
Expand Down Expand Up @@ -39,16 +39,16 @@
"deep-assign": "^2.0.0"
},
"peerDependencies": {
"@bentley/bentleyjs-core": "^2.13.0-dev.9",
"@bentley/itwin-client": "^2.13.0-dev.9"
"@bentley/bentleyjs-core": "^2.13.0-dev.13",
"@bentley/itwin-client": "^2.13.0-dev.13"
},
"devDependencies": {
"@bentley/build-tools": "2.13.0-dev.9",
"@bentley/certa": "2.13.0-dev.9",
"@bentley/config-loader": "2.13.0-dev.9",
"@bentley/eslint-plugin": "2.13.0-dev.9",
"@bentley/itwin-client": "2.13.0-dev.9",
"@bentley/oidc-signin-tool": "2.13.0-dev.9",
"@bentley/build-tools": "2.13.0-dev.13",
"@bentley/certa": "2.13.0-dev.13",
"@bentley/config-loader": "2.13.0-dev.13",
"@bentley/eslint-plugin": "2.13.0-dev.13",
"@bentley/itwin-client": "2.13.0-dev.13",
"@bentley/oidc-signin-tool": "2.13.0-dev.13",
"@types/chai": "^4.1.4",
"@types/deep-assign": "^0.1.0",
"@types/mocha": "^5.2.5",
Expand Down
8 changes: 4 additions & 4 deletions clients/extension/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# iModel.js Extension Client
# iTwin.js Extension Client

Copyright © Bentley Systems, Incorporated. All rights reserved.
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

## Description

The __@bentley/extension-client__ package contains client wrappers for querying, uploading and deleting iModel.js Extensions from the Extension Service.
The __@bentley/extension-client__ package contains client wrappers for querying, uploading and deleting iTwin.js Extensions from the Extension Service.

## Documentation

See the [iModel.js](https://www.imodeljs.org) documentation for more information.
See the [iTwin.js](https://www.itwinjs.org) documentation for more information.

20 changes: 10 additions & 10 deletions clients/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentley/extension-client",
"version": "2.13.0-dev.9",
"version": "2.13.0-dev.13",
"description": "IModel.js Extension Client",
"main": "lib/extension-client.js",
"typings": "lib/extension-client",
Expand Down Expand Up @@ -36,17 +36,17 @@
"url": "http://www.bentley.com"
},
"dependencies": {
"@bentley/bentleyjs-core": "2.13.0-dev.9",
"@bentley/imodeljs-common": "2.13.0-dev.9",
"@bentley/itwin-client": "2.13.0-dev.9"
"@bentley/bentleyjs-core": "2.13.0-dev.13",
"@bentley/imodeljs-common": "2.13.0-dev.13",
"@bentley/itwin-client": "2.13.0-dev.13"
},
"devDependencies": {
"@bentley/build-tools": "2.13.0-dev.9",
"@bentley/certa": "2.13.0-dev.9",
"@bentley/config-loader": "2.13.0-dev.9",
"@bentley/context-registry-client": "2.13.0-dev.9",
"@bentley/eslint-plugin": "2.13.0-dev.9",
"@bentley/oidc-signin-tool": "2.13.0-dev.9",
"@bentley/build-tools": "2.13.0-dev.13",
"@bentley/certa": "2.13.0-dev.13",
"@bentley/config-loader": "2.13.0-dev.13",
"@bentley/context-registry-client": "2.13.0-dev.13",
"@bentley/eslint-plugin": "2.13.0-dev.13",
"@bentley/oidc-signin-tool": "2.13.0-dev.13",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "10.14.1",
Expand Down
4 changes: 2 additions & 2 deletions clients/forms-data-management/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# @bentley/forms-data-management-client

Copyright © Bentley Systems, Incorporated. All rights reserved.
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

## Description

The __@bentley/forms-data-management-client__ package contains client wrappers for sending requests to the Forms Data Management Service.

## Documentation

See the [iModel.js](https://www.imodeljs.org) documentation for more information.
See the [iTwin.js](https://www.itwinjs.org) documentation for more information.

20 changes: 10 additions & 10 deletions clients/forms-data-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentley/forms-data-management-client",
"version": "2.13.0-dev.9",
"version": "2.13.0-dev.13",
"description": "iModel.js Forms Data Management Client",
"main": "lib/forms-data-management-client.js",
"typings": "lib/forms-data-management-client",
Expand Down Expand Up @@ -36,19 +36,19 @@
"url": "http://www.bentley.com"
},
"peerDependencies": {
"@bentley/itwin-client": "^2.13.0-dev.9"
"@bentley/itwin-client": "^2.13.0-dev.13"
},
"dependencies": {
"@bentley/bentleyjs-core": "2.13.0-dev.9"
"@bentley/bentleyjs-core": "2.13.0-dev.13"
},
"devDependencies": {
"@bentley/build-tools": "2.13.0-dev.9",
"@bentley/certa": "2.13.0-dev.9",
"@bentley/config-loader": "2.13.0-dev.9",
"@bentley/context-registry-client": "2.13.0-dev.9",
"@bentley/eslint-plugin": "2.13.0-dev.9",
"@bentley/itwin-client": "2.13.0-dev.9",
"@bentley/oidc-signin-tool": "2.13.0-dev.9",
"@bentley/build-tools": "2.13.0-dev.13",
"@bentley/certa": "2.13.0-dev.13",
"@bentley/config-loader": "2.13.0-dev.13",
"@bentley/context-registry-client": "2.13.0-dev.13",
"@bentley/eslint-plugin": "2.13.0-dev.13",
"@bentley/itwin-client": "2.13.0-dev.13",
"@bentley/oidc-signin-tool": "2.13.0-dev.13",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "10.14.1",
Expand Down
4 changes: 2 additions & 2 deletions clients/frontend-application-insights/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# @bentley/frontend-application-insights-client

Copyright © Bentley Systems, Incorporated. All rights reserved.
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

## Description

The __@bentley/frontend-application-insights-client__ package contains client wrappers around Microsoft Application Insights for reporting telemetry data.

## Documentation

See the [iModel.js](https://www.imodeljs.org) documentation for more information.
See the [iTwin.js](https://www.itwinjs.org) documentation for more information.
18 changes: 9 additions & 9 deletions clients/frontend-application-insights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentley/frontend-application-insights-client",
"version": "2.13.0-dev.9",
"version": "2.13.0-dev.13",
"description": "iModel.js Frontend Application Insights Client",
"main": "lib/frontend-application-insights-client.js",
"typings": "lib/frontend-application-insights-client",
Expand Down Expand Up @@ -31,19 +31,19 @@
"url": "http://www.bentley.com"
},
"dependencies": {
"@bentley/bentleyjs-core": "2.13.0-dev.9",
"@bentley/telemetry-client": "2.13.0-dev.9",
"@bentley/bentleyjs-core": "2.13.0-dev.13",
"@bentley/telemetry-client": "2.13.0-dev.13",
"@microsoft/applicationinsights-web": "^2.5.5"
},
"peerDependencies": {
"@bentley/itwin-client": "^2.13.0-dev.9"
"@bentley/itwin-client": "^2.13.0-dev.13"
},
"devDependencies": {
"@bentley/build-tools": "2.13.0-dev.9",
"@bentley/certa": "2.13.0-dev.9",
"@bentley/config-loader": "2.13.0-dev.9",
"@bentley/eslint-plugin": "2.13.0-dev.9",
"@bentley/itwin-client": "2.13.0-dev.9",
"@bentley/build-tools": "2.13.0-dev.13",
"@bentley/certa": "2.13.0-dev.13",
"@bentley/config-loader": "2.13.0-dev.13",
"@bentley/eslint-plugin": "2.13.0-dev.13",
"@bentley/itwin-client": "2.13.0-dev.13",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "10.14.1",
Expand Down
Loading

0 comments on commit 2e7c14d

Please sign in to comment.