@itwin/presentation-testing 3.0.0-dev.175 → 3.0.0-dev.179

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 +16 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-testing",
3
- "version": "3.0.0-dev.175",
3
+ "version": "3.0.0-dev.179",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -25,19 +25,19 @@
25
25
  "ignore-styles": "^5.0.1"
26
26
  },
27
27
  "dependencies": {
28
- "@bentley/itwin-client": "3.0.0-dev.175",
29
- "@itwin/appui-abstract": "3.0.0-dev.175",
30
- "@itwin/build-tools": "3.0.0-dev.175",
31
- "@itwin/components-react": "3.0.0-dev.175",
32
- "@itwin/core-backend": "3.0.0-dev.175",
33
- "@itwin/core-bentley": "3.0.0-dev.175",
34
- "@itwin/core-common": "3.0.0-dev.175",
35
- "@itwin/core-frontend": "3.0.0-dev.175",
36
- "@itwin/eslint-plugin": "3.0.0-dev.175",
37
- "@itwin/presentation-backend": "3.0.0-dev.175",
38
- "@itwin/presentation-common": "3.0.0-dev.175",
39
- "@itwin/presentation-components": "3.0.0-dev.175",
40
- "@itwin/presentation-frontend": "3.0.0-dev.175",
28
+ "@bentley/itwin-client": "3.0.0-dev.179",
29
+ "@itwin/appui-abstract": "3.0.0-dev.179",
30
+ "@itwin/build-tools": "3.0.0-dev.179",
31
+ "@itwin/components-react": "3.0.0-dev.179",
32
+ "@itwin/core-backend": "3.0.0-dev.179",
33
+ "@itwin/core-bentley": "3.0.0-dev.179",
34
+ "@itwin/core-common": "3.0.0-dev.179",
35
+ "@itwin/core-frontend": "3.0.0-dev.179",
36
+ "@itwin/eslint-plugin": "3.0.0-dev.179",
37
+ "@itwin/presentation-backend": "3.0.0-dev.179",
38
+ "@itwin/presentation-common": "3.0.0-dev.179",
39
+ "@itwin/presentation-components": "3.0.0-dev.179",
40
+ "@itwin/presentation-frontend": "3.0.0-dev.179",
41
41
  "@types/chai": "^4.1.4",
42
42
  "@types/chai-as-promised": "^7",
43
43
  "@types/chai-jest-snapshot": "^1.3.0",
@@ -93,5 +93,6 @@
93
93
  "extract-api": "betools extract-api --entry=presentation-testing",
94
94
  "lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
95
95
  "test": "mocha -r ignore-styles -r jsdom-global/register --config ../.mocharc.json \"./lib/cjs/test/**/*.test.js\""
96
- }
96
+ },
97
+ "readme": "# @itwin/presentation-testing\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/presentation-testing__ package contains helper classes and APIs that help test presentation modules."
97
98
  }