@fusebase/fusebase-gate-sdk 2.2.3 → 2.2.5-sdk.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.
package/package.json
CHANGED
package/release-notes/latest.md
CHANGED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# Release Notes 2.2.2-sdk.41
|
|
2
|
-
|
|
3
|
-
- Current ref: `HEAD`
|
|
4
|
-
- Previous tag: `v2.2.2-sdk.40`
|
|
5
|
-
- Generated at: 2026-04-13T12:12:11.171Z
|
|
6
|
-
|
|
7
|
-
## Included Drafts
|
|
8
|
-
|
|
9
|
-
- `docs/release-notes/2026-04-13-sdk-build-feature-flags-env.md` - SDK Build Feature Flags From Env
|
|
10
|
-
|
|
11
|
-
## Summary
|
|
12
|
-
|
|
13
|
-
### SDK Build Feature Flags From Env
|
|
14
|
-
|
|
15
|
-
- Removed the SDK build-script bootstrap that mutated `FEATURE_FLAGS` at runtime.
|
|
16
|
-
- The SDK build now reads feature flags from `.env` / process env instead.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## API / SDK Changes
|
|
20
|
-
|
|
21
|
-
### SDK Build Feature Flags From Env
|
|
22
|
-
|
|
23
|
-
- `scripts/build-sdk.mts` now loads `.env` (or `.env.test` when `NODE_ENV=test`) instead of injecting `isolated_stores` into `process.env.FEATURE_FLAGS`.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## Consumer Impact
|
|
27
|
-
|
|
28
|
-
### SDK Build Feature Flags From Env
|
|
29
|
-
|
|
30
|
-
- Keep `FEATURE_FLAGS=isolated_stores` in `.env` or the shell environment before running `npm run build:sdk` or `npm run build:sdk:push` when isolated-store contracts and related SDK extras must be included.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## Verification
|
|
34
|
-
|
|
35
|
-
### SDK Build Feature Flags From Env
|
|
36
|
-
|
|
37
|
-
- `npm run build:sdk`
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
## Follow-ups
|
|
41
|
-
|
|
42
|
-
### SDK Build Feature Flags From Env
|
|
43
|
-
|
|
44
|
-
- Keep local `.env`, CI, and release environments aligned for any SDK builds that need feature-flagged contracts.
|