@nativescript/core 9.0.21-next.25 → 9.0.21-next.26

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.
@@ -9,6 +9,12 @@ interface IConfigPlatform {
9
9
  * This can be very useful in production environments when you don't want your app to just crash if a developer forgot to guard against an unexpected JS level exception.
10
10
  */
11
11
  discardUncaughtJsExceptions?: boolean;
12
+ /**
13
+ * Custom runtime package name.
14
+ * Override the npm package name of the NativeScript runtime used for this platform.
15
+ * For example, "@nativescript/ios-hermes"
16
+ */
17
+ runtimePackageName?: string;
12
18
  }
13
19
  interface IOSSPMPackageBase {
14
20
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript/core",
3
- "version": "9.0.21-next.25",
3
+ "version": "9.0.21-next.26",
4
4
  "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
5
5
  "type": "module",
6
6
  "main": "index",