@fluwa-tool/sdk 1.0.37 → 1.0.38

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.
@@ -33,6 +33,7 @@ class XMLHttpRequestInterceptor {
33
33
  navigator.product === 'ReactNative';
34
34
  if (isReactNative) {
35
35
  this.logger.debug('XMLHttpRequest interceptor desabilitado em React Native (usar FetchInterceptor)');
36
+ this.isInstalled = true; // Marcar como instalado para não tentar novamente
36
37
  return;
37
38
  }
38
39
  const self = this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluwa-tool/sdk",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Fluwa DevTools SDK for network interception and mocking",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",