@itwin/presentation-backend 5.12.0-dev.2 → 5.12.0-dev.5
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 +6 -1
- package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts +9 -9
- package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/BackendLoggerCategory.js +9 -9
- package/lib/cjs/presentation-backend/BackendLoggerCategory.js.map +1 -1
- package/lib/cjs/presentation-backend/Presentation.d.ts +3 -3
- package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.d.ts +6 -6
- package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.js +3 -3
- package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
- package/lib/esm/presentation-backend/BackendLoggerCategory.d.ts +9 -9
- package/lib/esm/presentation-backend/BackendLoggerCategory.d.ts.map +1 -1
- package/lib/esm/presentation-backend/BackendLoggerCategory.js +9 -9
- package/lib/esm/presentation-backend/BackendLoggerCategory.js.map +1 -1
- package/lib/esm/presentation-backend/Presentation.d.ts +3 -3
- package/lib/esm/presentation-backend/Presentation.js.map +1 -1
- package/lib/esm/presentation-backend/PresentationManager.d.ts +6 -6
- package/lib/esm/presentation-backend/PresentationManager.d.ts.map +1 -1
- package/lib/esm/presentation-backend/PresentationManager.js +3 -3
- package/lib/esm/presentation-backend/PresentationManager.js.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-backend",
|
|
3
|
-
"version": "5.12.0-dev.
|
|
3
|
+
"version": "5.12.0-dev.5",
|
|
4
4
|
"description": "Backend of iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"./package.json": "./package.json"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@itwin/core-backend": "5.12.0-dev.
|
|
40
|
-
"@itwin/core-
|
|
41
|
-
"@itwin/core-
|
|
42
|
-
"@itwin/
|
|
43
|
-
"@itwin/
|
|
44
|
-
"@itwin/presentation-common": "5.12.0-dev.
|
|
39
|
+
"@itwin/core-backend": "5.12.0-dev.5",
|
|
40
|
+
"@itwin/core-quantity": "5.12.0-dev.5",
|
|
41
|
+
"@itwin/core-bentley": "5.12.0-dev.5",
|
|
42
|
+
"@itwin/ecschema-metadata": "5.12.0-dev.5",
|
|
43
|
+
"@itwin/core-common": "5.12.0-dev.5",
|
|
44
|
+
"@itwin/presentation-common": "5.12.0-dev.5"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@itwin/eslint-plugin": "^6.0.0",
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"sinon": "^17.0.2",
|
|
76
76
|
"sinon-chai": "^3.7.0",
|
|
77
77
|
"typescript": "~5.6.2",
|
|
78
|
-
"@itwin/
|
|
79
|
-
"@itwin/core-
|
|
80
|
-
"@itwin/
|
|
81
|
-
"@itwin/
|
|
82
|
-
"
|
|
83
|
-
"@itwin/core-
|
|
84
|
-
"@itwin/
|
|
85
|
-
"
|
|
78
|
+
"@itwin/build-tools": "5.12.0-dev.5",
|
|
79
|
+
"@itwin/core-bentley": "5.12.0-dev.5",
|
|
80
|
+
"@itwin/core-common": "5.12.0-dev.5",
|
|
81
|
+
"@itwin/presentation-common": "5.12.0-dev.5",
|
|
82
|
+
"internal-tools": "3.0.0-dev.69",
|
|
83
|
+
"@itwin/core-backend": "5.12.0-dev.5",
|
|
84
|
+
"@itwin/core-quantity": "5.12.0-dev.5",
|
|
85
|
+
"@itwin/ecschema-metadata": "5.12.0-dev.5"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@itwin/presentation-shared": "^1.2.2",
|