@itwin/presentation-backend 3.6.0-dev.8 → 4.0.0-dev.1
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/CHANGELOG.md +26 -1
- package/LICENSE.md +1 -1
- package/lib/cjs/presentation-backend/NativePlatform.d.ts +8 -3
- package/lib/cjs/presentation-backend/NativePlatform.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/NativePlatform.js +3 -2
- package/lib/cjs/presentation-backend/NativePlatform.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts +2 -2
- package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationIpcHandler.js +3 -3
- package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.d.ts +36 -27
- package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.js +23 -4
- package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts +3 -2
- package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManagerDetail.js +14 -4
- package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts +4 -3
- package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationRpcImpl.js +28 -5
- package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
- package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts +4 -6
- package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/RulesetEmbedder.js +1 -1
- package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
- package/lib/cjs/presentation-backend/SelectionScopesHelper.d.ts +0 -7
- package/lib/cjs/presentation-backend/SelectionScopesHelper.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-backend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-dev.1",
|
|
4
4
|
"description": "Backend of iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
"main": "lib/cjs/presentation-backend.js",
|
|
23
23
|
"typings": "lib/cjs/presentation-backend",
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-backend": "^
|
|
26
|
-
"@itwin/core-bentley": "^
|
|
27
|
-
"@itwin/core-common": "^
|
|
28
|
-
"@itwin/core-quantity": "^
|
|
29
|
-
"@itwin/presentation-common": "^
|
|
25
|
+
"@itwin/core-backend": "^4.0.0-dev.1",
|
|
26
|
+
"@itwin/core-bentley": "^4.0.0-dev.1",
|
|
27
|
+
"@itwin/core-common": "^4.0.0-dev.1",
|
|
28
|
+
"@itwin/core-quantity": "^4.0.0-dev.1",
|
|
29
|
+
"@itwin/presentation-common": "^4.0.0-dev.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@itwin/build-tools": "
|
|
33
|
-
"@itwin/core-backend": "
|
|
34
|
-
"@itwin/core-bentley": "
|
|
35
|
-
"@itwin/core-common": "
|
|
36
|
-
"@itwin/core-quantity": "
|
|
37
|
-
"@itwin/eslint-plugin": "
|
|
38
|
-
"@itwin/presentation-common": "
|
|
32
|
+
"@itwin/build-tools": "4.0.0-dev.1",
|
|
33
|
+
"@itwin/core-backend": "4.0.0-dev.1",
|
|
34
|
+
"@itwin/core-bentley": "4.0.0-dev.1",
|
|
35
|
+
"@itwin/core-common": "4.0.0-dev.1",
|
|
36
|
+
"@itwin/core-quantity": "4.0.0-dev.1",
|
|
37
|
+
"@itwin/eslint-plugin": "4.0.0-dev.1",
|
|
38
|
+
"@itwin/presentation-common": "4.0.0-dev.1",
|
|
39
39
|
"@types/chai": "4.3.1",
|
|
40
40
|
"@types/chai-as-promised": "^7",
|
|
41
41
|
"@types/chai-jest-snapshot": "^1.3.0",
|