react-native-inapp-inspector 2.0.7 → 2.1.0

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.
Files changed (104) hide show
  1. package/android/src/main/java/com/inappinspector/NetworkInspectorModule.kt +0 -11
  2. package/dist/commonjs/components/Inspector/InspectorHeader.js +25 -28
  3. package/dist/commonjs/components/Inspector/MainScreen.js +2 -19
  4. package/dist/commonjs/components/Inspector/NetworkDetail.js +0 -15
  5. package/dist/commonjs/components/Inspector/PerformanceTab.js +18 -30
  6. package/dist/commonjs/components/Inspector/SettingsPanel.js +49 -448
  7. package/dist/commonjs/components/Inspector/TabBar.js +2 -23
  8. package/dist/commonjs/components/NetworkIcons.d.ts +0 -12
  9. package/dist/commonjs/components/NetworkIcons.js +3 -72
  10. package/dist/commonjs/constants/version.d.ts +1 -1
  11. package/dist/commonjs/constants/version.js +1 -1
  12. package/dist/commonjs/helpers/index.d.ts +0 -2
  13. package/dist/commonjs/helpers/index.js +1 -12
  14. package/dist/commonjs/helpers/settingsStore.d.ts +1 -1
  15. package/dist/commonjs/helpers/settingsStore.js +2 -4
  16. package/dist/commonjs/helpers/telemetry.js +4 -4
  17. package/dist/commonjs/i18n/locales/en.json +2 -3
  18. package/dist/commonjs/index.d.ts +0 -1
  19. package/dist/commonjs/index.js +9 -127
  20. package/dist/commonjs/native/NativeInspector.d.ts +0 -1
  21. package/dist/commonjs/types/enums.d.ts +0 -7
  22. package/dist/commonjs/types/enums.js +0 -7
  23. package/dist/commonjs/types/interfaces.d.ts +0 -77
  24. package/dist/esm/components/Inspector/InspectorHeader.js +25 -28
  25. package/dist/esm/components/Inspector/MainScreen.js +2 -19
  26. package/dist/esm/components/Inspector/NetworkDetail.js +1 -16
  27. package/dist/esm/components/Inspector/PerformanceTab.js +19 -31
  28. package/dist/esm/components/Inspector/SettingsPanel.js +50 -449
  29. package/dist/esm/components/Inspector/TabBar.js +3 -24
  30. package/dist/esm/components/NetworkIcons.d.ts +0 -12
  31. package/dist/esm/components/NetworkIcons.js +0 -57
  32. package/dist/esm/constants/version.d.ts +1 -1
  33. package/dist/esm/constants/version.js +1 -1
  34. package/dist/esm/helpers/index.d.ts +0 -2
  35. package/dist/esm/helpers/index.js +0 -10
  36. package/dist/esm/helpers/settingsStore.d.ts +1 -1
  37. package/dist/esm/helpers/settingsStore.js +2 -4
  38. package/dist/esm/helpers/telemetry.js +4 -4
  39. package/dist/esm/i18n/locales/en.json +2 -3
  40. package/dist/esm/index.d.ts +0 -1
  41. package/dist/esm/index.js +8 -123
  42. package/dist/esm/native/NativeInspector.d.ts +0 -1
  43. package/dist/esm/types/enums.d.ts +0 -7
  44. package/dist/esm/types/enums.js +0 -7
  45. package/dist/esm/types/interfaces.d.ts +0 -77
  46. package/ios/NetworkInspectorModule.mm +5 -12
  47. package/package.json +1 -4
  48. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  49. package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
  50. package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
  51. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  52. package/android/.gradle/8.9/executionHistory/executionHistory.lock +0 -0
  53. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  54. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  55. package/android/.gradle/8.9/gc.properties +0 -0
  56. package/android/.gradle/9.2.0/checksums/checksums.lock +0 -0
  57. package/android/.gradle/9.2.0/fileChanges/last-build.bin +0 -0
  58. package/android/.gradle/9.2.0/fileHashes/fileHashes.bin +0 -0
  59. package/android/.gradle/9.2.0/fileHashes/fileHashes.lock +0 -0
  60. package/android/.gradle/9.2.0/gc.properties +0 -0
  61. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  62. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  63. package/android/.gradle/vcs-1/gc.properties +0 -0
  64. package/android/build/reports/problems/problems-report.html +0 -659
  65. package/dist/commonjs/components/Inspector/AuditTab.d.ts +0 -3
  66. package/dist/commonjs/components/Inspector/AuditTab.js +0 -741
  67. package/dist/commonjs/components/Inspector/DeviceTab.d.ts +0 -3
  68. package/dist/commonjs/components/Inspector/DeviceTab.js +0 -717
  69. package/dist/commonjs/components/Inspector/FirstTimeWalkthroughModal.d.ts +0 -7
  70. package/dist/commonjs/components/Inspector/FirstTimeWalkthroughModal.js +0 -600
  71. package/dist/commonjs/components/Inspector/PerformanceHud.d.ts +0 -7
  72. package/dist/commonjs/components/Inspector/PerformanceHud.js +0 -210
  73. package/dist/commonjs/components/Inspector/RequestReplayModal.d.ts +0 -9
  74. package/dist/commonjs/components/Inspector/RequestReplayModal.js +0 -792
  75. package/dist/commonjs/components/Inspector/RequestReplayView.d.ts +0 -8
  76. package/dist/commonjs/components/Inspector/RequestReplayView.js +0 -871
  77. package/dist/commonjs/components/Inspector/StorageTab.d.ts +0 -3
  78. package/dist/commonjs/components/Inspector/StorageTab.js +0 -610
  79. package/dist/commonjs/customHooks/storageInspector.d.ts +0 -13
  80. package/dist/commonjs/customHooks/storageInspector.js +0 -179
  81. package/dist/commonjs/helpers/deviceInfo.d.ts +0 -4
  82. package/dist/commonjs/helpers/deviceInfo.js +0 -94
  83. package/dist/commonjs/helpers/packageAuditor.d.ts +0 -5
  84. package/dist/commonjs/helpers/packageAuditor.js +0 -182
  85. package/dist/esm/components/Inspector/AuditTab.d.ts +0 -3
  86. package/dist/esm/components/Inspector/AuditTab.js +0 -702
  87. package/dist/esm/components/Inspector/DeviceTab.d.ts +0 -3
  88. package/dist/esm/components/Inspector/DeviceTab.js +0 -678
  89. package/dist/esm/components/Inspector/FirstTimeWalkthroughModal.d.ts +0 -7
  90. package/dist/esm/components/Inspector/FirstTimeWalkthroughModal.js +0 -560
  91. package/dist/esm/components/Inspector/PerformanceHud.d.ts +0 -7
  92. package/dist/esm/components/Inspector/PerformanceHud.js +0 -170
  93. package/dist/esm/components/Inspector/RequestReplayModal.d.ts +0 -9
  94. package/dist/esm/components/Inspector/RequestReplayModal.js +0 -752
  95. package/dist/esm/components/Inspector/RequestReplayView.d.ts +0 -8
  96. package/dist/esm/components/Inspector/RequestReplayView.js +0 -831
  97. package/dist/esm/components/Inspector/StorageTab.d.ts +0 -3
  98. package/dist/esm/components/Inspector/StorageTab.js +0 -571
  99. package/dist/esm/customHooks/storageInspector.d.ts +0 -13
  100. package/dist/esm/customHooks/storageInspector.js +0 -170
  101. package/dist/esm/helpers/deviceInfo.d.ts +0 -4
  102. package/dist/esm/helpers/deviceInfo.js +0 -89
  103. package/dist/esm/helpers/packageAuditor.d.ts +0 -5
  104. package/dist/esm/helpers/packageAuditor.js +0 -173
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { NetworkLog } from '../../types';
3
- interface RequestReplayViewProps {
4
- request: NetworkLog;
5
- onBack: () => void;
6
- }
7
- export declare const RequestReplayView: React.FC<RequestReplayViewProps>;
8
- export default RequestReplayView;