@featureflare/react 0.0.4 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -31,8 +31,8 @@ export function App() {
31
31
  <FeatureFlareProvider
32
32
  config={{
33
33
  // Optional: explicit FeatureFlare API URL
34
- apiBaseUrl: 'https://shipit-api-392444455847.us-central1.run.app',
35
- // SDK automatically uses window.location.origin in browser
34
+ apiBaseUrl: 'https://flags.your-company.com',
35
+ // SDK defaults to FeatureFlare Cloud Run unless overridden
36
36
  sdkKey: 'your-client-key-here' // Client key for browser
37
37
  }}
38
38
  initialUser={{ id: 'user-123' }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featureflare/react",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,7 +33,7 @@
33
33
  "react-dom": ">=18"
34
34
  },
35
35
  "dependencies": {
36
- "@featureflare/sdk-js": "0.0.4"
36
+ "@featureflare/sdk-js": "0.0.5"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^22.10.2",