@itwin/core-mobile 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 +12 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-mobile",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.92",
|
|
4
4
|
"description": "iTwin.js MobileHost and MobileApp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-backend": "^4.0.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
28
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
25
|
+
"@itwin/core-backend": "^4.0.0-dev.92",
|
|
26
|
+
"@itwin/core-bentley": "^4.0.0-dev.92",
|
|
27
|
+
"@itwin/core-common": "^4.0.0-dev.92",
|
|
28
|
+
"@itwin/core-frontend": "^4.0.0-dev.92"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"lodash": "^4.17.10",
|
|
@@ -33,11 +33,6 @@
|
|
|
33
33
|
"ws": "^7.5.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@itwin/build-tools": "4.0.0-dev.90",
|
|
37
|
-
"@itwin/core-backend": "4.0.0-dev.90",
|
|
38
|
-
"@itwin/core-bentley": "4.0.0-dev.90",
|
|
39
|
-
"@itwin/core-common": "4.0.0-dev.90",
|
|
40
|
-
"@itwin/core-frontend": "4.0.0-dev.90",
|
|
41
36
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
42
37
|
"@types/chai": "4.3.1",
|
|
43
38
|
"@types/fs-extra": "^4.0.7",
|
|
@@ -53,7 +48,12 @@
|
|
|
53
48
|
"eslint": "^8.36.0",
|
|
54
49
|
"mocha": "^10.0.0",
|
|
55
50
|
"rimraf": "^3.0.2",
|
|
56
|
-
"typescript": "~5.0.2"
|
|
51
|
+
"typescript": "~5.0.2",
|
|
52
|
+
"@itwin/core-backend": "4.0.0-dev.92",
|
|
53
|
+
"@itwin/core-bentley": "4.0.0-dev.92",
|
|
54
|
+
"@itwin/build-tools": "4.0.0-dev.92",
|
|
55
|
+
"@itwin/core-frontend": "4.0.0-dev.92",
|
|
56
|
+
"@itwin/core-common": "4.0.0-dev.92"
|
|
57
57
|
},
|
|
58
58
|
"eslintConfig": {
|
|
59
59
|
"plugins": [
|
|
@@ -70,6 +70,5 @@
|
|
|
70
70
|
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
|
|
71
71
|
"test": "",
|
|
72
72
|
"cover": ""
|
|
73
|
-
}
|
|
74
|
-
"readme": "# @itwin/core-mobile\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice. See LICENSE.md in the project root for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe __@itwin/core-mobile__ package contains the mobile utilities to write an iTwin.js application for mobile devices.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
73
|
+
}
|
|
75
74
|
}
|