@itwin/presentation-backend 4.10.0-dev.9 → 5.0.0-dev.0
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 +21 -1
- package/lib/cjs/presentation-backend/ElementPropertiesHelper.js +4 -5
- package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
- package/lib/cjs/presentation-backend/Presentation.d.ts +1 -1
- package/lib/cjs/presentation-backend/Presentation.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.d.ts +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.js +3 -4
- package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManagerDetail.js +10 -10
- package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationRpcImpl.js +8 -8
- package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
- package/lib/cjs/presentation-backend/Utils.js +6 -7
- package/lib/cjs/presentation-backend/Utils.js.map +1 -1
- package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js +0 -1
- package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-backend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-dev.0",
|
|
4
4
|
"description": "Backend of iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"main": "lib/cjs/presentation-backend.js",
|
|
24
24
|
"typings": "lib/cjs/presentation-backend",
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/core-backend": "^
|
|
27
|
-
"@itwin/core-bentley": "^
|
|
28
|
-
"@itwin/core-common": "^
|
|
29
|
-
"@itwin/core-quantity": "^
|
|
30
|
-
"@itwin/ecschema-metadata": "^
|
|
31
|
-
"@itwin/presentation-common": "^
|
|
26
|
+
"@itwin/core-backend": "^5.0.0-dev.0",
|
|
27
|
+
"@itwin/core-bentley": "^5.0.0-dev.0",
|
|
28
|
+
"@itwin/core-common": "^5.0.0-dev.0",
|
|
29
|
+
"@itwin/core-quantity": "^5.0.0-dev.0",
|
|
30
|
+
"@itwin/ecschema-metadata": "^5.0.0-dev.0",
|
|
31
|
+
"@itwin/presentation-common": "^5.0.0-dev.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@itwin/eslint-plugin": "
|
|
34
|
+
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
35
35
|
"@sinonjs/fake-timers": "^11.2.2",
|
|
36
36
|
"@types/chai": "4.3.1",
|
|
37
37
|
"@types/chai-as-promised": "^7",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"cpx2": "^3.0.0",
|
|
55
55
|
"cross-env": "^5.1.4",
|
|
56
56
|
"deep-equal": "^1",
|
|
57
|
-
"eslint": "^
|
|
57
|
+
"eslint": "^9.13.0",
|
|
58
58
|
"eslint-config-prettier": "^9.1.0",
|
|
59
59
|
"faker": "^4.1.0",
|
|
60
60
|
"mocha": "^10.2.0",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"sinon-chai": "^3.7.0",
|
|
66
66
|
"source-map-support": "^0.5.6",
|
|
67
67
|
"typemoq": "^2.1.0",
|
|
68
|
-
"typescript": "~5.
|
|
69
|
-
"@itwin/build-tools": "
|
|
70
|
-
"@itwin/core-
|
|
71
|
-
"@itwin/core-
|
|
72
|
-
"@itwin/core-common": "
|
|
73
|
-
"@itwin/core-quantity": "
|
|
74
|
-
"@itwin/ecschema-metadata": "
|
|
75
|
-
"@itwin/presentation-common": "
|
|
68
|
+
"typescript": "~5.6.2",
|
|
69
|
+
"@itwin/build-tools": "5.0.0-dev.0",
|
|
70
|
+
"@itwin/core-bentley": "5.0.0-dev.0",
|
|
71
|
+
"@itwin/core-backend": "5.0.0-dev.0",
|
|
72
|
+
"@itwin/core-common": "5.0.0-dev.0",
|
|
73
|
+
"@itwin/core-quantity": "5.0.0-dev.0",
|
|
74
|
+
"@itwin/ecschema-metadata": "5.0.0-dev.0",
|
|
75
|
+
"@itwin/presentation-common": "5.0.0-dev.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"object-hash": "^1.3.1",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"docs:reference": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/presentation/presentation-backend/file.json --tsIndexFile=presentation-backend.ts --onlyJson",
|
|
95
95
|
"extract": "betools extract --fileExt=ts --extractFrom=./src/test --recursive --out=../../generated-docs/extract",
|
|
96
96
|
"extract-api": "betools extract-api --entry=presentation-backend",
|
|
97
|
-
"lint": "eslint
|
|
97
|
+
"lint": "eslint \"./src/**/*.ts\" 1>&2",
|
|
98
98
|
"test": "mocha --config ../.mocharc.json --file ./lib/cjs/test/index.test.js \"./lib/cjs/test/**/*.test.js\"",
|
|
99
99
|
"test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch",
|
|
100
100
|
"prettier:fix": "prettier --write ."
|