@softheon/armature 21.16.0 → 21.16.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "21.16.0",
3
+ "version": "21.16.1",
4
4
  "dependencies": {
5
5
  "tslib": "^2.8.1"
6
6
  },
@@ -5043,8 +5043,16 @@ declare class MarketSelectionService {
5043
5043
  /**
5044
5044
  * Select Local Environment
5045
5045
  * Switches to local env, clearing any selected market
5046
+ * Gated by isLocalEnvSelectionEnabled - use this for the manual, user-facing environment toggle
5046
5047
  */
5047
5048
  selectLocalEnv(): void;
5049
+ /**
5050
+ * Force Local Environment
5051
+ * Switches to local env, clearing any selected market, bypassing isLocalEnvSelectionEnabled
5052
+ * Intended for config-driven route defaults (e.g. defaultMarketPaths) that must apply to every
5053
+ * user regardless of the manual local-env-selection permission
5054
+ */
5055
+ forceLocalEnv(): void;
5048
5056
  /**
5049
5057
  * Load Favorite Markets from Cookies
5050
5058
  */