@itwin/core-mobile 3.0.0-dev.81 → 3.0.0-dev.85
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 +263 -263
- package/LICENSE.md +9 -9
- package/README.md +11 -11
- package/lib/cjs/MobileBackend.js.map +1 -1
- package/lib/cjs/MobileFrontend.js.map +1 -1
- package/lib/cjs/__DOC_ONLY__.js.map +1 -1
- package/lib/cjs/backend/AndroidHost.js.map +1 -1
- package/lib/cjs/backend/MobileAuthorizationBackend.js.map +1 -1
- package/lib/cjs/backend/MobileFileHandler.js.map +1 -1
- package/lib/cjs/backend/MobileHost.js.map +1 -1
- package/lib/cjs/backend/MobileRpcServer.js.map +1 -1
- package/lib/cjs/backend/iOSHost.js.map +1 -1
- package/lib/cjs/common/MobileAppProps.js.map +1 -1
- package/lib/cjs/common/MobileEventLoop.js.map +1 -1
- package/lib/cjs/common/MobileIpc.js.map +1 -1
- package/lib/cjs/common/MobilePush.js.map +1 -1
- package/lib/cjs/common/MobileRpcManager.js.map +1 -1
- package/lib/cjs/common/MobileRpcProtocol.js.map +1 -1
- package/lib/cjs/common/MobileRpcRequest.js.map +1 -1
- package/lib/cjs/frontend/AndroidApp.js.map +1 -1
- package/lib/cjs/frontend/IOSApp.js.map +1 -1
- package/lib/cjs/frontend/MobileApp.js.map +1 -1
- package/lib/cjs/test/ios/MobilePlatform.test.js.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-mobile",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.85",
|
|
4
4
|
"description": "iTwin.js MobileHost and MobileApp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -21,24 +21,24 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/core-bentley": "^3.0.0-dev.
|
|
25
|
-
"@itwin/core-backend": "^3.0.0-dev.
|
|
26
|
-
"@itwin/core-common": "^3.0.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "^3.0.0-dev.
|
|
28
|
-
"@bentley/itwin-client": "^3.0.0-dev.
|
|
29
|
-
"@itwin/presentation-common": "^3.0.0-dev.
|
|
24
|
+
"@itwin/core-bentley": "^3.0.0-dev.85",
|
|
25
|
+
"@itwin/core-backend": "^3.0.0-dev.85",
|
|
26
|
+
"@itwin/core-common": "^3.0.0-dev.85",
|
|
27
|
+
"@itwin/core-frontend": "^3.0.0-dev.85",
|
|
28
|
+
"@bentley/itwin-client": "^3.0.0-dev.85",
|
|
29
|
+
"@itwin/presentation-common": "^3.0.0-dev.85",
|
|
30
30
|
"js-base64": "^3.6.1",
|
|
31
31
|
"ws": "^7.5.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@itwin/core-bentley": "3.0.0-dev.
|
|
35
|
-
"@itwin/build-tools": "3.0.0-dev.
|
|
36
|
-
"@itwin/eslint-plugin": "3.0.0-dev.
|
|
37
|
-
"@bentley/itwin-client": "3.0.0-dev.
|
|
38
|
-
"@itwin/core-backend": "3.0.0-dev.
|
|
39
|
-
"@itwin/core-common": "3.0.0-dev.
|
|
40
|
-
"@itwin/core-frontend": "3.0.0-dev.
|
|
41
|
-
"@itwin/presentation-common": "3.0.0-dev.
|
|
34
|
+
"@itwin/core-bentley": "3.0.0-dev.85",
|
|
35
|
+
"@itwin/build-tools": "3.0.0-dev.85",
|
|
36
|
+
"@itwin/eslint-plugin": "3.0.0-dev.85",
|
|
37
|
+
"@bentley/itwin-client": "3.0.0-dev.85",
|
|
38
|
+
"@itwin/core-backend": "3.0.0-dev.85",
|
|
39
|
+
"@itwin/core-common": "3.0.0-dev.85",
|
|
40
|
+
"@itwin/core-frontend": "3.0.0-dev.85",
|
|
41
|
+
"@itwin/presentation-common": "3.0.0-dev.85",
|
|
42
42
|
"@types/chai": "^4.1.4",
|
|
43
43
|
"@types/fs-extra": "^4.0.7",
|
|
44
44
|
"@types/mocha": "^8.2.2",
|