@itwin/core-mobile 5.0.0-dev.99 → 5.1.0-dev.1

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,11 @@
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 Thu, 10 Apr 2025 17:50:15 GMT and should not be manually modified.
4
+
5
+ ## 4.10.13
6
+ Thu, 10 Apr 2025 17:47:21 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.10.12
6
11
  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.99",
3
+ "version": "5.1.0-dev.1",
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.99",
26
- "@itwin/core-bentley": "5.0.0-dev.99",
27
- "@itwin/core-common": "5.0.0-dev.99",
28
- "@itwin/core-frontend": "5.0.0-dev.99"
25
+ "@itwin/core-backend": "5.1.0-dev.1",
26
+ "@itwin/core-bentley": "5.1.0-dev.1",
27
+ "@itwin/core-common": "5.1.0-dev.1",
28
+ "@itwin/core-frontend": "5.1.0-dev.1"
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.99",
53
- "@itwin/core-frontend": "5.0.0-dev.99",
54
- "@itwin/build-tools": "5.0.0-dev.99",
55
- "@itwin/core-bentley": "5.0.0-dev.99",
56
- "@itwin/core-common": "5.0.0-dev.99"
52
+ "@itwin/core-bentley": "5.1.0-dev.1",
53
+ "@itwin/build-tools": "5.1.0-dev.1",
54
+ "@itwin/core-backend": "5.1.0-dev.1",
55
+ "@itwin/core-frontend": "5.1.0-dev.1",
56
+ "@itwin/core-common": "5.1.0-dev.1"
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"]}