@itwin/core-mobile 5.0.0-dev.98 → 5.0.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 CHANGED
@@ -1,6 +1,50 @@
1
1
  # Change Log - @itwin/core-mobile
2
2
 
3
- This log was last generated on Wed, 02 Apr 2025 19:38:36 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 13 Jun 2025 20:25:38 GMT and should not be manually modified.
4
+
5
+ ## 5.0.0
6
+ Fri, 13 Jun 2025 20:25:38 GMT
7
+
8
+ ### Updates
9
+
10
+ - Dropped support for Node 18
11
+ - Change core peer dependencies to strict version.
12
+ - Update to target iOS 17
13
+
14
+ ## 4.11.5
15
+ Fri, 06 Jun 2025 13:41:18 GMT
16
+
17
+ _Version update only_
18
+
19
+ ## 4.11.4
20
+ Tue, 03 Jun 2025 16:15:19 GMT
21
+
22
+ _Version update only_
23
+
24
+ ## 4.11.3
25
+ Wed, 28 May 2025 13:56:22 GMT
26
+
27
+ _Version update only_
28
+
29
+ ## 4.11.2
30
+ Tue, 20 May 2025 20:14:45 GMT
31
+
32
+ _Version update only_
33
+
34
+ ## 4.11.1
35
+ Wed, 30 Apr 2025 13:13:21 GMT
36
+
37
+ _Version update only_
38
+
39
+ ## 4.11.0
40
+ Wed, 16 Apr 2025 15:50:28 GMT
41
+
42
+ _Version update only_
43
+
44
+ ## 4.10.13
45
+ Thu, 10 Apr 2025 17:47:21 GMT
46
+
47
+ _Version update only_
4
48
 
5
49
  ## 4.10.12
6
50
  Wed, 02 Apr 2025 19:35:47 GMT
@@ -31,4 +31,4 @@ export * from "./MobileFrontend";
31
31
  * @docs-group-description RpcInterface
32
32
  * Used to define a set of operations exposed by a service that a client can call, using configurable protocols.
33
33
  */
34
- //# sourceMappingURL=__DOC_ONLY__.d.ts.map
34
+ //# sourceMappingURL=core-mobile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"core-mobile.d.ts","sourceRoot":"","sources":["../../src/core-mobile.ts"],"names":[],"mappings":"AASA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AAEjC;;GAEG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG"}
@@ -54,4 +54,4 @@ __exportStar(require("./MobileFrontend"), exports);
54
54
  * @docs-group-description RpcInterface
55
55
  * Used to define a set of operations exposed by a service that a client can call, using configurable protocols.
56
56
  */
57
- //# sourceMappingURL=__DOC_ONLY__.js.map
57
+ //# sourceMappingURL=core-mobile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"core-mobile.js","sourceRoot":"","sources":["../../src/core-mobile.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;;;;;;;;;;;;;;AAE/F,sDAAsD;AACtD,0EAA0E;AAC1E,iCAAiC;AAEjC,kDAAgC;AAChC,mDAAiC;AAEjC;;GAEG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n\n// THIS FILE EXISTS ONLY FOR DOCUMENTATION GENERATION.\n// It imports both frontend and backend code, which is not legal anywhere.\n// Do not import it in real code!\n\nexport * from \"./MobileBackend\";\nexport * from \"./MobileFrontend\";\n\n/** @docs-package-description\n * The core-mobile package provides the necessary tools to run an ITwin.js application on iOS and Android. It provides a layer of communication between native tooling for mobile apps and ITwin.js core.\n */\n/**\n * @docs-group-description MobileApp\n * Classes for configuring and administering an iTwin.js application on mobile.\n */\n/**\n * @docs-group-description MobileAppProps\n * Configuration options for use with MobileApp.\n */\n/**\n * @docs-group-description MobileHost\n * Classes for configuring and administering the backend host on mobile.\n */\n/**\n * @docs-group-description MobileRpcManager\n * Coordinates usage of RPC interfaces for mobile applications.\n */\n/**\n * @docs-group-description MobileRpcServer\n * Provides RPC handling for the backend host on mobile.\n */\n/**\n * @docs-group-description iModelHub\n * Classes for interacting with iModelHub.\n */\n/**\n * @docs-group-description RpcInterface\n * Used to define a set of operations exposed by a service that a client can call, using configurable protocols.\n */\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-mobile",
3
- "version": "5.0.0-dev.98",
3
+ "version": "5.0.0",
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": "5.0.0-dev.98",
26
- "@itwin/core-bentley": "5.0.0-dev.98",
27
- "@itwin/core-frontend": "5.0.0-dev.98",
28
- "@itwin/core-common": "5.0.0-dev.98"
25
+ "@itwin/core-backend": "5.0.0",
26
+ "@itwin/core-bentley": "5.0.0",
27
+ "@itwin/core-common": "5.0.0",
28
+ "@itwin/core-frontend": "5.0.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "lodash": "^4.17.21",
@@ -49,18 +49,18 @@
49
49
  "mocha": "^11.1.0",
