react-native-inapp-inspector 1.1.3 → 1.1.5
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/README.md +20 -0
- package/assets/walkthrough.gif +0 -0
- package/dist/commonjs/components/LogCard.js +2 -2
- package/dist/commonjs/constants/version.d.ts +1 -1
- package/dist/commonjs/constants/version.js +1 -1
- package/dist/commonjs/helpers/settingsStore.d.ts +5 -1
- package/dist/commonjs/helpers/settingsStore.js +56 -38
- package/dist/commonjs/index.js +348 -166
- package/dist/esm/components/LogCard.js +2 -2
- package/dist/esm/constants/version.d.ts +1 -1
- package/dist/esm/constants/version.js +1 -1
- package/dist/esm/helpers/settingsStore.d.ts +5 -1
- package/dist/esm/helpers/settingsStore.js +55 -38
- package/dist/esm/index.js +350 -168
- package/example/package-lock.json +74 -33
- package/example/package.json +1 -1
- package/package.json +1 -1
|
@@ -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": "
|
|
41
|
+
"react-native-inapp-inspector": "^1.1.3",
|
|
42
42
|
"react-test-renderer": "19.2.3",
|
|
43
43
|
"typescript": "^5.8.3"
|
|
44
44
|
},
|
|
@@ -46,36 +46,6 @@
|
|
|
46
46
|
"node": ">= 18.0.0"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"..": {
|
|
50
|
-
"version": "1.1.2",
|
|
51
|
-
"dev": true,
|
|
52
|
-
"license": "MIT",
|
|
53
|
-
"dependencies": {
|
|
54
|
-
"@react-navigation/native": "^6.1.9",
|
|
55
|
-
"react-native-linear-gradient": "^2.8.3",
|
|
56
|
-
"react-native-svg": "^15.14.0"
|
|
57
|
-
},
|
|
58
|
-
"devDependencies": {
|
|
59
|
-
"@react-navigation/native": "^6.1.9",
|
|
60
|
-
"@types/react": "^19.1.0",
|
|
61
|
-
"@types/react-native": "^0.72.0",
|
|
62
|
-
"axios": "^1.7.2",
|
|
63
|
-
"prettier": "^2.8.8",
|
|
64
|
-
"react": "19.1.0",
|
|
65
|
-
"react-native": "0.81.4",
|
|
66
|
-
"react-native-linear-gradient": "^2.8.3",
|
|
67
|
-
"react-native-svg": "^15.14.0",
|
|
68
|
-
"typescript": "^5.8.3"
|
|
69
|
-
},
|
|
70
|
-
"funding": {
|
|
71
|
-
"type": "github",
|
|
72
|
-
"url": "https://github.com/sponsors/vengatmacuser"
|
|
73
|
-
},
|
|
74
|
-
"peerDependencies": {
|
|
75
|
-
"react": ">=18.0.0",
|
|
76
|
-
"react-native": ">=0.60.0"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
49
|
"node_modules/@babel/code-frame": {
|
|
80
50
|
"version": "7.29.7",
|
|
81
51
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
@@ -10669,8 +10639,79 @@
|
|
|
10669
10639
|
}
|
|
10670
10640
|
},
|
|
10671
10641
|
"node_modules/react-native-inapp-inspector": {
|
|
10672
|
-
"
|
|
10673
|
-
"
|
|
10642
|
+
"version": "1.1.3",
|
|
10643
|
+
"resolved": "https://registry.npmjs.org/react-native-inapp-inspector/-/react-native-inapp-inspector-1.1.3.tgz",
|
|
10644
|
+
"integrity": "sha512-lO7SxdsyClNNtfgvmVuhR1TXsruY0KGXEgjpyBFlSsmfP0HVWHkHFgOfgZGHzelBNqpALcg/OrlfGE/mPLSAWg==",
|
|
10645
|
+
"dev": true,
|
|
10646
|
+
"license": "MIT",
|
|
10647
|
+
"dependencies": {
|
|
10648
|
+
"@react-navigation/native": "^6.1.9",
|
|
10649
|
+
"react-native-linear-gradient": "^2.8.3",
|
|
10650
|
+
"react-native-svg": "^15.14.0"
|
|
10651
|
+
},
|
|
10652
|
+
"funding": {
|
|
10653
|
+
"type": "github",
|
|
10654
|
+
"url": "https://github.com/sponsors/vengatmacuser"
|
|
10655
|
+
},
|
|
10656
|
+
"peerDependencies": {
|
|
10657
|
+
"react": ">=18.0.0",
|
|
10658
|
+
"react-native": ">=0.60.0"
|
|
10659
|
+
}
|
|
10660
|
+
},
|
|
10661
|
+
"node_modules/react-native-inapp-inspector/node_modules/@react-navigation/core": {
|
|
10662
|
+
"version": "6.4.17",
|
|
10663
|
+
"resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-6.4.17.tgz",
|
|
10664
|
+
"integrity": "sha512-Nd76EpomzChWAosGqWOYE3ItayhDzIEzzZsT7PfGcRFDgW5miHV2t4MZcq9YIK4tzxZjVVpYbIynOOQQd1e0Cg==",
|
|
10665
|
+
"deprecated": "This version is no longer supported",
|
|
10666
|
+
"dev": true,
|
|
10667
|
+
"license": "MIT",
|
|
10668
|
+
"dependencies": {
|
|
10669
|
+
"@react-navigation/routers": "^6.1.9",
|
|
10670
|
+
"escape-string-regexp": "^4.0.0",
|
|
10671
|
+
"nanoid": "^3.1.23",
|
|
10672
|
+
"query-string": "^7.1.3",
|
|
10673
|
+
"react-is": "^16.13.0",
|
|
10674
|
+
"use-latest-callback": "^0.2.1"
|
|
10675
|
+
},
|
|
10676
|
+
"peerDependencies": {
|
|
10677
|
+
"react": "*"
|
|
10678
|
+
}
|
|
10679
|
+
},
|
|
10680
|
+
"node_modules/react-native-inapp-inspector/node_modules/@react-navigation/native": {
|
|
10681
|
+
"version": "6.1.18",
|
|
10682
|
+
"resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-6.1.18.tgz",
|
|
10683
|
+
"integrity": "sha512-mIT9MiL/vMm4eirLcmw2h6h/Nm5FICtnYSdohq4vTLA2FF/6PNhByM7s8ffqoVfE5L0uAa6Xda1B7oddolUiGg==",
|
|
10684
|
+
"deprecated": "This version is no longer supported",
|
|
10685
|
+
"dev": true,
|
|
10686
|
+
"license": "MIT",
|
|
10687
|
+
"dependencies": {
|
|
10688
|
+
"@react-navigation/core": "^6.4.17",
|
|
10689
|
+
"escape-string-regexp": "^4.0.0",
|
|
10690
|
+
"fast-deep-equal": "^3.1.3",
|
|
10691
|
+
"nanoid": "^3.1.23"
|
|
10692
|
+
},
|
|
10693
|
+
"peerDependencies": {
|
|
10694
|
+
"react": "*",
|
|
10695
|
+
"react-native": "*"
|
|
10696
|
+
}
|
|
10697
|
+
},
|
|
10698
|
+
"node_modules/react-native-inapp-inspector/node_modules/@react-navigation/routers": {
|
|
10699
|
+
"version": "6.1.9",
|
|
10700
|
+
"resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-6.1.9.tgz",
|
|
10701
|
+
"integrity": "sha512-lTM8gSFHSfkJvQkxacGM6VJtBt61ip2XO54aNfswD+KMw6eeZ4oehl7m0me3CR9hnDE4+60iAZR8sAhvCiI3NA==",
|
|
10702
|
+
"deprecated": "This version is no longer supported",
|
|
10703
|
+
"dev": true,
|
|
10704
|
+
"license": "MIT",
|
|
10705
|
+
"dependencies": {
|
|
10706
|
+
"nanoid": "^3.1.23"
|
|
10707
|
+
}
|
|
10708
|
+
},
|
|
10709
|
+
"node_modules/react-native-inapp-inspector/node_modules/react-is": {
|
|
10710
|
+
"version": "16.13.1",
|
|
10711
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
|
|
10712
|
+
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
|
|
10713
|
+
"dev": true,
|
|
10714
|
+
"license": "MIT"
|
|
10674
10715
|
},
|
|
10675
10716
|
"node_modules/react-native-linear-gradient": {
|
|
10676
10717
|
"version": "2.8.3",
|
package/example/package.json
CHANGED
package/package.json
CHANGED