react-native-inapp-inspector 1.1.9 → 1.1.10
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/dist/commonjs/components/LogCard.js +1 -1
- package/dist/commonjs/constants/version.d.ts +1 -1
- package/dist/commonjs/constants/version.js +1 -1
- package/dist/esm/components/LogCard.js +1 -1
- package/dist/esm/constants/version.d.ts +1 -1
- package/dist/esm/constants/version.js +1 -1
- package/example/package-lock.json +4 -4
- package/example/package.json +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
1
|
+
export declare const LIB_VERSION = "1.1.10";
|
|
@@ -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.
|
|
6
|
+
exports.LIB_VERSION = '1.1.10';
|
|
@@ -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.
|
|
1
|
+
export declare const LIB_VERSION = "1.1.10";
|
|
@@ -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.
|
|
41
|
+
"react-native-inapp-inspector": "^1.1.9",
|
|
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.
|
|
10643
|
-
"resolved": "https://registry.npmjs.org/react-native-inapp-inspector/-/react-native-inapp-inspector-1.1.
|
|
10644
|
-
"integrity": "sha512-
|
|
10642
|
+
"version": "1.1.9",
|
|
10643
|
+
"resolved": "https://registry.npmjs.org/react-native-inapp-inspector/-/react-native-inapp-inspector-1.1.9.tgz",
|
|
10644
|
+
"integrity": "sha512-N6B3MRAD/d+sOJO4B+2AqZaMzgG8iJRx3l/3ckxt/3dJdsRdiTh/KqeGEDUULVm5vNBAThui0cFfHpMHnYypHQ==",
|
|
10645
10645
|
"dev": true,
|
|
10646
10646
|
"license": "MIT",
|
|
10647
10647
|
"dependencies": {
|
package/example/package.json
CHANGED
package/package.json
CHANGED