react-native-update 10.31.0-beta.2 → 10.31.0-beta.3

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/.cursor/mcp.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "mcpServers": {
3
3
  "RadonAi": {
4
- "url": "http://127.0.0.1:53295/mcp",
4
+ "url": "http://127.0.0.1:51686/mcp",
5
5
  "type": "http",
6
6
  "headers": {
7
- "nonce": "e61c8e82-c274-465b-b991-2d3541f19dbc"
7
+ "nonce": "b4c4a571-2531-4040-967d-932c873b8ff9"
8
8
  }
9
9
  }
10
10
  }
@@ -101,7 +101,7 @@ android {
101
101
  minSdkVersion safeExtGet('minSdkVersion', 16)
102
102
  targetSdkVersion safeExtGet('targetSdkVersion', 27)
103
103
  versionCode 1
104
- versionName "1.0"
104
+ versionName "1.81.4"
105
105
  consumerProguardFiles "proguard.pro"
106
106
  buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
107
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-update",
3
- "version": "10.31.0-beta.2",
3
+ "version": "10.31.0-beta.3",
4
4
  "description": "react-native hot update",
5
5
  "main": "src/index",
6
6
  "scripts": {
@@ -10,6 +10,7 @@ export interface Spec extends TurboModule {
10
10
  buildTime: string;
11
11
  uuid: string;
12
12
  isUsingBundleUrl: boolean;
13
+ currentVersionInfo: string;
13
14
  };
14
15
  setLocalHashInfo(hash: string, info: string): Promise<void>;
15
16
  getLocalHashInfo(hash: string): Promise<string>;