@leanbase.com/js 0.1.1 → 0.1.2

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 CHANGED
@@ -106,18 +106,6 @@ Create an alias for the current user.
106
106
  leanbase.alias('user-123')
107
107
  ```
108
108
 
109
- ### Feature Flags
110
-
111
- ```javascript
112
- // Check if a feature is enabled
113
- const isEnabled = leanbase.isFeatureEnabled('new-feature')
114
-
115
- // Get feature flag value with fallback
116
- const variant = leanbase.getFeatureFlag('experiment-variant', 'control')
117
-
118
- // Reload feature flags
119
- await leanbase.reloadFeatureFlags()
120
- ```
121
109
 
122
110
  ## Publishing
123
111