@howone/sdk 0.2.1 → 0.2.3

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/index.d.mts CHANGED
@@ -730,8 +730,6 @@ interface EnhancedErrorConfig {
730
730
  SECURITY: string[];
731
731
  PERFORMANCE: string[];
732
732
  DEVELOPMENT: string[];
733
- REACT: string[];
734
- VITE: string[];
735
733
  };
736
734
  }
737
735
  interface GlobalStateConfig {
package/dist/index.d.ts CHANGED
@@ -730,8 +730,6 @@ interface EnhancedErrorConfig {
730
730
  SECURITY: string[];
731
731
  PERFORMANCE: string[];
732
732
  DEVELOPMENT: string[];
733
- REACT: string[];
734
- VITE: string[];
735
733
  };
736
734
  }
737
735
  interface GlobalStateConfig {