You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename development data-store environment variables from `SFNEXT_DATA_STORE_DEFAULTS`/`SFNEXT_DATA_STORE_WARN_ON_MISSING` to `MRT_DATA_STORE_DEFAULTS`/`MRT_DATA_STORE_WARN_ON_MISSING` and update docs/examples accordingly.
- Local development using `--conditions development` no longer fails due to missing DynamoDB/MRT runtime vars.
131
-
- Dev data-store entries are sourced from `SFNEXT_DATA_STORE_DEFAULTS`.
132
-
- Missing-key behavior is predictable and configurable via `SFNEXT_DATA_STORE_WARN_ON_MISSING`.
131
+
- Dev data-store entries are sourced from `MRT_DATA_STORE_DEFAULTS`.
132
+
- Missing-key behavior is predictable and configurable via `MRT_DATA_STORE_WARN_ON_MISSING`.
133
133
- Production behavior and API remain backward-compatible.
134
134
- No breaking public interface changes: existing import paths, exported symbols, and type surface for `@salesforce/mrt-utilities` and `@salesforce/mrt-utilities/data-store` remain intact (except correcting the `development` export target to built `dist` output).
135
135
- Default dev missing-key semantics match production (`DataStoreNotFoundError`), with no implicit `{}` fallback.
0 commit comments