@itwin/presentation-frontend 4.0.0-dev.89 → 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 +17 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.91",
|
|
4
4
|
"description": "Frontend of iModel.js Presentation library",
|
|
5
5
|
"main": "lib/cjs/presentation-frontend.js",
|
|
6
6
|
"module": "lib/esm/presentation-frontend.js",
|
|
@@ -23,23 +23,15 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
28
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
29
|
-
"@itwin/core-quantity": "^4.0.0-dev.
|
|
30
|
-
"@itwin/ecschema-metadata": "^4.0.0-dev.
|
|
31
|
-
"@itwin/presentation-common": "^4.0.0-dev.
|
|
26
|
+
"@itwin/core-bentley": "^4.0.0-dev.91",
|
|
27
|
+
"@itwin/core-common": "^4.0.0-dev.91",
|
|
28
|
+
"@itwin/core-frontend": "^4.0.0-dev.91",
|
|
29
|
+
"@itwin/core-quantity": "^4.0.0-dev.91",
|
|
30
|
+
"@itwin/ecschema-metadata": "^4.0.0-dev.91",
|
|
31
|
+
"@itwin/presentation-common": "^4.0.0-dev.91"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@itwin/build-tools": "4.0.0-dev.89",
|
|
35
|
-
"@itwin/core-bentley": "4.0.0-dev.89",
|
|
36
|
-
"@itwin/core-common": "4.0.0-dev.89",
|
|
37
|
-
"@itwin/core-frontend": "4.0.0-dev.89",
|
|
38
|
-
"@itwin/core-i18n": "4.0.0-dev.89",
|
|
39
|
-
"@itwin/core-quantity": "4.0.0-dev.89",
|
|
40
|
-
"@itwin/ecschema-metadata": "4.0.0-dev.89",
|
|
41
34
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
42
|
-
"@itwin/presentation-common": "4.0.0-dev.89",
|
|
43
35
|
"@types/chai": "4.3.1",
|
|
44
36
|
"@types/chai-as-promised": "^7",
|
|
45
37
|
"@types/chai-jest-snapshot": "^1.3.0",
|
|
@@ -66,7 +58,15 @@
|
|
|
66
58
|
"sinon-chai": "^3.2.0",
|
|
67
59
|
"source-map-support": "^0.5.6",
|
|
68
60
|
"typemoq": "^2.1.0",
|
|
69
|
-
"typescript": "~5.0.2"
|
|
61
|
+
"typescript": "~5.0.2",
|
|
62
|
+
"@itwin/build-tools": "4.0.0-dev.91",
|
|
63
|
+
"@itwin/core-bentley": "4.0.0-dev.91",
|
|
64
|
+
"@itwin/ecschema-metadata": "4.0.0-dev.91",
|
|
65
|
+
"@itwin/core-common": "4.0.0-dev.91",
|
|
66
|
+
"@itwin/presentation-common": "4.0.0-dev.91",
|
|
67
|
+
"@itwin/core-quantity": "4.0.0-dev.91",
|
|
68
|
+
"@itwin/core-i18n": "4.0.0-dev.91",
|
|
69
|
+
"@itwin/core-frontend": "4.0.0-dev.91"
|
|
70
70
|
},
|
|
71
71
|
"nyc": {
|
|
72
72
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|
|
@@ -94,6 +94,5 @@
|
|
|
94
94
|
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
|
|
95
95
|
"test": "mocha -r jsdom-global/register --config ../.mocharc.json \"./lib/cjs/test/**/*.test.js\"",
|
|
96
96
|
"test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch"
|
|
97
|
-
}
|
|
98
|
-
"readme": "# @itwin/presentation-frontend\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-frontend__ package contains the frontend (specific to running in a\r\nweb browser) types and classes for querying presentation data from iModels.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
97
|
+
}
|
|
99
98
|
}
|