@itwin/presentation-backend 4.0.0-dev.90 → 4.0.0-dev.92
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 +16 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-backend",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.92",
|
|
4
4
|
"description": "Backend of iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,22 +23,15 @@
|
|
|
23
23
|
"main": "lib/cjs/presentation-backend.js",
|
|
24
24
|
"typings": "lib/cjs/presentation-backend",
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/core-backend": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
28
|
-
"@itwin/core-common": "^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-backend": "^4.0.0-dev.92",
|
|
27
|
+
"@itwin/core-bentley": "^4.0.0-dev.92",
|
|
28
|
+
"@itwin/core-common": "^4.0.0-dev.92",
|
|
29
|
+
"@itwin/core-quantity": "^4.0.0-dev.92",
|
|
30
|
+
"@itwin/ecschema-metadata": "^4.0.0-dev.92",
|
|
31
|
+
"@itwin/presentation-common": "^4.0.0-dev.92"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@itwin/build-tools": "4.0.0-dev.90",
|
|
35
|
-
"@itwin/core-backend": "4.0.0-dev.90",
|
|
36
|
-
"@itwin/core-bentley": "4.0.0-dev.90",
|
|
37
|
-
"@itwin/core-common": "4.0.0-dev.90",
|
|
38
|
-
"@itwin/core-quantity": "4.0.0-dev.90",
|
|
39
|
-
"@itwin/ecschema-metadata": "4.0.0-dev.90",
|
|
40
34
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
41
|
-
"@itwin/presentation-common": "4.0.0-dev.90",
|
|
42
35
|
"@types/chai": "4.3.1",
|
|
43
36
|
"@types/chai-as-promised": "^7",
|
|
44
37
|
"@types/chai-jest-snapshot": "^1.3.0",
|
|
@@ -68,7 +61,14 @@
|
|
|
68
61
|
"sinon": "^9.0.2",
|
|
69
62
|
"sinon-chai": "^3.2.0",
|
|
70
63
|
"typemoq": "^2.1.0",
|
|
71
|
-
"typescript": "~5.0.2"
|
|
64
|
+
"typescript": "~5.0.2",
|
|
65
|
+
"@itwin/build-tools": "4.0.0-dev.92",
|
|
66
|
+
"@itwin/core-backend": "4.0.0-dev.92",
|
|
67
|
+
"@itwin/core-bentley": "4.0.0-dev.92",
|
|
68
|
+
"@itwin/core-common": "4.0.0-dev.92",
|
|
69
|
+
"@itwin/core-quantity": "4.0.0-dev.92",
|
|
70
|
+
"@itwin/ecschema-metadata": "4.0.0-dev.92",
|
|
71
|
+
"@itwin/presentation-common": "4.0.0-dev.92"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"object-hash": "^1.3.1",
|
|
@@ -98,6 +98,5 @@
|
|
|
98
98
|
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
|
|
99
99
|
"test": "mocha --config ../.mocharc.json --file ./lib/cjs/test/index.test.js \"./lib/cjs/test/**/*.test.js\"",
|
|
100
100
|
"test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch"
|
|
101
|
-
}
|
|
102
|
-
"readme": "# @itwin/presentation-backend\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-backend__ package contains types and classes that backend code\r\ncan use query presentation data directly from iModels.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
101
|
+
}
|
|
103
102
|
}
|