react-native-inapp-inspector 1.1.9 → 1.1.11

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.
@@ -105,7 +105,7 @@ const LogCard = react_1.default.memo(function LogCard({ item, onPress, timelineM
105
105
  </react_native_1.Text>
106
106
  </react_native_1.View>
107
107
 
108
- <HighlightText_1.default text={baseUrl} search={searchStr} style={styles_1.default.urlPathText} highlightStyle={styles_1.default.highlight} numberOfLines={0}/>
108
+ <HighlightText_1.default text={baseUrl} search={searchStr} style={styles_1.default.urlPathText} highlightStyle={styles_1.default.highlight} numberOfLines={0} detectLinks={true}/>
109
109
 
110
110
  {isJson && (<react_native_1.View style={[
111
111
  styles_1.default.chip,
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "1.1.9";
1
+ export declare const LIB_VERSION = "1.1.11";
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
4
  // AUTO-GENERATED FILE — do not edit by hand.
5
5
  // Regenerated from package.json on every build by scripts/gen-version.js.
6
- exports.LIB_VERSION = '1.1.9';
6
+ exports.LIB_VERSION = '1.1.11';
@@ -67,7 +67,7 @@ const LogCard = React.memo(function LogCard({ item, onPress, timelineMinStart, t
67
67
  </Text>
68
68
  </View>
69
69
 
70
- <HighlightText text={baseUrl} search={searchStr} style={styles.urlPathText} highlightStyle={styles.highlight} numberOfLines={0}/>
70
+ <HighlightText text={baseUrl} search={searchStr} style={styles.urlPathText} highlightStyle={styles.highlight} numberOfLines={0} detectLinks={true}/>
71
71
 
72
72
  {isJson && (<View style={[
73
73
  styles.chip,
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "1.1.9";
1
+ export declare const LIB_VERSION = "1.1.11";
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED FILE — do not edit by hand.
2
2
  // Regenerated from package.json on every build by scripts/gen-version.js.
3
- export const LIB_VERSION = '1.1.9';
3
+ export const LIB_VERSION = '1.1.11';
@@ -38,7 +38,7 @@
38
38
  "eslint": "^8.19.0",
39
39
  "jest": "^29.6.3",
40
40
  "prettier": "2.8.8",
41
- "react-native-inapp-inspector": "^1.1.8",
41
+ "react-native-inapp-inspector": "^1.1.10",
42
42
  "react-test-renderer": "19.2.3",
43
43
  "typescript": "^5.8.3"
44
44
  },
@@ -10639,9 +10639,9 @@
10639
10639
  }
10640
10640
  },
10641
10641
  "node_modules/react-native-inapp-inspector": {
10642
- "version": "1.1.8",
10643
- "resolved": "https://registry.npmjs.org/react-native-inapp-inspector/-/react-native-inapp-inspector-1.1.8.tgz",
10644
- "integrity": "sha512-YxmzhE/qRz/KgGva4d0hrL5CpZKmNfAtxrUSTxNM+tD2D5ch686RwG9C+KyqqJvpfIBIxkZyBqoTp31NVGVgjA==",
10642
+ "version": "1.1.10",
10643
+ "resolved": "https://registry.npmjs.org/react-native-inapp-inspector/-/react-native-inapp-inspector-1.1.10.tgz",
10644
+ "integrity": "sha512-J6uDMCqlsAu593JAbJ5MP05+hALvHZF4Bc0pg8TqEfuTUhnFGgNSxmmkXqUwBlm02mI/gRF9m1yIeobh80vFcw==",
10645
10645
  "dev": true,
10646
10646
  "license": "MIT",
10647
10647
  "dependencies": {
@@ -40,7 +40,7 @@
40
40
  "eslint": "^8.19.0",
41
41
  "jest": "^29.6.3",
42
42
  "prettier": "2.8.8",
43
- "react-native-inapp-inspector": "^1.1.8",
43
+ "react-native-inapp-inspector": "^1.1.10",
44
44
  "react-test-renderer": "19.2.3",
45
45
  "typescript": "^5.8.3"
46
46
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-inapp-inspector",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "A self-contained network, console, analytics, and webview inspector for React Native applications.",
5
5
  "repository": {
6
6
  "type": "git",