@itwin/core-electron 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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-electron",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.92",
|
|
4
4
|
"description": "iTwin.js ElectronHost and ElectronApp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -21,19 +21,13 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/core-backend": "^4.0.0-dev.
|
|
25
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
26
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
24
|
+
"@itwin/core-backend": "^4.0.0-dev.92",
|
|
25
|
+
"@itwin/core-bentley": "^4.0.0-dev.92",
|
|
26
|
+
"@itwin/core-common": "^4.0.0-dev.92",
|
|
27
|
+
"@itwin/core-frontend": "^4.0.0-dev.92",
|
|
28
28
|
"electron": ">=23.0.0 <25.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@itwin/build-tools": "4.0.0-dev.90",
|
|
32
|
-
"@itwin/certa": "4.0.0-dev.90",
|
|
33
|
-
"@itwin/core-backend": "4.0.0-dev.90",
|
|
34
|
-
"@itwin/core-bentley": "4.0.0-dev.90",
|
|
35
|
-
"@itwin/core-common": "4.0.0-dev.90",
|
|
36
|
-
"@itwin/core-frontend": "4.0.0-dev.90",
|
|
37
31
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
38
32
|
"@types/chai": "4.3.1",
|
|
39
33
|
"@types/mocha": "^8.2.2",
|
|
@@ -41,12 +35,19 @@
|
|
|
41
35
|
"chai": "^4.1.2",
|
|
42
36
|
"electron": "^24.0.0",
|
|
43
37
|
"eslint": "^8.36.0",
|
|
38
|
+
"glob": "^7.1.2",
|
|
44
39
|
"mocha": "^10.0.0",
|
|
45
40
|
"rimraf": "^3.0.2",
|
|
46
41
|
"source-map-loader": "^4.0.0",
|
|
47
42
|
"typescript": "~5.0.2",
|
|
48
43
|
"webpack": "^5.76.0",
|
|
49
|
-
"webpack-cli": "^5.0.1"
|
|
44
|
+
"webpack-cli": "^5.0.1",
|
|
45
|
+
"@itwin/core-common": "4.0.0-dev.92",
|
|
46
|
+
"@itwin/certa": "4.0.0-dev.92",
|
|
47
|
+
"@itwin/core-bentley": "4.0.0-dev.92",
|
|
48
|
+
"@itwin/build-tools": "4.0.0-dev.92",
|
|
49
|
+
"@itwin/core-backend": "4.0.0-dev.92",
|
|
50
|
+
"@itwin/core-frontend": "4.0.0-dev.92"
|
|
50
51
|
},
|
|
51
52
|
"dependencies": {
|
|
52
53
|
"@openid/appauth": "^1.2.6",
|
|
@@ -72,6 +73,5 @@
|
|
|
72
73
|
"test:integration:frontend": "certa -r electron --config src/test/frontend/utils/certa.json",
|
|
73
74
|
"webpack:test": "webpack --config ./src/test/frontend/utils/webpack.config.js 1>&2",
|
|
74
75
|
"cover": ""
|
|
75
|
-
}
|
|
76
|
-
"readme": "# @itwin/core-electron\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/core-electron__ package contains the electron utilities to write an iTwin.js application based on Electron.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
76
|
+
}
|
|
77
77
|
}
|