50
50
  "rimraf": "^6.0.1",
51
51
  "typescript": "~5.6.2",
52
- "@itwin/core-backend": "5.0.0-dev.98",
53
- "@itwin/build-tools": "5.0.0-dev.98",
54
- "@itwin/core-common": "5.0.0-dev.98",
55
- "@itwin/core-frontend": "5.0.0-dev.98",
56
- "@itwin/core-bentley": "5.0.0-dev.98"
52
+ "@itwin/build-tools": "5.0.0",
53
+ "@itwin/core-backend": "5.0.0",
54
+ "@itwin/core-common": "5.0.0",
55
+ "@itwin/core-bentley": "5.0.0",
56
+ "@itwin/core-frontend": "5.0.0"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "npm run -s build:cjs",
60
60
  "build:cjs": "tsc 1>&2 --outDir lib/cjs",
61
61
  "clean": "rimraf -g lib .rush/temp/package-deps*.json",
62
- "docs": "betools docs --json=../../generated-docs/core/core-mobile/file.json --tsIndexFile=./__DOC_ONLY__.ts --onlyJson",
63
- "extract-api": "betools extract-api --entry=__DOC_ONLY__",
62
+ "docs": "betools docs --json=../../generated-docs/core/core-mobile/file.json --tsIndexFile=./core-mobile.ts --onlyJson",
63
+ "extract-api": "betools extract-api --entry=core-mobile",
64
64
  "lint": "eslint \"./src/**/*.ts\" 1>&2",
65
65
  "test": "",
66
66
  "cover": ""
@@ -1 +0,0 @@
1
- {"version":3,"file":"__DOC_ONLY__.d.ts","sourceRoot":"","sources":["../../src/__DOC_ONLY__.ts"],"names":[],"mappings":"AASA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AAEjC;;GAEG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"__DOC_ONLY__.js","sourceRoot":"","sources":["../../src/__DOC_ONLY__.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;;;;;;;;;;;;;;AAE/F,sDAAsD;AACtD,0EAA0E;AAC1E,iCAAiC;AAEjC,kDAAgC;AAChC,mDAAiC;AAEjC;;GAEG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n\n// THIS FILE EXISTS ONLY FOR DOCUMENTATION GENERATION.\n// It imports both frontend and backend code, which is not legal anywhere.\n// Do not import it in real code!\n\nexport * from \"./MobileBackend\";\nexport * from \"./MobileFrontend\";\n\n/** @docs-package-description\n * The core-mobile package provides the necessary tools to run an ITwin.js application on iOS and Android. It provides a layer of communication between native tooling for mobile apps and ITwin.js core.\n */\n/**\n * @docs-group-description MobileApp\n * Classes for configuring and administering an iTwin.js application on mobile.\n */\n/**\n * @docs-group-description MobileAppProps\n * Configuration options for use with MobileApp.\n */\n/**\n * @docs-group-description MobileHost\n * Classes for configuring and administering the backend host on mobile.\n */\n/**\n * @docs-group-description MobileRpcManager\n * Coordinates usage of RPC interfaces for mobile applications.\n */\n/**\n * @docs-group-description MobileRpcServer\n * Provides RPC handling for the backend host on mobile.\n */\n/**\n * @docs-group-description iModelHub\n * Classes for interacting with iModelHub.\n */\n/**\n * @docs-group-description RpcInterface\n * Used to define a set of operations exposed by a service that a client can call, using configurable protocols.\n */\n"]}